Slashdot Mirror


Talking With Debian's Branden Robinson

v.ciaglia writes to tell us that TuxJournal has a great interview with Branden Robinson, one of the Debian maintainers. The article has a nice mix of personal and Debian specific questions. From the interview: "My primary focus as Debian Project Leader has been to try to resolve some long-standing infrastructural issues that have been frustrating our developers and users. My emphasis has been on internal processes because, as I said above, I think we need to be prepared for more growth. I am very happy to speak at conferences and with the press about Debian, but fundamentally I think Debian sells itself. Because of that, I want to make sure that we're "ready to ship" -- ready to meet the demands of our users."

30 of 104 comments (clear)

  1. Server down .. by dk.r*nger · · Score: 2, Funny

    Haha! Two comments and already the server is not responding. They must be running Debian on that thing, *LOL*

    (yes, I'm kidding)

    1. Re:Server down .. by antiMStroll · · Score: 5, Funny

      Ha ha. Works perfectly here. You must be on an XP desktop.

  2. Re:UBUNTU is debian done right. by arose · · Score: 4, Insightful

    Except that Ubuntu is derived from Debian unstable every 6 months.

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  3. Re:Future Growth? by Vorondil28 · · Score: 5, Insightful

    why plan for "future growth" if the markets and stastics show you aren't going to grow

    I can not fathom the lack of logic in that statement.

    If you don't plan to grow, you won't, regardless of markets and statistics. Based on your logic, if a college football team is ranked at the bottom of a poll before the season starts they should forfeit every game.

    <sarcasm>Brilliant...</sarcasm>

    --
    This sig rocks the casbah.
  4. Re:Grammar/Language by digitaldc · · Score: 5, Funny

    We can do better then this.

    'Than' would be better than then, then?

    --
    He who knows best knows how little he knows. - Thomas Jefferson
  5. ubuntu? by kebes · · Score: 4, Insightful

    It seems that nowadays no discussion of Debian is complete without mentioning Ubuntu. I'm very much impressed with what Ubuntu has accomplished. It really is a great distro. But Ubuntu would be nowhere without Debian. I would have liked to hear his thoughts on Ubuntu. Does it's existence help or hinder Debian? I have heard elsewhere that Ubuntu and Debian do work together on some issues, and that it has been positive for both distros. Still, I would have liked to hear whether he considers Ubuntu a good thing, and what his experiences have been in dealing with that team.

    1. Re:ubuntu? by SquadBoy · · Score: 4, Insightful

      As a long time Debian user (ex now but for reasons that have nothing to do with this or anything else mentioned in the article) the only problem with Ubuntu, well there are many but I'm ignoring what I see as some of it's more fatal flaws as many view these as features, is that their users tend to pollute Debian support fourms and tend to not take no for an answer. As in "Yes we *know* Ubuntu is based on Debian but *no* it is not Debian and no we will not support it."

      Other than that issue it's not like they are competing or anything and for what it is Ubuntu seems to be fairly decent. I just don't happen to like what it is. But on that point I'm going to be at odds with most folks here and thus only wanted to point out that people need to really grok that *no* based-ons are not Debian and that people who support Debian are, in general, not interested in supporting based-ons and when you are told that you *really* should take no for an answer.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    2. Re:ubuntu? by SquadBoy · · Score: 2, Insightful

      Nah. If you pay close attention the swearing usually only happens after the same question is asked by the same person for the 5th time or so. :P

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  6. Debian is great, this article is not by mr.newt · · Score: 3, Interesting

    This is among the worst interviews I've ever read. First, the interviewer apparently used to work for slashdot (I know he's Italian, but he spelled Debian "Debain" more than once...give me a break). Second, this guy Branden Robinson, while obviously a great maintainer, is not a great interviewee. When he isn't sounding stiff and boring, he's busy sounding like an RMS clone ("we don't exist merely at the sufferance of a corporate entity" *puke*). My advice: don't waste your time with this article. If you manage to actually read the thing, you'll be disappointed (unless you actually give a crap how many hours Branden Robinson codes each day, and how many years it's been since he last played D&D).

    -Michael

    1. Re:Debian is great, this article is not by Anonymous Coward · · Score: 5, Interesting
      When he isn't sounding stiff and boring, he's busy sounding like an RMS clone ("we don't exist merely at the sufferance of a corporate entity" *puke*).

      Overrated. Debian actually *is* about Free Software. It's not just RMS-clonage, it's what their charter is.

      And Debian actually *is* the only significant distro that isn't tied to a corporation. Which matters.

      Hell I use Fedora myself, but you can't use it and not be aware that it's pwned by Red Hat. The community is largely irrelevant astro-turf. If Red Hat turned around tomorrow and said "fly Fedora, be free!" it would sink like a lead weight.

      But otherwise, I agree TFA blows.
    2. Re:Debian is great, this article is not by Liam · · Score: 2, Informative

      Ubuntu is not tied to a corporation? http://www.canonical.com/

      --
      Liam Healy
    3. Re:Debian is great, this article is not by Spit · · Score: 2, Funny

      I chose Gentoo because it's far more agile than Debian in many respects.

      Yeah, you can hardly keep up with the bleeding-edge bugs and configuration changes.

      --
      POKE 36879,8
  7. chkconfig vs update-rc.d by Anonymous Coward · · Score: 2, Interesting
    You know what debian could really use out of the box? A utility like redhat's chkconfig. Even seasoned debian users get frustrated with the confusing update-rc.d util for starting/stopping services.

    If you want to list all the services that are currently running you still have to write a damn shell script yourself to go poking through the /etc/rc*.d! What a pain compared to a simple "chkconfig --list".

    1. Re:chkconfig vs update-rc.d by Anonymous Coward · · Score: 3, Informative

      "seasoned debian users" : no, n00bs : yes.

      apt-get sysv-rc-conf
      or
      apt-get sysvconfig.

      You even get the choice between 2 great apps.

    2. Re:chkconfig vs update-rc.d by jayloden · · Score: 2, Interesting

      Glad to see I'm not the only one interested in this. I actually looked at writing a clone tool for Debian based systems for both chkconfig and the "service" command from RedHat. I got as far as creating the service clone: http://jayloden.com/service_clone.htm but I didnt get to the chkconfig yet. Now that you've reminded me I may have to mess around with this again.

      I haven't played with the tools the other replies mentioned (though I plan to now), so I can't comment on them, but it's definitely not a bad idea to clone the RedHat toolset, since it allows familiar ground for a lot of people used to RH environments, and I think chkconfig is reasonably intuitive and easy to use, to boot.

      -Jay

    3. Re:chkconfig vs update-rc.d by Phleg · · Score: 2, Informative

      update-rc.d, much like the other update-(alternatives|binfmts|inetd|.*) commands, isn't really intended to be a user's frontend. Many people choose to use them for that, but they're intended to be scriptable interfaces for package installation.

      Useful frontends for the rc.d scripts exist; sysv-rc-conf and sysvconfig spring to mind, although I believe there's another one.

      --
      No comment.
    4. Re:chkconfig vs update-rc.d by Phleg · · Score: 2, Informative

      Ahem...
      alias service='invoke-rc.d'

      --
      No comment.
  8. Re:Assumption? Hell no. by llvllatrix · · Score: 3, Insightful

    Both distros have their uses. Here are some examples: - kubuntu : for my 10 year old cousin who likes flashy things - ubuntu : for my sister who needs a stable office desktop - debian testing : for whenever I feel like developing a kernel module - debian stable : for whenever I need a server that wont crash Different users have different needs.

  9. Re:Future Growth? by m50d · · Score: 2, Interesting
    If you don't plan to grow, you won't, regardless of markets and statistics. Based on your logic, if a college football team is ranked at the bottom of a poll before the season starts they should forfeit every game.

    A college football team is always aiming to win the league. Debian IIRC has repeatedly stated they are not trying to become the OS everyone uses, just to make a good OS for the people who make it to use, and make it freely available for anyone who wants to use/improve it. So they don't need to plan to grow because growing isn't an important objective for them.

    --
    I am trolling
  10. No mention of Ubuntu? by marcushnk · · Score: 5, Funny

    I wonder if that's now a clause in his interview contracts:
    I will not talk about Ubuntu.
    Do not ask me about Ubuntu.
    If you force me to listen to a question about Ubuntu I will stick my fingers in my ears like this and go "LaLaLaLaLaLaLaLaLa!" :-P

    --
    "Consider how lucky you are that life has been good to you so far. Alternatively, if life hasn't been good to you so far
  11. Re:Assumption? Hell no. by b17bmbr · · Score: 4, Interesting

    i finally installed ubuntu this weekend. i had always been a mandrake fan, and also have used fedora some, but neither would recognize my belkin f5d6001 (admtek chipset) wireless pci card, or would configure it. also, couldn't get a linksys wusb11 (usb wifi) to work either. spare me the howto's. a modern distro should just do it. period. ubuntu did the belkin perfect, never tried the linksys. all i had to do was configure the wep key and viola. then, to install php, mysql, apache, etc. ap-get install whatever or use synaptic. holy freakin cow!!! i installed ubuntu and kubuntu, so i have latest gnome AND kde. how does ubuntu get it so right? i will never use another distro again.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  12. Re:UBUNTU is debian done right. by abscondment · · Score: 4, Informative

    Since Ubuntu is based on Debian, its success is contingent upon that of Debian. Ubuntu isn't a fork from Debian; according to one of the other responders, they pull new changes up from Debian every 6 months. According to Netcraft, Debian is the fastest growing distro:

    http://news.netcraft.com/archives/2005/12/05/stron g_growth_for_debian.html

    One can assume that Ubuntu, et al. are included in this statistic.

  13. Re:Future Growth? by m50d · · Score: 2, Interesting
    The user base is growing because of distros like ubuntu.

    True, but Debian doesn't need to care directly about Ubuntu growing, new users needing to learn etc. will be handled by Ubuntu. They need to make plans for how the growth of derivatives will affect them, but that's not the same as planning for their own growth.

    If their objective is to make the OS freely avaliable to anyone then growing becomes an objective by proxy.

    Not really. They already have enough ftp mirrors for anyone who wants to be able to get Debian to be able to do so pretty easily. They're freely available to anyone with an internet connection, and anyone with a spare fiver can get a CD which is still free in the GNU sense. (I'm not sure if that's their only objective or they also want free-as-in-beer availability wherever possible). Growing isn't going to help for anyone outside those categories in any way I can see.

    PS: An operating system is different from a football team...

    Agreed. It's not my analogy.

    --
    I am trolling
  14. Re:UBUNTU is debian done right. by arose · · Score: 4, Insightful

    So? I didn't say that it's not benefitial for Debian. But Ubuntu is NOT "debian done right" because it's not a fork, but more a layer on top of it, depending on everything below. Ubuntu depends on Debian the same way it depends on GCC and Linux, that's good, otherwise I wouldn't have such a nice OS on my machine.

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  15. Sounding like RMS isn't bad. by Anonymous Coward · · Score: 5, Insightful

    Your comment about sounding like RMS went without justification. Perhaps if more people listened to what RMS said and why, we'd have a community of people who aren't so eager to give up their software freedom for a little convenience.

    1. Re:Sounding like RMS isn't bad. by Anonymous Coward · · Score: 2, Insightful

      Your missing it dude. That's not windbaggery. Fedora (as the biggest example) *does* exist "merely at the sufferance of a corporate entity". If Red Hat stopped supporting it tomorrow, it would be gone faster than you can say "Red Hat Linux 9.0". (You do remember RHL, don't you?) That couldn't happen to Debian.

  16. Re:Marketing by killjoe · · Score: 4, Insightful

    I really wish people would stop calling debian (and even linux) a product. Furthermore it would be very helpful if people stopped thinking about it as a product too.

    Linux is a gift to the world, it's a game, it's a social experiment, it's the last ditch attempt at building a selfless meritocracy but it's not a product.

    There I got that off my chest now.

    --
    evil is as evil does
  17. Paranoia Strikes: How Assure No Trojans in Debian? by Anonymous Coward · · Score: 2, Interesting
    How can a user be assured that there are no trojans/backdoors built into the various contributed pieces of Debian?

    Each package requires customization to work under Debian. Wouldn't it be easy to slip a backdoor or two into any number of given packages? E.g., a developer responsible for Debian GTK (or whatever) might add some backdoor code. Or there could be an even more subtle attack wherein one developer adds partial code to one package, a second developers adds partial code to a second package with the intent that a user who installed both packages would be subject to a backdoor attack. How could this possibly be detected?

  18. Hacking the Whip by Doc+Ruby · · Score: 3, Interesting

    "Ready to ship"? How about if they just do more shipping? Better promotion of idle/orphan projects and tighter project management would keep Debian releases at a useable speed while retaining their valuable stability. One valuable technique would be promoting bugfixing on neglected packages to more active projects which depend on them down the chain. That is already in the interest of the dependant projects, but coordination from overall Debian management would produce more cooperation across projects, especialy in that productive "upchain crossroads". It leverages open source, open projects, and mutual selfinterest along with expertise in the code in question. That counts as "internal processes", though not as internal as focusing only on the core Debian team.

    --

    --
    make install -not war

  19. Ubuntu and Debian by dartarrow · · Score: 2, Interesting

    So much said here about Debian and Ubuntu. I love Ubuntu. Yes its a spinoff from Debian but Mandrake was a Spinoff from RedHat before it went solo. Ubuntu is good not only because of the cutting edge technology it gets from Debian but also because of the management, marketting, and administration. A well engineered hybrid of technology and usability. Which sure as hell beats replies from Debian elitists who mostly go "RTFM. F-cake!" (i'm still hurting from that). With the experience Ubuntu gets from Debian, it would not be surprise if they able to go on for a long time even if Debian drops off.

    --
    I love humanity, it is people I hate