LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

News and Editorials

Interview with Cobind's David Watson

August 11, 2004

This article was contributed by Joe Klemmer

Not long ago I did a review of Cobind Linux. There's more to Cobind than just a Linux distribution, though. The company is developing some very interesting tools and utilities; YUMGUI and DiY Linux Toolkit. David Watson is listed as Cobind's Founder and CEO. He graciously took some time out of his schedule for an interview.

Joe Klemmer: Tell us a bit about who Cobind is. There's a page on your site that lists the team with mini-bio's on it but how did you guys come together? How was Cobind created?

David Watson: Bryan [Mills - Founder and President] and I have worked together doing software development since the summer of 2001. We have similar views on software design despite our differing ages and skill sets.

We wound up working together on an XML appliance product in the summer of 2003 with a startup here in Pittsburgh. We had to put together a custom Linux distribution for that product and discovered that a) it was a lot of work, b) the work was tedious and error-prone, and c) it was expensive as a result.

There are consulting firms that build custom Linux distributions, but they are very expensive owing to the sophisticated labor required. Cobind grew out of our desire to build custom Linux distributions without requiring expensive consultants. That is, a product-oriented solution that makes building custom Linux distributions accessible to a wider range of people.

We were able to launch Cobind, Inc. after we won a fellowship to fund our market research, business planning, product development, etc.

JK: There are two major products you are working on, Cobind DiY Linux Tools and Cobind Software Manager (YUMGUI). Let's talk first about YUMGUI. What was the impetus for making a GUI to run on top of YUM?

DW: a) YUM lacked a GUI and we weren't the only ones looking for one. Since we picked YUM for Cobind Desktop, it was one of the few places on the desktop where you still needed command line skills to install, update, remove, or search for packages.

b) Differentiation. There are many Linux package management systems but we believe YUM's architecture and CLI simplicity provided a solid foundation for a GUI with a similar design mantra.

c) Our skills were a good match for the application.

JK: You chose Python to develop this tool. Why use Python?

DW: YUM is written in Python. We believed that if a GUI was going to be successful with YUM, it would have to be integrated into the YUM sources and distributed with YUM. Aside from all the obvious and oft-repeated advantages to developing in Python, the decision was made for us by the YUM team.

JK: Is YUMGUI in a "production" state yet or do you still have some plans for expansion? Additional feature? Interface updates?

DW: No, it's still going to go through some twists and turns before it gets to a stable state. We are working with the YUM team to integrate the code into the YUM source. This is difficult because, as with most projects, the YUM development has not stood still while YUMGUI was being developed. That means there's a bit of a branch and merge issue, where the underlying code has changed substantially, but that's a soluble problem.

Once the code is integrated into YUM, then it can evolve with the community. We won't make any concerted effort to change the features or interface substantially prior to that code integration.

JK: YUMGUI is a good little tool. I know that some businesses would keep this as a commercial product. Did you have any thoughts of keeping it as a "closed" tool or were you already set to GPL it from the beginning?

DW: We believe in the tenets of open source software and the benefits make sense in this case. It would be very difficult to build a GUI on top of YUM if YUM was not open source. So yes, we viewed YUMGUI as a GPL product from the beginning, owing to its extension of YUM.

JK: Do you think that this tool could become a standard tool for all Linux distributions based on RPM?

DW: That's an ambitious but laudable goal and we are a humble bunch. Time will tell.

There is another question embedded in this one which is whether RPM-based distributions would benefit from vendors coalescing around a single package management standard. We believe that everyone would benefit from convergence in Linux package management since that convergence implies network effects benefiting users of the standard. Whether the social forces shaping the future of Linux will allow that to happen remains to be seen.

That said, we believe that YUM, with some additional refinement such as the work being done currently in CVS, is a legitimate contender for that standard package management tool and we remain hopeful.

JK: Now let's talk about your DiY Linux Tools. The gist of the web page for DiY is that it will help in generating a custom built Linux distribution. Basically letting anyone build their own configuration and application base to, in the end, have a Linux distribution of their own. Is this what DiY is for?

DW: Yes, fundamentally that is correct. In terms of user interface, the DiY Linux Tools present screens governing brand, licensing, groups,and packages, along with wizards for deploying custom applications such as LAMP.

A big part of the value proposition here is dependency resolution. On the surface, it seems simple to add a package to a distribution,unless you've gone through dependency hell trying to rpm -ivh *.rpm on a single package with deeply nested, unresolved dependencies. The tools demonstrate their utility because you can add packages and the dependency resolver will resolve most dependencies transparently and prompt you when it can't resolve dependencies. In addition the tools have a visual display of the dependency tree which helps people to understand tacit dependencies in the system.

We see three primary markets for the tools:

1) Hardware Vendors who want to produce custom Linux distributions for their hardware (this may range from the vendor doing the configuration pre-sale to the end-use customer using the tool to build the distribution in-line with the machine purchase, similar to Dell's online hardware configurator),

2) Software Vendors who are attracted to the "software in a box" model of selling Linux-based appliances with the software pre-configured,

3) Systems Administrators and consultants who want to use the tools to streamline their Linux deployments on desktops and servers.

JK: Can you tell us something about how DiY works under the hood? Is it also based on Python?

DW: The DiY Linux Tools are comprised of a PHP front-end, Python middle tier, MySQL back-end, and Python build farm, with SOAP protocol connecting the tiers. The system defines a data model representing an abstract Linux distribution. The front-end is responsible for presenting the browser interface and doing inserts, updates, and deletes to this data model while invoking events such as build. The middle tier manages build events by queuing builds to the build farm, which scales from 1..n machines. The data model can also be transformed into an XML build descriptor which enables builds to be exported and imported between disparate build systems.

Essentially, this system defines abstractions in the UI that make it easier to build and maintain a custom Linux distribution, relative to doing it from the command line. The hard part is finding the places where those abstractions leak and trying to contain those leaks.

There's still a lot of work to be done.

JK: Do you see DiY having an effect on the major Linux distributors?

DW: No, all of the evidence suggests that we're running below their radar, with very few exceptions. They've got Point Clark Networks, Progeny, Specifix, and Terra Soft Solutions to keep them occupied. If any of these models are successful, you'll probably see some consolidation in the future though the parameters are hard to predict with confidence.

JK: DiY is, initially, going to be available only through Cobind as a service. Will there ever be an open/free version of the tools?

Advertisement
DW: Perhaps, there are a number of variables impacting that decision and we're not likely to conclude the discussion for some time. Obviously, an open source release of the tools could place downward price pressure on custom Linux development since a variety of the tasks associated with building a distribution are faster and cheaper with the tools, enabling more individuals and organizations to do it themselves while relying on a vendor only for those parts of the system that are not addressed fully by the tools.

JK: It seems that your plan is to have YUMGUI and Cobind Desktop Linux as your feed and use DiY as your income generator along with other services. This seems to be the preferred current model for "Open Source Companies". Is this a long term trend that you feel is going to be the basis for "Open Source" businesses for a while?

DW: With regard to our plan: Yes, we have three broad categories of products: applications, distributions, and tools. We have several applications that we've written which are probably useful beyond our offices, but we just haven't had the time to get them cleaned up for release. Additionally, we have at least one additional distribution that we're likely to introduce to provide a differentiated server offering. Like most other companies in the space, we are using service revenue to support our product development work until the tools are baked.

The short term trend for open source businesses is likely to be what you describe. However, in the long term where hardware and software are commodities and developing countries exert significant downward price pressure on labor, it's likely that the margins that companies have enjoyed as benefactors of their own reputation economy will shrink over time. Whether increased volume in open source businesses makes up for the tightening margins remains to be seen. This may be a limiting factor in investment in new open source businesses. It's certainly difficult for a small company to sustain the costs without significant seed capital, pointing toward consolidation invoking economies of scale. That is, the costs may be prohibitive for a small company such as Cobind, but are reasonable in the context of a large hardware company where strategic initiatives (software and hardware being complementary assets) justify the R&D expenditures.

JK: Thank you for taking the time do do this interview.

DW: You're welcome.

Comments (3 posted)

Distribution News

Mandrakelinux 10.1 Beta1 is available

For those of you who like being early adopters, the first beta of Mandrakelinux 10.1 has been released for testing.

Full Story (comments: none)

Debian GNU/Linux

The Debian Weekly News for August 10, 2004 is out. Topics this week include, the Debian Women website, new libtiff in unstable, sarge release date, a Debian-Installer retrospective, compatibility problem with Bash 3.0, Debian-Installer Release Candidate 1, the Call for Participation: Popularity Contest, and more.

Colin Watson provides a sarge release update. All base and standard packages have been frozen, except for RC and important bugs and updated package translations.

The Debian-Installer team has announced the first release candidate of the Debian sarge installer. The installer now supports all 11 Debian architectures.

Comments (none posted)

Gentoo Weekly Newsletter -- Volume 3, Issue 32

The Gentoo Weekly Newsletter for the week of August 9, 2004 is out. This week's issue covers Gentoo at Linux World Expo, an update on the Gentoo website redesign, and more.

Full Story (comments: none)

Fedora

Fedora Core updates:
  • gimp-help: rebuilt for FC2
  • gimp: updated to version 2.0.4
  • gaim: updated FC2 to latest gaim release
  • gaim: updated FC1 to latest gaim release
  • devhelp: updated and rebuilt to pick up new Mozilla dependencies

Comments (none posted)

New Distributions

Hidden Linux

Hidden Linux is an enterprise grade Linux distribution, created to address the needs of organizations wishing to develop a secure Internet presence. It is designed for experienced Linux administrators and can be used as a mail, Web, database, FTP, print, Samba (PDC), PPTP, IPSec gateway server and client, firewall, DHCP, cache/proxy, and time server.

Comments (1 posted)

Minor distribution updates

AGNULA/DeMuDI

AGNULA/DeMuDI 1.2.0-rc2 has been released. Click below for the release announcement.

Full Story (comments: none)

BLAG Linux and GNU

BLAG Linux and GNU has released v19999.00071 with major feature enhancements. "Changes: This alpha release is based on Fedora Core 2. All Fedora updates were applied along with many new packages from Dag and freshrpms. The new packages included gift, fluxbox, inkscape, firestarter, and gstreamer-plugins-extra-*."

Comments (none posted)

Hiweed GNU/Linux

Hiweed GNU/Linux has released Hiweed Server v0.3beta1. "Changes: This version modifies the installer to enable custom installation. The user can select their favorite MTA, FTPD, or database package, and if the user chooses Webmin, the relative Webmin module will be installed."

Comments (none posted)

Lineox Enterprise Linux Grows with Application Server

Lineox has announced (click below) the Lineox Application Server and a Developer Suite, both available as updates to Lineox Enterprise Linux.

Full Story (comments: none)

OnebaseGo 'KDE 3.3 Beta2' LiveCD Released (KDE.News)

KDE.News reports the release of a new OnebaseGo 2.1 Live CD with KDE 3.3 Beta2.

Comments (none posted)

tinysofa

tinysofa has released tinysofa classic server v1.1 (Rio) and tinysofa enterprise server v2.0 (Odin).

Comments (none posted)

Whitebox Linux Errata & Vacations

White Box Linux has a status report on errata and new packages. Click below for the full report.

Full Story (comments: none)

Terra Soft Launches Yellow Dog Linux v4.0 RC1

Terra Soft Solutions has announced the release of Yellow Dog Linux 4.0 RC1. "Yellow Dog Linux v4.0 offers an incredible graphical interface with both KDE 3.2.2 and GNOME 2.6.0 desktops. Terra Soft's graphic designer Jake Fedie has prepared an all new presentation for both the Installer and post-install desktop environment. Included with v4.0 are OpenOffice 1.1.1, Rhythmbox 0.8.3, Mozilla 1.6 and development tools glibc 2.3.3 and gcc 3.3.3 built upon the 32-bit kernel 2.6.7."

Comments (5 posted)

Distribution reviews

Review: Debian-Installer Release Candidate 1 (linux.com)

Here's a review of the new Debian installer on linux.com. "Debian-Installer Release Candidate 1 (RC 1) has some ways to go in accessibility. It is still text-based, a sub-project to provide a GTK GUI having apparently suffered crib-death. In places,too, it requires system knowledge that might make the inexperienced feel a trickle of sweat. Yet compared to the labyrinthine twists and turns of the old installer, the new Debian-Installer is a stroll through a suburb whose streets are laid out on a grid. Unless you choose more control, only a minimal amount of user input is required - language, keyboard, time zone, root and user passwords - and in less than forty minutes the result is a working Debian system." (Thanks to Steven G. Johnson)

Comments (22 posted)

DragonFlyBSD 1.0A: A strong start (NewsForge)

NewsForge reviews DragonFlyBSD. "DragonFlyBSD's FreeBSD origins are quite clear -- the boot loader, boot selection screen, Ports tree, and source tree all share structural and functional similarities to FreeBSD, even if in some cases the code is totally different. The outdated FreeBSD sysinstall installation utility has been replaced by installer. It's still ncurses-based, but it's easier to navigate and use. In spite of the easy installation procedure, you have to know your way around FreeBSD in order to use DragonFly, as the manual pages are all still FreeBSD-centric and there is no handbook or guide to help you learn the system."

Comments (2 posted)

Page editor: Rebecca Sobol
Next page: Development>>

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.