Slashdot Mirror


Debian World Domination Plan

An anonymous reader writes "Guillem Jover announced his plans to take over the non-Debian world and released a tool which converts in runtime any distribution to Debian. It does not convert in the sense of mapping all previous installed packages to the Debian counterparts, but installs a base system or tarball and cleans traces from the previous distribution."

22 of 547 comments (clear)

  1. Re:Stupid. by pugdk · · Score: 4, Informative

    UHM... correct me if I'm wrong, but I think KDE works pretty well in Debian/unstable? I fail to see your point.

    -pug

  2. Nothing! by leo_llew · · Score: 5, Informative

    From the code:

    [...]
    if [ -e /etc/debian_version ]
    then
    if [ "$DISTRO" = unknown ]; then
    error 1 "You already have a Debian system"

    [...]

  3. Re:I wonder what would happen... by DerPflanz · · Score: 2, Informative

    If you read the script, you'll notice that it will detect that and will bail out with an error message:

    if [ -e /etc/debian_version ]
    then
    if [ "$DISTRO" = unknown ]; then
    error 1 "You already have a Debian system"
    else
    warning "You have a mixed system, trying to continue"
    DISTRO_MIXED=yes
    fi
    fi
    --
    -- The Internet is a too slow way of doing things, you'd never do without it.
  4. Interesting, but not much to see by Sklivvz · · Score: 5, Informative

    Well, it's a simple 12KiB shell script, nothing much to see there. It's well written and it's a nice idea, though.
    I would wait a couple releases before using it in a real environment though... hotswapping releases is a very tricky matter, and can screw up majorly your computer, expecially if it's done via a script.

  5. intended for non-debian providers by golan · · Score: 4, Informative

    IIRC It was originally intended to convert a redhat installation in a server where the provider would only install redhat.

  6. Re:Pfft by hypnotik · · Score: 5, Informative

    Speaking as a debian user for many years:

    They do have a stable, modern distribution. It's called "testing". The not-so modern "stable" distribution is a dream tho.. You could drive a 15 ton tank through it and it'd still stay up. I've been running it on server (in the wild) for more than 2 years now with nary a problem. It's easy to maintain and has everything I need no more than an apt-get away. No recompilation, no searching for dependencies.. unlike some other distributions I've used.

    I wish everything was that easy.

    --
    (I was only an egg, but then I cracked)
  7. Re:Stupid. by Fluffy+the+Cat · · Score: 2, Informative

    NetBSD counts anything that requires a different kernel as an architecture, whereas Debian counts anything that requires a different userspace as an architecture. If you use the same terminology in both cases, the numbers work out pretty even.

  8. Re:Stupid. by shadowpuppy · · Score: 3, Informative

    jadams@fuzball:~$ apt-cache search kde | wc -l
    580
    jadams@fuzball:~$

    Hmmm.... looks like it's there to me. I don't really use it but it's there.

    jadams@fuzball:~$ apt-cache policy kde
    kde:
    Installed: (none)
    Candidate: 4:2.2.25
    Version Table:
    4:3.1.2 0
    500 http://http.us.debian.org sid/main Packages
    4:2.2.25 0
    500 http://http.us.debian.org woody/main Packages
    990 http://http.us.debian.org sarge/main Packages
    jadams@fuzball:~$

    Yeah even looks supported.

  9. Re:Debian Installer by turgid · · Score: 3, Informative
    Well in my experience, it wouldn't recognise my network card, despite being supported (working fine in Slackware) and listed in their options. So then I tried it without a network card, but it got stuck in some loop, and kept asking me for a network card, despite the fact that I wanted to install from CD. I'm glad I'm an experienced Linux user (since '95) because if I was a Windows user and some zealot had told me to install Debian, I'd have gone straight back to Windoze and would have told everyone I could what a steaming pile of excrement Linux is based on this experience. And yet there are people here who can't understand why Windows people hate Linux zealots.

    Contrast this to KNOPPIX. It is a delight. And it's based on Debian.

  10. Re:Stupid. by phrasebook · · Score: 2, Informative

    there installer, it simply requires far too much manual tweaking to get from a first install to a useable system, other distro are far better here

    Their, not there.

    I for one like the Debian installer. My current testing/unstable system was installed from the first Woody CD - I just installed the base, no extra packages. Then I could just pick and choose whatever I liked from there. This is really useful if you just want to put together a small, clean server with nothing superfluous. I'd feel very uncomfortable settling for one of eg. Redhat's predefined installation choices. I would feel less in control, and it really wouldn't save me any time anyway. A few minutes perhaps.

    there 'stable' concept, it just doesn't make sense

    Their, not there.

    Damn right it doesn't make sense! stable really borders on being useless. The release cycle is just too long to be of much relevance. And as you said, older software isn't necessary more stable, and could well be worse.

    Unfortunately this filters up to unstable as well. Debian's 'X Strike Force' hasn't got 4.3.0 into unstable yet. 4.3.0 was released in February 2003. It might not even get into unstable before 4.4.0 comes out! Now that's a long time.

    IMHO Debian needs to cut back on the number of supported architectures and not be so tolerant of packages with bugs that are 100's of days old marked against them. /complaint

  11. Re:comparing distros by RailGunner · · Score: 3, Informative
    You might try http://www.linuxiso.org - they've got ISO's of many, many Linux distributions that you can download and check out.

    I too, was a loyal Red Hat user until they started messing with KDE. So, I came on Slashdot and read a comment where someone was saying Mandrake was "Red Hat Lite". So, I gave Mandrake 9.0 a try, and I've since upgraded to 9.1 (will upgrade to 9.2 soon), and I've not looked back.

    Knoppix is also an amazing distro, if you only ever need it for a system recovery disk then it's still worth the time and bandwidth to grab it.

    I'd recommend starting with those two, and I will mention that here on slashdot Debian and Gentoo are also extremely popular, and SuSe and Slackware also have vocal fans.

    But - check out http://www.linuxiso.org and see what all they have.

    Hope this helps!

  12. Re:Stupid. by gomoX · · Score: 2, Informative

    NetBSD you say?
    Guess what? There's Debian/[GNU/]NetBSD!

    --
    My english is sow-sow. Sowhat?
  13. Re:Stupid. by gomoX · · Score: 2, Informative

    4.3 isn't in unstable because of cross-platform compatibility issues. Every person using Sid out there knows they can get XFree86 4.3 from Debian Experimental for x86 and it works great.
    Now, can you mention another package in a similar situation?

    Debian stable is undoubtedly the best distro to put on a server. Every single package or combination of them has already been tested. I have yet to see anything that doesn't work on stable, or anything whose debconf script would set up perfectly.
    That said, Debian Stable's target is obviously *not* the desktop.

    --
    My english is sow-sow. Sowhat?
  14. Sounds like 'instant BSD'. by nurb432 · · Score: 2, Informative

    Just like the instant BSD thing that was posted a couple of weeks ago.

    Nice to see it extended beyond BSD to other systems.

    Now all we need is a win32 virus to initiate 'upgrading' to your choice of *nix flavor.

    --
    ---- Booth was a patriot ----
  15. Re:Can't detect and install apps? by LS · · Score: 2, Informative

    Did you look at the Readme? The main purpose of this script is to convert a colo server that is installed with Redhat or the like by default, BEFORE you modify it. It will make backups of you configuration and data, but running this script on an in-use server is an unrealistic scenario unless you don't mind some downtime setting things up again.

    Try to find an ISP that provides Debian colo's. There aren't many.

    LS

    --
    There is a fine line between being a cultivated citizen and being someone else's crop. - A. J. Patrick Liszkie
  16. Re:Version 2.0... by mysticgoat · · Score: 4, Informative

    I'm thinking of starting a PC recycling business because most trashed PCs these days are still acceptable performers.

    Free Geek in Portland Oregon does this as a non-profit. One of the keys to their success is lots of trainable volunteers, because they reward volunteer hours with a refurbished computer. Another key is that businesses and individuals who donate old computer systems get receipts for their charitable donation (but it is up to the donor to determine the value of the donation). When some area business upgrades, they rent a U-Haul truck to bring the old computers to Free Geek. It's an interesting thing to see.

  17. Re:How about a simple firewall instead by Ian+Bicking · · Score: 2, Informative
    A firewall only seems to make sense when your right hand doesn't know what your left hand is doing. In a multiple-computer setup this can often be the case, of course -- especially with computers running Windows where even if you do know what you're doing you're not necessarily empowered to fix it. But with a single machine, where you have complete control, what does a firewall accomplish? So that user programs can't set up high-port servers (e.g., something on 8080)? I just don't get it.

    Hell, on a Debian system you should be able to mostly accomplish the same thing with a virtual package that conflicts with all "unnecessary" servers.

  18. Re:Configuration? by gullevek · · Score: 2, Informative

    you have problems. its so easy

    get knoppix

    boot it

    fdisk your HD

    debootstrap sid /target/drive http://ftp.debian.org

    [wait here a bit]

    chroot into drive and finish setup according to this page: http://www.debian.org/releases/stable/i386/ch-prep aring.en.html

    I have setup all of my servers like this (get XFS easily that way) and same at home. thought you have to trick around a bit to get XFree 4.3, if only that damn thing would compile on all architectures so it can go into unstable (sid) tree ...

    lg

    --
    "Freiheit ist immer auch die Freiheit des Andersdenkenden" - Rosa Luxemburg, 1871 - 1919
  19. Free editions of RedHat Enterprise Linux by mackman · · Score: 3, Informative

    If we're going to be starting another distro war, I think everyone should take a look at these three projects which aim to release a free edition of RedHat Enterprise Linux. Once you've got one of these running, even if these distro go under, you can still get SRPMS security updates from RH and build them yourself through 2008.

    Tao Linux
    White Box Linux
    cAos

  20. Re:Configuration? by Antity-H · · Score: 2, Informative

    If the hard drive actually shows up as /dev/hde when booting with the debian installer cd, you could try booting the debian installer with the ide=reverse parameter, this should make your drive show up as /dev/hda, by reversing the sort order of the ide controlers
    That wouldn't help if your controller actually isn't recognised by the debian boot kernel of course.

  21. Troll spanking time. by Balinares · · Score: 2, Informative

    > Ever run win2k3? No? Because win9x sucked so hard? double standards are fun.

    Exactly what in my post makes you assume I've never run the later Windows, and that I don't judge it based on the exact same standards I apply to Debian and whatever other distro I happen to be running right now?

    As it happens, as far as closeness to the ideal "it should Just Work, the way *I* want it to" goes, even the latest Windows are behind on both counts -- partly because its idiosyncrasies are often hard to solve, when they're end-user solvable at all, while that of my current chosen Linux distro are not for whomever knows what they're doing, which I like to believe I do. Thus making that distro much closer to the "Just Works" ideal for me than Windows.

    Some of us DO check out competing offers and then decide purely on which is the best tool, which doesn't have to be the one your biases (or paycheck) drags you to. Cope.

    --

    -- B.
    This sig does in fact not have the property it claims not to have.
  22. Nothing really new.. by fforw · · Score: 2, Informative
    There's already a way to do what this tool is supposed to do without much hassle:

    Chapter 3.7 of the Debian Install HOWTO describes a cross install method for debian which works quite well.

    I used it when I needed to install debian on a computer with new adaptec scsi controller which was only supported in 2.4.22+ :
    • boot Knoppix
    • Follow Cross Install Instructions
    • Ready.
    Ok, it's not One-click-cross-install (tm).
    But if you need such a tool, why are you installing debian? You'd better use Fedora, Mandrake or Suse in this case.
    --
    while (!asleep()) sheep++