Slashdot Mirror


Debian Fastest-Growing Distro, Says Netcraft

Oskuro writes "According to this story at news.netcraft.com, Debian was the fastest growing distribution in the last 6 months, closely followed by SuSE and Gentoo. RedHat, while still reigning, has started to lose sites in Netcraft's survey after they announced the end of support for their desktop releases. The survey is based on the stats from webservers which include the distribution name in their webserver's header." Maybe it would grow even faster when Java issues are worked out -- read more below on that.

adamy writes "For people like me that use both Free/Open Source software and Java, the two have come together with two major exception: The Java Virtual Machine and the Base Libraries. Seems the folks trying to get Java packages ready for Sarge could have listed the issues. This is an interesting example of dependency tree pruning: Several packages are orphaned because they depend on Ant, which depends on Swing. Swing has been lower priority for the Classpath because most of the java pacakages are server side or lack a UI componenet."

8 of 516 comments (clear)

  1. The debian-java mailing list.... by tcopeland · · Score: 4, Informative

    ...is right here.

    Lots of discussions on library dependencies and Kaffe and such like are in the January archives.

  2. Not suprised by TheRealMindChild · · Score: 5, Informative

    Not suprised one bit. Both Debian and Gentoo are the only two usable UP TO DATE distro's that will run on a sparcstation. They obviously care to encompass EVERYONE who might use their OS, and gladly, Ill join that line.

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  3. Re:75% servers without Distro name... by LynXmaN · · Score: 4, Informative

    this untested hobby distro (fedora) that requires a complete re-install anyway

    That's quite a trolling from your part.

    I have installed Fedora on my RedHat 7.3 machines using apt-get (for rpm) and only in 1 reboot, so it doesn't require a full reinstallation.

    And also Fedora is the evolution from RedHat 9, even if it have bugs (as all distros) it's stable and ready for production.

    --
    May the source be with you!
  4. Re:How is Java relevant here? by rimu+guy · · Score: 5, Informative

    The above poster is right. People want to run Java servers on their Linux boxes.

    But the fact that Debian currently has some issues with installing those automatically shouldn't hold things back. Certainly, Red Hat aren't going out of their way to support Java.

    And as far as Ant goes, it's not that hard to install:

    antversion=1.6.0
    {
    cd /usr/local
    wget -O - "http://apache.inspire.net.nz/ant/binaries/apache- ant-$antversion-bin.tar.gz" | tar xz
    ln -sf /usr/local/apache-ant-$antversion /usr/local/apache-ant
    echo "export ANT_HOME=/usr/local/apache-ant
    export PATH=\$PATH:/usr/local/apache-ant/bin" > /etc/profile.d/ant.sh
    chmod +x /etc/profile.d/ant.sh
    }

    FWIW, I run Linux Virtual Private Servers with a bunch of Java hosting tools like Tomcat preinstalled on my distros.

    And, at least for me, Red Hat (including Fedora) is still outselling Debian by 5.3 to 1. Maybe it's because I install apt-rpm on the Red Hat boxes to make them just as easy to manage as the Debian ones :)

  5. You've Been Assured For Ages by krmt · · Score: 4, Informative
    But what if debian pulls a redhat. What's stopping them from turning into another greedy anti-free distro.
    This.
    --

    "I may not have morals, but I have standards."

  6. Tried them all, settled on Debian by pjack76 · · Score: 4, Informative
    In the past year I've installed Red Hat, Mandrake, SuSE, Gentoo and Debian on my desktop and laptop. My friends think I'm crazy, but I was mostly going through the distributions to evaluate them for work.

    None of the commercial vendors impressed me with their technical support, which is funny since I paid them for it. Red Hat of course dropped support for their desktop distribution altogether.

    Both gentoo and Debian, in my experience, have extremely friendly communities who are willing to answer even my worst inane questions ("How can I get video1394 to load automatically on boot?")

    I ran gentoo for probably six months, but the cost of compiling everything once a week to keep up-to-date just wore me down, especially on the laptop. I know it has binary packages, but not for everything, and anyway I was all proud of myself for having optimized binaries for AMD...

    Well, no more. Now I'm on Debian and I'll probably stay there. It has the best "everything just works" rating out of all of them, even the commercial distros. Well, it has the best rating after you've installed discover. (And why doesn't discover load video1394 when it sees my firewire cable? It seems to know to load raw1394...)

    My only complaint is that there needs to be kernel-image packages that have ACPI compiled in.

    I'm impressed enough with Debian that I intend to install it on 50 desktops at work, if only I can convince management of the benefits of doing so. (Especially with Fully Automated Installation, woo hoo.)

    --

    Wow, a lucrative publishing contract! I don't have to be evil anymore. --Meteor

  7. Re:Knoppix hd installs contribution? by Ziviyr · · Score: 4, Informative

    You can do a PROPER install of Debian with the MEPIS live CD.

    http://www.mepis.org/

    --

    Someone set us up the bomb, so shine we are!
  8. Debian Java Issues by lars_boegild_thomsen · · Score: 4, Informative

    Well - I never really got this one. I actually like Debian's strict policy on software licenses even if it now and then causes some inconvenience. As for Java - well - it didn't take me long to realize that I needed the original - and that Blackdown have a ready made Debian package that can be included in apt's sources.list. That's all - one line in a configuration file and you've got perfectly working Java in Debian.

    And here's the line:

    deb ftp://ftp.tux.org/pub/java/debian/ testing non-free main

    By the way - I would assume this problem to be exactly the same on all other Linux distro's due to SUN's licensing. Isn't that so?