Slashdot Mirror


Debian-Installer Alpha Released

robstah writes "An alpha release of the next generation Debian installer (Debian-Installer) has been announced. Debian-Installer is an actively developed replacement for the older and now rather delapidated boot-floppies installer. This alpha release is available for i386 only as ports to other platforms are not yet significantly mature. Volunteers are requested to test this new installer and help contribute to Sarge, the next release of Debian GNU/Linux." Now's the time to complain if you want to be heard.

77 of 221 comments (clear)

  1. Downloading right now... by LucidityZero · · Score: 2, Interesting

    I'm working on it right now. I needed a new distro to mess around with anyway. I had always heard that the Debian installation was just a complete mess, so this is a step in the right direction. Hearing even slight news like this is enough to make me try it out, and I'm sure it'll help convince other people too.

    --
    Sig.i>
    1. Re:Downloading right now... by Gheesh · · Score: 2, Interesting

      It is *not* a complete mess, it just concentrates on software (all software sources can be defined at installation, so you can begin using apt-get as soon as it is finished) and leaves most hardware configuration up to you (no detection *at all*, just a list of kernel modules, some with no description whatsoever, to pick from).

      I think the new installer will definitely help Debian enlarge its user base

    2. Re:Downloading right now... by Brian+Kendig · · Score: 3, Interesting

      Does the new installer have hardware autodetection? I read the links in the article, but I can't find any detailed explanation of exactly what the new installer's all about.

      I've been trying Debian recently. The most frustrating thing about it is that the installer requires me to know what graphics chip I have, what sound chip I have, what network interface I have, what IrDA interface I have, and all sorts of other little hardware details that will foul up the system if I choose wrong.

      On my Dell laptop it took me a day to figure out what NIC driver I was supposed to use (a 3c5xx driver for a 3c905 card, go fig) so I could start the network install, then another day to figure out what video driver to use so X wouldn't hang on startup (I had a Neomagic chip, but I wasn't supposed to be using the Neomagic driver), and now it's been a few days and I still haven't been able to get audio working.

      I'm tired of digging around on mailing lists and web sites to figure out how to get Debian to behave. And lots of the available documentation is now outdated; for example, I was puzzled why I didn't have '/etc/conf.modules' until I figured out that it's been replaced by '/etc/modules.conf'. Huh.

      I really hope the new installer makes all this easier.

    3. Re:Downloading right now... by Wolfrider · · Score: 2, Informative

      --I tend to agree with you. Ppl have been spoiled by GUIs that take up too much memory, are slow, and more prone to have bugs. (And I'm not just talking about the installers, either.)

      --SuSE 7.3's GUI installer was a PITA. I *always* opted for text mode, sometimes "Expert mode" as well - because I couldn't get a reliable install experience using the GUI.

      --I switched to Knoppix because it was the best Linux experience I'd seen since Mandrake 1st edition came out to compete w/ RedHat. Plus the promise of apt-get was too good to pass up.

      --My current install is b0rked tho. I can't get apt-get update / upgrade to work anymore (craps out with a memory error and can't parse some dpkg files) so I'll have to reinstall using the latest ISO and knx-hdinstall. So much for perfection...

      --I also have a download of Libranet 2.0 (the free-beer version) to try out, so maybe I'll do that one 1st.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    4. Re:Downloading right now... by Christopher+Cashell · · Score: 2
      My current install is b0rked tho. I can't get apt-get update / upgrade to work anymore (craps out with a memory error and can't parse some dpkg files) so I'll have to reinstall using the latest ISO and knx-hdinstall. So much for perfection...
      Do you know offhand exactly what the error is?

      Is it something about "dynamic memory map"?

      If so, it's actually a semi-known error, and there's an easy fix. You see, what the problem is, is that you have too many thing listed in /etc/apt/sources.list, and too many packages being found. APT is attempting to load and compile information for the whole set, and the default memory cache size (6MB, as I recall) isn't enough to hold it all. What you need to do is change a setting in /etc/apt/apt.conf to make it larger, and then life will be good.

      If the error I mentioned is what you're seeing, or something similar, try adding the following directive to /etc/apt/apt.conf:

      APT {
      Cache-Limit "12582915";
      };


      Note that what this does is double the size of the dynamic memory map that APT uses (specified in bytes).

      If it's bombing out while trying to read an APT file, it's possible you have a corrupted packages file or something. Try clearing out the files in /var/lib/apt/lists/ and then rerunning apt-get update.
      --
      Topher
  2. XFS support? by Anonymous Coward · · Score: 2, Interesting
    I wish they'd ass XFS support for the default install. There are some unofficial boot floppies with XFS support, but they haven't worked for me.

    With my current install, I had to install on ext2, then copy / to another partition, make XFS-capable kernel, create XFS on the original / partition, and copy it back... It's a mess.

    fp?

    1. Re:XFS support? by nexex · · Score: 5, Informative
      should've used this:

      http://people.debian.org/~blade/XFS-Install/

      --
      Winter 2010: With Glowing Hearts
    2. Re:XFS support? by eggsovereasy · · Score: 2, Informative

      I think gentoo comes with it by default... although there is no installer per say, so you just format it whatever you want it...

    3. Re:XFS support? by Dave114 · · Score: 5, Informative
      Joking asside, do any distro's come with XFS by default?

      Mandrake (9.0) gives you the option in the installer.

    4. Re:XFS support? by mhesseltine · · Score: 2

      If you want to set it up, Gentoo has support for XFS.

      --
      Overrated / Underrated : Moderation :: Anonymous Coward : Posting
  3. Great to hear by term0r · · Score: 5, Interesting

    This is really great news for the Debian developers and the Debian userbase. Debian is a great installation but has one of the more complicated, unfriendly installers out there. This first puts off people changing to Debian from other dists. and secondly stops linux newbies trying out Debian.

    Hopefully this installer turns out to be as easy to use as installing Redhat, but hopefully will stay non bloated and run on low spec machines. Just out of interest has anyone ever tried the Mandrake or Redhat graphical installers run on a low spec machine? Does Mandrake include a command line only option like Redhat does?

    1. Re:Great to hear by LucidityZero · · Score: 2, Informative

      I'm installing Mandrake on a laptop right next to me as we speak.
      Yes, you can install Mandrake from a command line.
      Not sure about the performance on a lowend machine, however. . .

      --
      Sig.i>
    2. Re:Great to hear by moranar · · Score: 2, Informative
      >Does Mandrake include a command line only option like Redhat does?
      Of course it does. You just start the installation, press F1, then select the appropriate option. Text install served!
      --
      "I think it would be a good idea!"
      Gandhi, about Internet Security
    3. Re:Great to hear by piranha(jpl) · · Score: 5, Informative
      Debian is a great installation but has one of the more complicated, unfriendly installers out there.

      That may be correct if you're not familiar with Linux, but if that is the case, one will find that reading the installation manual helps. It's a very detailed document that covers just about everything and every possibility; compare that to the quality of documentation that other distributions provide.

      This first puts off people changing to Debian from other dists. and secondly stops linux newbies trying out Debian.

      It's been said many times: Debian isn't for newbies. However, I recommend Debian to newbies if they want to learn Linux and not be hand-held through the installation and configuration processes. There's not much to learn when your idea of filesystem allocation is a bar graph, and you're not even presented with the names of the kernel modules you can choose.

      Hopefully this installer turns out to be as easy to use as installing Redhat, but hopefully will stay non bloated and run on low spec machines.

      It's not just about running on low spec machines. Keeping the installation simple (in terms of internal design, not UI) eliminates many problems and allows you to do many flexible things. Things break less. Hardware auto-detection and other forms of hand-holding is probably why my last Mandrake installation froze indefinitely (8.2, in VMware); I've had a similar experience with a recent Redhat version (on a non-emulated machine).

      In short, I don't understand why the existing installer gets so much flak. I'll admit dselect stinks for too many reasons to list here, and I find tasksel to be over-generalized. Therefore, I recommend that people search for packages they want, and install them with apt-get after the installation procedure.

      The only remaining challenge with installing Debian is that you understand concepts like partitions, filesystems, kernel modules, etc. If you do, the installation is a breeze (although I've been through it many times). If you don't, the installation manual covers all of this.

      Anything I'm overlooking?

    4. Re:Great to hear by blincoln · · Score: 4, Insightful

      It's a very detailed document that covers just about everything and every possibility; compare that to the quality of documentation that other distributions provide.

      I would argue that a well-designed and intuitive system shouldn't require the average technical user to RTFM for basic functionality.
      Allowing in-depth technical use is an admirable feature, but forcing it is atavistic. It belongs in the past, just like boot floppies.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    5. Re:Great to hear by Kynde · · Score: 2

      Just out of interest has anyone ever tried the Mandrake or Redhat graphical installers run on a low spec machine? Does Mandrake include a command line only option like Redhat does?

      I always use "expert text" to avoid the graphical one. It's really great that redhat has kept supporting the text and the expert versions.

      But the 640x480 8bit that the gui based thingie uses is not really high end as-is.

      Besides linux X stuff has gotten so bloated already that you cannot run X on a machine with less than 64 megs of memory anyway. And even with 64, you can forget about mozilla and many other programs. The common attitude in linux kernel mailing list for low memory issues and swap usage has been for quite some time "buy more memory and disable swap". That's exactly what I've done in my office box, and yes the interactivity naturally improved, but it's still sad...

      --
      1 Earth is warming, 2 It's us, 3 it's royally bad, 4 we need to take action NOW
    6. Re:Great to hear by etxjrh · · Score: 2, Interesting

      Yes, OK, an option would be nice. But debian is more flexible than many other distros, as the parent metioned. You can install to Sun/SGI workstations over a serial link, so you don't need a monitor or keyboard for the installed machine. Once you get it bootable and the network is up you can remote administer it. Debian's installer is well engineered for that sort of problem, though I admit for home x86 installations it sucks a little.

    7. Re:Great to hear by alpharoid · · Score: 2, Insightful
      Debian isn't for newbies. However, I recommend Debian to newbies if they want to learn Linux and not be hand-held through the installation and configuration processes.
      Recommending Debian (or Slackware, for that matter) to a newbie, from my personal experience, is sadistic. Don't get me wrong, they're sweet distributions, but you should start from the softer side of the learning curve, especially if you don't have a knowledgeable friend who's always around.

      Even the easiest Linux distros nowadays can overwhelm some users. Let them learn with RH or Mandrake, and when they've seen it all and worked their way to the system's innards, they'll move naturally to the leaner distributions.
    8. Re:Great to hear by inode_buddha · · Score: 3, Informative

      Here's how I do a bare-bones RH install... I've done this on 486's even with RH8.

      1. At the bootup screen, select "text mode" install
      2. Set up your partitions, etc.
      3. When you get to the "Package Selection" screen, choose either "workstation" of "server" as appropriate.
      4. Do *not* opt to select individual packages
      5. *Unselect* everything
      6. Proceed

      This leaves you with a bare-bones install between 90 - 150 mB, depending on the RH version.

      --
      C|N>K
    9. Re:Great to hear by inode_buddha · · Score: 2

      Actually, my first distro was Slack 3.0 on floppies, 1 disk set at a time onto a 486... 2 weeks and 140 + floppies later, I had the whole thing on there. That was when I started learning.

      --
      C|N>K
    10. Re:Great to hear by HiThere · · Score: 4, Interesting

      It may have been improved in the last couple of years, but the last time I tried it left me before X window was configured. Not nice. (I had somehow assumed that this was because some wizard popped up somewhere along the way to do the configuration, but not so.)

      The time before that, it wouldn't handle a large hard disk. (This HAD been a problem with the other distros around a year earlier, but not within the last 6 mo.s.)

      Debian is a great choice if what you are after is STABLE! But, historically at least, it has lagged in adopting changes. This is another example in a long series.

      This makes a great deal of sense, actually. You don't want to install server software very often, and you do want it to be very STABLE. So Debian has been ideally suited for a particular niche. But as desktops become more predominant, is there actually a larger place for a distribution that places stability over up-to-dateness? Probably a slightly larger place, but even holding onto it's basic user base is likely to be difficult. As computers become more powerful, the graphics front ends eat up a smaller fraction of the resources. (Well... ideally. OTOH the 2.4 kernel appears to be quite greedy for resources. So much so that I had to revert one of my smaller machines, or I couldn't even run efficiently in text mode.) So it becomes more reasonable to run a graphics front end on a server. This means that Debian needs to pay more attention to graphics setup, etc. So this new installer is not just nice, it's important to the survival of the distribution. FWIW, I find that I usually try the graphic tools before I try the text based tools, until I have learned the text based tools quite well. Even then... it's much nicer to select some files than to try to type in their names correctly...(is that a one or an ell?)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    11. Re:Great to hear by MyHair · · Score: 3, Interesting

      In short, I don't understand why the existing installer gets so much flak. I'll admit dselect stinks for too many reasons to list here, and I find tasksel to be over-generalized. Therefore, I recommend that people search for packages they want, and install them with apt-get after the installation procedure.

      Agreed. When I installed Debian dselect drove me nuts for quite a while until I finally read up on apt-get. Dselect gave me as much depencency hell as RPM did; RedHat 6.2 advised not to try to install X after the the system was installed! I tried it anyway and hated RedHat since. But apt-get is way better, and I've used Debian package search to find things like xxd (a hex dumper that Debian told me was part of the vim package) and glxgears & glxinfo.

      apt-get dist-upgrade is just way too cool. Really. Potato (Debian 2.2r4) to Woody (Debian 3.0) with no problems. Wow. (Well, one problem: Gnotepad+ and some other package both fight over ownership of one html help file that I don't use.)

      Disclaimer: my early days of GNU/Linux go back to 1994 and the then-current version of Slackware. I've always like the text-based installers better. I guess it depends on how much you want to know and control the system versus how pretty and/or "easy" you want it.

      Another point that needs to be made is in comparing distro installers to commercial installers is the fact that there are more decisions to be made because there are more functions available to install from a free distribution than a commercial system. With Windows you have to jump through a few extra hoops to get IIS, SQL Server and other server software or MS Office installed, but in GNU/Linux distros you make that decision at the OS install. So part of the confusion is that there is more to choose from rather than buying the servers/apps as add-ons.

    12. Re:Great to hear by sjames · · Score: 2

      RH does have a heavily patched kernel in the distro. A look at the kernel SRPM is very informative there. It can use a vanilla kernel without much difficulty though. You can even modify the spec file to generate a more vanilla kernel if desired.

      All that said, I personally use Debian and don't find the installer to be a problem.

  4. Awesome! by afra242 · · Score: 5, Interesting

    This, I am really happy about.

    Most Linux users at work love Debian from what they have seen on my laptop, but are intimidated by the installer, and what they have heard about it (ie. time consuming, tricky). Therefore, they won't use Debian...

    They would rather just put in a Mandrake, or Redhat CD and click a few mouse buttons and off they go with a new system, in less than 1/2 an hour.

    This is great news, and I will be keeping an eye on this. Soon enough, I'll make sure to push Debian onto other people once the installer reaches a significant level.

    Well done and congratulations to all involved in the Debian-Installer project!

  5. OK, but.. by jericho4.0 · · Score: 5, Interesting

    I never had any problems with the debian installer, and I sure like what it left me with. I have Debian running on i386, mips and sparc. The sparc and mips platforms both have NFS root installs. In both cases I found myself pleased with the ease of install, although I did have to muck around with scripts, etc. But I expected that with 'weird' arches and installs.
    I have heard disses about it though, mostly from newbie types. As distrubutions go, I would like to see it easier to use for people who might not know their way around a linux box.
    Most of the complaints I've heard (and identified), deal with documentation, though. As I don't feel like doing a new install of Deb to test it, can anyone offer any insight as to what kind of improvments have been made? The article is kind of weak on that point.

    --
    "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
  6. Is this a YNCORW ? by Khalid · · Score: 4, Insightful

    Can someone explain ? is this Yet a New Case Of Reiventing The Wheel ? I thought that the Progeny (Debian based) installer : http://hackers.progeny.com/pgi/ was very nice and GPL too ?

    Why is there a need to reinvent the wheel over and over again ?

    1. Re:Is this a YNCORW ? by neksys · · Score: 5, Informative

      That's the beauty of open source - you can reinvent the wheel as many times as you want. Yo leave it up to the end use to pick the wheel that rolls the best.

    2. Re:Is this a YNCORW ? by krmt · · Score: 5, Informative

      Progeny's installer (known as PGI) doesn't work on non-x86 archs (it may work on PPC, but not on the majority of the arch's that Debian supports). From what I understand, there's no movement towards porting it to other arch's, either because it's difficult or people aren't interested in doing so. Anthony Towns (the Release Manager for Debian) basically just wants a working installer, and debian-installer is what people are actually working on.

      --

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

    3. Re:Is this a YNCORW ? by tfheen · · Score: 3, Informative

      Debian-installer is an old project, it will soon be three years since the first commits into the CVS repository.

      PGI is nice and everything, but does not use debconf, it is monolithic, which means that it's a lot harder to rip out a part of it and replace with something else (say you want EVMS or LVM instead of normal partitions). This is quite easy with debian-installer.

      In addition, there is the issue of PGI not being ported to anything but i386 and PPC. d-i already works on hppa, and is getting into shape on s390 and ia64.

      Since debian-installer uses debconf for interaction, it will be quite easy to support automated installations as well.

      --
      Tollef Fog Heen (d-i hacker)

    4. Re:Is this a YNCORW ? by mikael · · Score: 2

      Why? Is it written in 386 assembly or what?

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    5. Re:Is this a YNCORW ? by Khalid · · Score: 2

      Why has my question been moderated as a flamebait ? that was a genuine question !? thanks for all those who have answered ! it's clear that things are often not as simple as you might think !

  7. What This Means For Debian by krmt · · Score: 5, Insightful

    What most people are going to think of when they see this is that this will make Debian's install more friendly. While this is very likely to happen, there are going to be other major benefits to this project.

    The main one is that this will completely replace the old boot-floppies software that previous releases were based on. boot-floppies was, by all accounts, a major pain to deal with. For the release of woody, the installer was supposed to be re-written, but people complained and it was decided to "just" update boot-floppies once again for woody so that the release could get out the door quickly. This update took an extremely long time, so woody took a lot longer to release.

    Sarge is largely waiting on debian-installer to be in good shape to release. No one, and I do mean no one, is willing to work on boot-floppies any more. I've never personally looked at the code, but I know it's just not worth it. debian-installer is modular and will provide the ability to have multiple frontends. The only one in place right now is the text-based frontend, so it's even uglier than the boot-floppies UI right now, but GTK and S-Lang frontends are in the works. Either way, the modularity of the new system will hopefully make it easier to update for new stable releases. boot-floppies was really holding things back there, much to everyone's dismay.

    The other thing of note is that the entire installer is based on the debconf system (well, a rewritten C version of it actually), which is Debian's standard configuration backend. There are multiple frontends, like Gnome, Dialog (curses), and text-based for it, and it's in heavy use in Debian right now. It's a good system that's worked well, and using it in the installer will encourage even more standardization in an already fairly coherent distro.

    As for this alpha, it only supports i386 right now. I don't know how far along the porting efforts are to other arch's, but a new Debian release won't happen until it's been ported everywhere that it needs to be. Still, the installer team has done a great job, and this is a project that the Debian community really should be paying close attention to.

    --

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

  8. Re:screenshots? by krmt · · Score: 4, Informative

    There's not much to see yet, it's only a text-based install right now. S-Lang and GTK frontends are in the works though.

    --

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

  9. Knoppix? by Ashish+Kulkarni · · Score: 3, Interesting

    I really hope that the Debian installer would have support for autodetection and configuration of all installed hardware, something like Knoppix (which is based on Debian) does. I know you can manually configure everything, but having all the hardware already known to it detected and configured would be great. This would mean that Debian would again be on the innovative edge of GNU/Linux distros...Debian does have the reputation of being a slow-moving, but stable distro.

    1. Re:Knoppix? by tfheen · · Score: 2, Informative

      debian-installer uses discover for autodetection, and has for more than a year already, so that part is quite well taken care of.

  10. Finally... by CoolVibe · · Score: 2
    I can give that crusty dselect the finger...

    Good riddance to bad rubbish. Oh I'm being too harsh I think... I know there's aptitude, tasksel and apt-* but this is good news too.

    1. Re:Finally... by Daniel · · Score: 2

      I should just point out that your comment makes no sense...debian-installer is a replacement for boot-floppies, not for the package management tools.

      (although I've heard rumors it will default to something other than dselect, such as aptitude)

      Daniel

      --
      Hurry up and jump on the individualist bandwagon!
    2. Re:Finally... by Ogerman · · Score: 4, Insightful

      I can give that crusty dselect the finger...

      You have no idea what you're talking about. dselect is an excellent package management tool if you've actually read the quick-help instead of just ignoring it and mashing keys until the dependancy resolving dialogs are gone.

      It takes a whopping 5 minutes to read the help docs. Amazing how lazy people are these days! And then they complain that Debian is un-friendly!

    3. Re:Finally... by mabinogi · · Score: 2

      use "dpkg --get-selections" and redirect the output to a file.
      Then find the line for inn2 and change the status to purge.
      now cat the file back through "dpkg --set-selections"

      That's marked the package for purging.

      now dpkg -P inn2 should work.

      --
      Advanced users are users too!
  11. Support for VMware by sawak · · Score: 2, Interesting

    I wanted to test this in VMware but unfortunally the netinstall bootdisk didn't have support for VMware's network driver. I really think they should include it so it would be easier to try this out. I'm not going to run this on my normal computer and risk destroying all my data.

    1. Re:Support for VMware by simondo · · Score: 3, Informative

      The ISO supports it fine: First make sure you select all the NIC modules under the packages to install (7,9,10) Then, under configure network hardware, choose no to select the driver yourself and then enter pcnet32 for the module to load - Bingo.

  12. Re:debian is dying by krmt · · Score: 5, Insightful
    Debian is using outdated software (KDE 2.2, Gnome 1.2), an outdated kernel (2.2).
    For stable, yes, but that's stable. If you're running stable, you probably want the most rock-solid software you can get. KDE3 and Gnome2 aren't rock-solid yet and kernel 2.2 is very well proven (and still maintained). Kernel 2.4 is an install option for stable as well, by the way. Plus, nothing is stopping you from installing your own up to date kernel on Debian.
    It has NO compelling features, whats the point of apt-get if you cant get good software for it.
    It has the largest number of supported platforms of any Linux distro, which is great if you've got a Sparc or an old Power Mac lying around.

    It has three branches (stable, testing, unstable) so you can choose your ratio of features to stability.

    It has a large community of users to give support.

    Each software package acts as a personal liason to upstream authors of software so you can get wishlist requests in and solid bugreports dealt with in a reasonable manner.

    It has a completely open development process so you can see everything and even participate if you want.

    It has a clearly defined and actively updated policy that provides standardization throughout the system (any package that violates policy is buggy by the way, and is treated as such).

    It has an army of developers over a thousand strong who maintain "more than 8710 packages" to make this distribution the largest (what was that about no good software?)

    Theres gentoo for the geeks
    There was a long and drawn out discussion about this on the debian-devel mailing list. If you want to sit around compiling your entire system from scratch, you're welcome to, but note that you can do this in Debian too, and keep things packaged. There's the apt-src package that will do this and keep all the debian stuff you love. This program hasn't had the most active development in the past (the author is one of Debian's best developers and contributes all over the place) but you can be sure it'll be improved soon. Plus, say what you will about Debian's install, it's way easier than gentoo's manual bootstrap method.

    Besides, the majority of apps won't benefit from custom compilation enough to make it worth the time.

    lycoris/lindows for people who think the internets aol
    This traditionally hasn't been Debian's focus at all, but hopefully the desktop subproject will change that once it really gets going. And as for Lindows, it's based on Debian itself. Debian does serve as a fantastic platform for other people to build systems on.
    theres red hat for server stuff
    I'm sorry, but if you put Debian stable vs. Redhat on the server you'll find Debian wins out everywhere that it needs to including upgrades and stability. Redhat gives you corporate support if you pay for it, which is a definite advantage when you need to cover your ass or you're ignorant. There's something to be said for a name brand, that's for sure.
    suse for destkop work, and mandrake for multimedia and fun
    The desktop project will hopefully work on this. I personally do just fine having fun and using multimedia on my Debian desktop system, but maybe that's just me and the thousands of other users like me.

    Why dosent the team just fuckget about linux and concetrate on the turd
    Well, there's the HURD subproject in the works, as well as a NetBSD port. None of the other distros you mentioned have that. The reason for that is that Debian is far more than a Linux distribution, it's a whole project devoted to making a great system. This system can be ported to other kernels and other architectures. It's flexible and has the underlying infrastructure (like autobuilders and debbugs database) to handle this task. It's got the large quantity of manpower and the policies in place for managing it. Debian isn't a corporation, so it doesn't work the same way as Redhat, Mandrake, SuSE, and the rest. The closest one to it is Gentoo, and it's no mistake that Gentoo modeled its social contract on that of Debian.

    Debian isn't the be all end all by any means. But it's an amazing project that moves at its own pace. While everyone else is worried about pretty installers, Debian is working on supporting computers that no one else supports. While everyone else is worried about grabbing the largest userbase, Debian is working on making the best system that the developers can put together. It just works differently than other distros. This doesn't make it obsolete, it makes it impressive.
    --

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

  13. Proper announcement by mr_tenor · · Score: 4, Informative

    Is here
    http://lists.debian.org/debian-devel-announc e/2002 /debian-devel-announce-200212/msg00002.html

    Including links to an .iso and details about this release/filing bugreports.

  14. Re:debian is dying by Anonymous Coward · · Score: 2, Insightful

    What? The Debian packaging system contains more packages than I will ever use, which cover ever type of application / daemon that I will ever need. Many times have I looked at some software I wish to install, to find that someone has already put it in the apt mirror, AND written a nice text based front end configuration from it.

    USB mice - apt-get install hotplug detect gpm - and your away

    Debians policies and standards are put in place to ensure that it will long be around after other commercial vendors have gone broke. It does not rely on cashflow and will be around a LOT longer than other distros.

    You are a troll.

    -mikkav

  15. PLEASE test.... by a+(+h+3+r+0+n · · Score: 5, Informative
    The last editor's note is an EXTREMELY valid one... if you use Debian in any way, please, please test the new installer. Now really is the time, folks. The most common complaint about debian is the installer. Don't sit back and assume everything will work itself out, and then complain about the new installer when sarge hits stable down the road.

    Developers NEVER have enough people testing and reporting quality feedback. So again, if you use Debian at all, please help out.

    1. Re:PLEASE test.... by 1%warren · · Score: 2

      Downloaded it - mounted the initrd.img on loopback - had a look - no ppp support AFAICT - no test.

      --

      Full plate and packing steel! -Minsc
    2. Re:PLEASE test.... by bfree · · Score: 2

      How many distros have an automatic package management system which includes thet ability to ensure that your system is redistributable (i.e. leave out non-free and your debian box is a system that can be replicated and/or modified at will without legal repercusions)? How many distros are produced without commercial considerations? Debian is more than just apt-get!

      --

      Never underestimate the dark side of the Source

    3. Re:PLEASE test.... by MyHair · · Score: 2
      if you use Debian in any way, please, please test the new installer.

      ???

      I'm already using Debian. Why would I want to install it again? It works fine!

      :-)

  16. Re:debian is dying by joib · · Score: 3, Interesting

    Well, about kde3, all I can say is that since I upgraded kde on my woody box to kde3, konqueror (and the few other kde apps I use) crashes a lot less than konqueror in kde 2.2.2. Not that I blame the packagers though, when the decision was made not to package kde3 not much was known about how stable it would be (if it even was released at the time, I don't remember). It could have been full of bugs, so it was certainly a better and safer choice to go with kde 2.2.2, which was known to be relatively bug-free.

    Anyway, hopefully they get to release sarge by the end of summer 2003. Or if they at least could get gcc 3.2 as the default compiler in sid by then...*sigh*..:)

    *dons asbestos kit*
    Related to the above, the weird thing about debian is their stubborn refusal to use a schedule. "Release when ready", what kind of mantra is that? Every human endeavour requiring cooperation among many individuals, related to computing, warfare, whatever, for pay or voluntary, benefits from a schedule. Hell, most people schedule their own lives too, for good or bad. What makes the debian project so special, that they can't use the same basic tool that almost all other projects in the world use?

    Yes, of course I know that debian developers are volunteers, they can't be forced to do anything. So what? It's not like debian is the only volunteer project in the world. Most schedule their activities somehow. It gives everyone a common goal to reach for.

  17. Unofficial APT repositories by Anonymous Coward · · Score: 2, Informative

    go get it @

    www.apt-get.org

    please be kind, not my server

    I added all the verified servers as to not hog the main server too hard, enjoy

    for the video codecs I recommend http://marillat.free.fr/

    just remember too run apt-get update after you updated you're /etc/apt/sources.list

    also why not try synaptic, a nice easy to use apt-get frontend

    Repository list:

    * (Verified) GMonsters, a multiplayer networked monster raising game. (Added 2002-12-3, last checked 2002-12-8) - maintained by reeve(AT)ductape(DOT)net
    Packages: gmonsters-client gmonsters-server
    deb http://gmonsters.sourceforge.net/debian ./

    * (Verified) Latest version of the Nessus scanner client and daemon. (Added 2002-12-3, last checked 2002-12-8)
    deb http://www.srce.hr/~joy/nessus1.2/ ./
    deb-src http://www.srce.hr/~joy/nessus1.2/ ./

    * (Verified) Several packages maintained by Robert Jordens that appear here before being uploaded. (Added 2002-12-3, last checked 2002-12-8) - maintained by robertjo(AT)phys(DOT)ethz(DOT)ch
    Packages: xmms-ladspa, aconnectgui, alsamixergui, remstats, libgtk-canvas, ardour, gnuift
    # Robert Jordens
    deb http://n.ethz.ch/student/robertjo/download/rj-deb/ pkgs ./
    deb-src http://n.ethz.ch/student/robertjo/download/rj-deb/ pkgs ./

    * (Verified) Packages to run kernel 2.4.x on Debian potato (Added 2002-12-3, last checked 2002-12-8) - maintained by Adrian Bunk
    Please read lynx http://www.fs.tum.de/~bunk/kernel-24.html
    deb http://www.fs.tum.de/~bunk/debian potato main
    deb-src http://www.fs.tum.de/~bunk/debian potato main

    * (Verified) Packages for woody (Added 2002-12-3, last checked 2002-12-8) - maintained by Adrian Bunk
    I have prepared some packages that update some packages that are not or only in an older version in woody. I try my best to avoid problems with both installing these packages on a Debian 3.0 and upgrading with these packages installed to Debian 3.1. Please read http://www.fs.tum.de/~bunk/packages/
    Packages: e.g. gcc 3.2, Kernel 2.4.19,XFree86 4.2.1, updated versions of Freeciv, GNU gs, Mozilla, SANE, Wine
    deb http://www.fs.tum.de/~bunk/debian woody/bunk-1 main contrib non-free
    deb-src http://www.fs.tum.de/~bunk/debian woody/bunk-1 main contrib non-free

    * (Verified) Here you can find the devel version of the not-to-minimalist window manager a.k.a ION. ION is a keyboard-driven window manager that prevents windows from being hidden by others. It a kind of GNU/screen software but for the window manager. In ION windows (or programs) are called clients and the clients are managed through frames (Emacs users should know what this means). Give it a try. I promise you'll never look at other window manager. (Added 2002-12-3, last checked 2002-12-8)
    This package is a candidate to integration into sid.
    Packages: ion-devel
    deb http://kanin.dsv.su.se/ ion-devel/sid main
    deb-src http://kanin.dsv.su.se/ ion-devel main

    deb http://kanin.dsv.su.se/ ion-devel/woody main

    * (Verified) psbind: Transform PostScript files to save trees and reduce guilt; klimb: A bike route planning program for the San Francisco Bay Area; fmt2: An optimal text formatter for traditional Chinese text; nph: A modern client and API library for accessing PH servers. (Added 2002-12-3, last checked 2002-12-8) - maintained by ccshan(AT)eecs(DOT)harvard(DOT)edu
    Packages: psbind, klimb, fmt2, nph
    deb http://www.eecs.harvard.edu/~ccshan/debian ./

    * (Verified) A mirrow with an unstable packege of WineX light for example (Windows Emulator wine with Microsoft DirectX support). (Added 2002-12-3, last checked 2002-12-8) - maintained by marc(DOT)leeman(AT)advalvas(DOT)be
    deb http://www.esat.kuleuven.ac.be/~mleeman/debian unstable/

    * (Verified) Various packages, mostly software written by myself. (Added 2002-12-3, last checked 2002-12-8) - maintained by Christian Garbs
    Packages: wondershaper whatsnewfm japana makesig kenny tentakelcoder
    deb http://www.h.shuttle.de/mitch/stuff ./

    * (Verified) Husky project: Portable FidoNet software (for woody) (Added 2002-12-3, last checked 2002-12-8) - maintained by pavel(AT)collage(DOT)etel(DOT)ru
    Packages: bsopack, fidoconf, hpt, hptkill, hptsqfix, hpucode, htick, nltools, smapi, sqpack
    deb http://husky.sourceforge.net/debian stable contrib non-free

    * (Verified) Husky project: Portable FidoNet software (for sid) (Added 2002-12-3, last checked 2002-12-8)
    Packages: bsopack, fidoconf, hpt, hptkill, hptsqfix, hpucode, htick, nltools, smapi, sqpack
    deb http://husky.sourceforge.net/debian unstable contrib non-free

    * (Verified) Woody backport of lifelines packages (Added 2002-12-4, last checked 2002-12-8) - maintained by bubulle(AT)debian(DOT)org
    By the lifelines package maintainer
    Packages: lifelines lifelines-doc lifelines-reports lifelines-reports-pt
    deb http://www.perrier.eu.org/geneal/lifelines-debian stable main
    deb-src http://www.perrier.eu.org/geneal/lifelines-debian stable main

    * (Verified) Samba 2.2.x woody packages (Added 2002-12-4, last checked 2002-12-8) - maintained by bubulle(AT)debian(DOT)org
    Quota and ACL support is added. The base for this work are the official 2.2.3a packages. Be careful : official samba packages maintainers have deliberately chosen to skip ACL support due to "libacl1 instability" in woody, according to them. The packages work for me, that's all I can say..:-)
    Packages: libpam-smbpass libsmbclient libsmbclient-dev samba samba-common samba-doc smbclient smbfs swat winbind
    deb http://www.perrier.eu.org/samba-debian stable main
    deb-src http://www.perrier.eu.org/samba-debian stable main

    * (Verified) Woody backports of Cyrus IMAPd 2.1, and all required dependencies. (Added 2002-12-4, last checked 2002-12-8) - maintained by hmh(AT)debian(DOT)org
    It is as official as an unofficial repository can get, since I am the maintainer of the official packages...
    deb http://people.debian.org/~hmh/packages woody/

    * (Verified) Contains packages and tools packaged in heanet. (Added 2002-12-4, last checked 2002-12-8) - maintained by colmmacc(AT)heanet(DOT)ie
    deb http://apt.heanet.ie heanet contrib

    * (Verified) linux.piter-press.ru/debian (Added 2002-12-4, last checked 2002-12-8)
    Packages: anjuta, fookb, wmcliphist
    deb http://linux.piter-press.ru/debian unstable mine

    * (Verified) http://debian.a3.nl/ (Added 2002-12-4, last checked 2002-12-8)
    Packages: caudium, flow-tools, mailgraph, autopgp, freenet, pgp4pine, apg, arla, ...etc
    deb http://debian.a3.nl/debian a3 main

    * (Verified) http://ftp.3logic.net/local/ (Added 2002-12-4, last checked 2002-12-8)
    Packages: Apache-RUS
    deb http://ftp.3logic.net/local/ woody apache-rus

    * (Verified) http://debian.theracingworld.com/ (Added 2002-12-4, last checked 2002-12-8)
    Packages: pppd-mppe, amavis, razor, spamc, ...etc
    deb http://debian.theracingworld.com/ local main contrib non-free

    * (Verified) Samba-TNG repository (Added 2002-12-4, last checked 2002-12-8)
    Packages: samba-tng
    deb http://samba.cadcamlab.org/debian/ woody/

    * (Verified) OCaml 3.06 related packages (compilers, libraries, tools, ...), rebuilt for debian/woody (Added 2002-12-4, last checked 2002-12-8) - maintained by zack(AT)debian(DOT)org
    deb http://people.debian.org/~zack/ocaml woody main contrib non-free

    * (Verified) Open CA (openssl certificate authority) (Added 2002-12-5, last checked 2002-12-8)
    Packages: openca, selinux, heimdal
    deb http://snoopy.apana.org.au/~ftp/debian/ unstable main
    deb http://snoopy.apana.org.au/~ftp/debian/ stable main

    * (Verified) Some packages that I never uploaded or that asked for removal. More info at: http://people.debian.org/~amaya/ (Added 2002-12-5, last checked 2002-12-8)
    Packages: enlightenment-conf: The Enlightenment window manager configuration tool arp-fun: Arp-fun, an ARP Spoofing utility
    deb http://people.debian.org/~amaya/debian ./
    deb-src http://people.debian.org/~amaya/debian ./

    * (Verified) Debian packages for MythTV for woody (Debian 3.0) or later. (Added 2002-12-5, last checked 2002-12-8) - maintained by mdz(AT)debian(DOT)org
    Packages: mythtv, libmythtv-0.7, libmythtv-0.7-dev, mythweb
    deb http://dijkstra.csh.rit.edu:8088/~mdz/debian woody mythtv
    deb-src http://dijkstra.csh.rit.edu:8088/~mdz/debian woody mythtv

    * (Verified) Backport of lame to woody. (Added 2002-12-5, last checked 2002-12-8) - maintained by mdz(AT)debian(DOT)org
    Required for MythTV.
    Packages: lame, liblame0, liblame-dev, lame-extras
    deb http://dijkstra.csh.rit.edu:8088/~mdz/debian woody lame

    * (Verified) Backport of xmltv to woody. (Added 2002-12-5, last checked 2002-12-8) - maintained by mdz(AT)debian(DOT)org
    Required by MythTV
    Packages: libtk-tablematrix-perl
    deb http://dijkstra.csh.rit.edu:8088/~mdz/debian woody xmltv

    * (Verified) irssi cvs snapshot built for woody and sarge (Added 2002-12-6, last checked 2002-12-8) - maintained by debian(AT)selfdestruct(DOT)net
    Packages: irssi-snapshot
    deb http://selfdestruct.net/debian woody main
    deb http://selfdestruct.net/debian sarge main

    * (Verified) Openoffice.org woody backport (Added 2002-11-25, last checked 2002-12-8) - maintained by debian-openoffice(AT)lists(DOT)debian(DOT)org
    Packages: openoffice.org
    deb http://ftp.freenet.de/pub/ftp.vpn-junkies.de/openo ffice/ woody main contrib

    * (Verified) Unofficial cr.yp.to packages for Debian sarge (Added 2002-11-27, last checked 2002-12-8)
    Packages: qmail, djbdns, daemontools, ucspi-tcp et al
    deb http://smarden.org/pape/Debian sarge unofficial
    deb-src http://smarden.org/pape/Debian sarge unofficial pape

    * (Verified) Unofficial Mozilla 1.1 for Woody (Added 2002-11-27, last checked 2002-12-8)
    deb http://people.debian.org/~otavio woody mozilla

    * (Verified) [NOTE: replace "us" with your country code]. Latest KDE debs for woody. (Added 2002-11-27, last checked 2002-12-8)
    deb http://download.us.kde.org/pub/kde/stable/latest/D ebian/woody ./

    * (Verified) Unofficial cr.yp.to packages for Debian woody (Added 2002-11-27, last checked 2002-12-8)
    Packages: qmail, djbdns, daemontools, ucspi-tcp et al
    deb http://smarden.org/pape/Debian woody unofficial pape
    deb-src http://smarden.org/pape/Debian woody unofficial pape

    * (Verified) Unofficial cr.yp.to packages for Debian potato (Added 2002-11-27, last checked 2002-12-8)
    Packages: qmail, djbdns, daemontools, ucspi-tcp et al
    deb http://smarden.org/pape/Debian potato unofficial pape
    deb-src http://smarden.org/pape/Debian potato unofficial pape

    * (Verified) colortail, paralogger, xfonts-ansi (bright, outcast, peq, shine, zaber, zone) (Added 2002-11-27, last checked 2002-12-8)
    deb http://mywebpages.comcast.net/ddamian/deb/ ./
    deb-src http://mywebpages.comcast.net/ddamian/deb/ ./

    * (Verified) various packages such as mplayer,acroread...for unstable, testing and stable source packages are also given. (Added 2002-11-27, last checked 2002-12-8)
    deb http://marillat.free.fr/ unstable main

    * (Verified) [NOTE: replace "us" with your country code]. Latest KDE debs for sid. (Added 2002-11-27, last checked 2002-12-8)
    deb http://download.us.kde.org/pub/kde/stable/latest/D ebian/sid ./

    and much more @ www.apt-get.org
    enjoy

  18. Re:Woohoo!! by IkeTo · · Score: 2, Informative

    > I've never minded the old installer

    You shouldn't. The problem of the old installer, addressed by the new d-i, is the problem of developers, not end-users. In particular, it is too difficult to make the process of creating boot floppies automatic. That made Debian stable to always release late. Perhaps this time (or rather, the next time) they really can make it to meet expectation (in release date).

  19. Re:Wow.... by ebassi · · Score: 2, Insightful

    Installing an operating system should be easy. And it will require skills most people wish to ignore.

    No, it should not.

    An OS is the most complex piece of software that a user will ever be asked to install on his/her machine, so it should be uneasy (yuk) to install, so that Joe A. Luser really understand what he is doing.

    Intuitive, maybe (never had any problem with the Debian installer, but the new installer system was created to replace the old one, which was unmaintainable). But not easy. An easy installer hides the fact that an OS is intrinsecally a complex thing.

    Users that do not want to endeavour in switching to another operating system, should not be induced in thinking that an operating system is just like any other software the install and de-install.

    --
    You can save space. Or you can save time. Don't ever count on saving both at once. -- First Law of Algorithmic Analisys
  20. Re:debian is dying by Ambassador+Kosh · · Score: 2, Insightful

    There is still a bug on sparc related to gcc 3.2 being the default compiler. It is hoped that it will be fixed this weekend. While debian is not the fastest dist to get stuff out from my experience it tends to be far more solid when it comes out.

    During large transitions it typically lags far behind the other commercial dists but it does a better job at the conversion. I have had too many X, KDE, python, ZOPE etc problems on various other dists that I just got sick and tired of it.

    Sid is more stable then Redhat and Mandrake are and the software is more likely to just work which is mostly related to better packaging.

    I get paid to do other stuff then babysit the boxes so I want software that works all the time and for me and that means using Debian and waiting until the software is ready.

    --
    Computer modeling for biotech drug manufacturing is HARD! :)
  21. New installer? by Anonymous Coward · · Score: 2, Funny

    of next-generation huh? I see. Maybe in 2010 it'll be released as part of debian stable.

  22. Misconception by IkeTo · · Score: 5, Informative

    There are so many here that expects Debian installer will address the "very difficult to install for newbies" problem of the old boot floppies. So many that it becomes very compelling to reply every of them about the bad news for them. But then it will waste so much time, that I'd better just write it top-level.

    Debian Installer (d-i) is a developer's project. The problem addressed by d-i is the problem of developers, not end-users. You will be very disappointed if you expect a very nice GUI install when trying out d-i. It simply won't make it any more newbie-proof than the old installer of Debian. At least, not now.

    The problem addressed by d-i is the difficulty for developers to create boot floppies. It is difficult to create boot disks, no matter what is the distribution. For other distributions where half of the time of the developers is allocated to new installation and where nobody sees any part of the distribution when it is "work in progress", this is no problem. But for Debian, most developers install it once, and never install it again because it is so good in upgrading. For other distributions, installers are the first things they work on when creating a new version. For Debian, it is the last thing that gets started. Not to mention: they must be built manually, e.g., to try making sure that the floppy size is small enough, to remove some files of packages if it doesn't fit, etc. The effect: installation never get well tested.

    The d-i project is the study about why creating boot floppies are so difficult, and tries to resolve them so that they can be created automatically. Everyone should really try to read the second half of the "Woody retrospective and Sarge introspective" mail posted by the release manager here . This will give you an idea about what are the issues involved.

    So why you should care? First, it will be the installer that you will use. Second, this will be the basis where future improvements to the installers will be made, not the PGI or whatever installer. Third, once it is ready, you will be able to get testing installed directly rather than having to install stable and then upgrade basically all packages to testing (or unstable). For now, test if you can.

    1. Re:Misconception by Daniel · · Score: 2

      Are you sure about that? The two biggest complaints that I hear are (a) lack of hardware autodetection, and (b) starting dselect by default.

      (a) is addressed already by debian-installer, and I've heard they plan to fix (b) as well.

      Anyway, I probably shouldn't spout off too much until I give the new installer a spin.

      Daniel

      --
      Hurry up and jump on the individualist bandwagon!
  23. Re:The question is... by JerkBoB · · Score: 2, Insightful

    1. WTF is this "Insightful"?

    2. The question I want to raise is this: Could this be bad news for Debian? Is a more friendly installer going to end up with a more bloated distribution as well?

    How does distribution bloat logically follow from a better installer? The new installer addresses some serious problems in the old b-f system. Making custom installation CDs won't be as much of an ordeal now, since the new system uses debconf. Also, there are some features which make life a lot easier for sysadmins, like a http backend for default configuration information, support for kickstart-like automated installs, etc.

    The fact that the new installer is modular and therefore able to have nicer frontends is the icing on the cake.

    What the hell does distribution bloat mean, anyway? I love Debian, but if I have to I can install a stripped-down RedHat pretty easily. Just don't select any of the package groups. It's true that Debian's basic install is still smaller, but not by that much.

    So, how is this bad news? Did you really think about the question before you posted it?

    --
    A host is a host from coast to coast...
    Unless it's down, or slow, or fails to POST!
  24. Re:Not that this has anything to do by fferreres · · Score: 2

    Aren't CF cards already IDE in nature (mini-IDE devices)?

    --
    unfinished: (adj.)
  25. Re:Wow.... by fferreres · · Score: 2

    90% of the cases require simple instalations. So you could provide [] Simple [] Hard radio buttons or whatever and solve the problem. But I know most developers do not like that, because the think of users as developers, which are only a small fraction.

    If normal users can get to run a "common case" devian instalation and then just use the normal stuff in a normal system (OpenOffice, etc.) and learn more as they go (gradually), it will be a good thing to happen. As long as allowing for the common case scenario does not mean dumbing down the system (as in Metacity, which is a step backwards with respect to Sawfish, as an example).

    --
    unfinished: (adj.)
  26. so true! by QuantumG · · Score: 2

    The reason is obvious however. I went to get myself a keychain USB flash storage device the other day and they wanted $99 for 16 meg. I bought 10 disks for $3.98 and went home, and then remember that I dont have a floppy drive and that's why I went out. Those disks are still sitting on my other desk.. mocking me.

    For god's sake, $5 is what a 16 meg usb flash card should cost, no more.

    --
    How we know is more important than what we know.
  27. goatse guess by fferreres · · Score: 2

    Haven't looked at it, and it sounds like I won't as the message looks too goatsexy.

    --
    unfinished: (adj.)
  28. Current status for other arches by tfheen · · Score: 3, Informative

    According to my fellow hackers, hppa works, s390 is getting there, ia64 is getting there, alpha, ppc and m68k have started, Sparc isn't begun yet, nor are mips, mipsel, arm. The porting efforts for cool projects like Debian GNU/NetBSD and the Hurd haven't really begun.

  29. Debian hard to install? by scharkalvin · · Score: 2

    Debians biggest problem in the install process is that you still
    need to know the answers to many of the questions, and there isn't enough help info presented during the install process. Do you know if a program should be installed SUID? Are the defaults safe in most cases, and some questions don't even have a default? You need to know your hardware, Debian doesn't auto probe for your graphics card or your network card (well if your network card was built into the kernel you are in luck, it will probably be found. Otherwise ..... Ditto for your scsi card).

    The package 'tasks' help to select a group of packages needed for specific tasks, but they are too broad. The X11 task installs ALL of the X servers, but you only need one or two.
    The desktop task installs BOTH Gnome and KDE. If you don't want both, well there IS a virtual package for KDE (apt-get install kde will do it), but none for Gnome. I still don't know how to install ONLY Gnome in debian Woody. And BTW, sound is broken in the standard install of Gnome in woody. At least I can't get XMMS or any sound app to work under Gnome (so I am using KDE). Problem seems to be in the set up of ESD, If I kill ESD in gnome then sound apps work, but other things are then broken. ESD worked in gnome under Potato, so I think it is the configuration.

    Still, in all, Debian rocks.

    1. Re:Debian hard to install? by inquisitor · · Score: 2, Insightful

      I've installed both Debian Woody and FreeBSD on my laptop, so on the record I agree with you.

      FreeBSD 4.7 detects almost everything. You can install this thing by just doing a quick partition, accepting auto defaults, installing the boot manager, and setting a Root Password (although it's probably best to set up a UK keyboard and stuff.) You can actually install this thing off 802.11b... While X is still a configuration blackspot (and one which is fixable), and audio isn't loaded by default, the only thing FreeBSD didn't detect was the audio (a quick kldload later...) and the non-supported softmodem.

      But then, Debian doesn't support the softmodem either, and it has many other problems too. Not only do you need to know that under Linux the keyboard for the United Kingdom is 'gb' ('uk' is the Ukraine), which no newbie is going to know, but the X Windows configuration is insane (at least xf86config has names like "NVIDIA GeForce"), and dselect is the Spawn of Satan. The only thing I used dselect for was installing aptitude, but who apart from the Slashdot crowd has ever heard of aptitude? And besides, they shouldn't need to read three pages of obfuscated 'help' to be able to install a package.

      I know there are problems with FreeBSD too, my rubbish on-board sound system being a case in point - it needs IIC and other non-default options compiled in to work. But in comparison to Debian it's a veritable OS X; and besides, I had much the same trouble with Deb too. Most of the problems with Debian originate from its boneheaded installer and, of course, dselect: once those are fixed, it will become a much better distribution for techie and newbie alike.

  30. Re:Debian killed my thinkpad! (This really happene by ThogScully · · Score: 2
    # apt-get install fire

    Followed by:
    # apt-get moo

    Steak anyone?
    -N

    --
    I've nothing to say here...
  31. Re:Knoppix by millette · · Score: 2

    Same goes for yesterday's release of Knoppix, using kernel 2.4.20-xfs. Oh, and don't be fooled. Knoppix has been stuck at v3.1 for a while, but it keeps getting updated, around once a month. And if you ever decide to install to you hd, apt-get dist-upgrade is all you really need :)

  32. Re:Wow.... by MalleusEBHC · · Score: 2

    Come on now, get off your high horse for a second and relax.

    It does not make you any more of a geek just because something, such as an OS install, is difficult or complicated to do.

    I realize that for some reason that I cannot fathom, some people actually enjoy the mundane hours spent searching through your system and editing config files to make your system usable. If this makes you feel better about yourself because you feel superior to those of us who would rather not have to deal with this crap, that's fine by me. But let the rest of us have the option to do something efficiently and easily.

    It is this kind of attitude that makes people hesitant to switch to Linux. If the installation is such a high hurdle, a lot of people are not going to be willing to give Linux a chance. They will ask themselves why are they spending hours just trying to make their system bootable when OS X or Windows was already working fine.

    I know I thought this when I tried to install Debian, and I am far more knowledgeable than your average user. I'm a comp sci major who has learned a lot about unices from using OS X, yet the Debian install was still so daunting that I nearly gave up midway through. I can't imagine how an average user would be feeling.

    Just because something is simple and works well does not mean that people cannot appreciate the complexity. But more importantly, I think that if Linux is ever to be for the masses, it is vital that people are not required to realize the complexity of an OS. When people install OS X, they (well most anyways) don't think, "Oh wow, this is really amazingy that Apple has put out Unix-on-the-desktop and made it so easy to use while still giving people all the power of a Unix." Instead, they say, "Oh cool, I click a couple times, and it just works."

    People learning math don't go straight to differential equations. They start with 2+2. The same applies to computers. People don't want to start their Linux experience in /etc trying to find the file they need to edit. They want to go through as painless of an install as possible and see what Linux has to offer like OpenOffice, Mozilla, etc. Most of the distros have realized this, so hopefully soon this ease of use will become a reality.

  33. Thoughts. by mnmn · · Score: 2


    I just hope this installer includes options to be started from a DOS prompt and install from isos located on NFS/SMB/FTP shares. Also hope this is NOT a replacement for dselect.

    If only they had a hardware config program like Knoppix, this could be the killer distro now.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  34. Re:debian is dying by dondelelcaro · · Score: 2
    Related to the above, the weird thing about debian is their stubborn refusal to use a schedule.
    Debian doesn't use schedules that are tied to dates. It uses schedules that are tied to events. Have you somehow forgotten Anthony Town's message regarding the woody release schedule? The software industry is littered with examples of slipped release dates.
    "Release when ready", what kind of mantra is that?
    What kind of matra should debian posess then? If the software is ready, it gets released. If it's not ready, it doesn't. Those of us who use stable in production environments appreciate the unwillingness of Debian Developers to release a distribution that is not ready, even if it means breaking their precious schedules.
    What makes the debian project so special, that they can't use the same basic tool that almost all other projects in the world use?
    What good is an arbitrary schedule when it's not tied to reality? If you really feel it's necessary, feel free to make one for Debian yourself...
    It gives everyone a common goal to reach for.
    The goals of indivdual developers are stated. When those goals are in common, groups of developers share the goals. That being said, there is no central authority that decides who should be doing what. People scratch their own itches, and if they're feeling altruistic, scratch others while they're at it.
    --
    http://www.donarmstrong.com
  35. Re:The question is... by nitehorse · · Score: 2

    Strip down a basic redhat install of _every_ extra package that the installer wants, and you end up with well over 500 MB of software. (This was on 7.3, last I checked.)

    That does NOT constitute stripped-down in my book. Also, the resulting system that you get is f*cking useless. It has no ssh{d}, wget, apache, or practically anything.

    So, yeah, theoretically, you could probably strip down a redhat install to less than 500MB. But the resulting system would be even more useless. Debian is much better if you're going for low disk usage - and the packages you get in under 200MB are much more useful. (Then again, what do I know - I use Gentoo! :)

  36. Um, have you looked at aptitude? by Xtifr · · Score: 2
    dselect is an excellent package management tool

    Now now, let's not go TOO far! While dselect is perfectly workable once you get used to its quirks, I hardly think it qualifies as "excellent". Especially when compared to, say, aptitude. I admit, I stuck with dselect for a long time, and I agree with you that some of the complaints about dselect are overblown. But now that I've finally taken the time to learn aptitude, I am so much happier! It makes my life just so much easier. And, in the end, isn't that the whole point of a tool?

    Some of my favorite features of aptitude:
    • Allows you to mark packages as "autoloaded", i.e. only installed to fulfil a dependency. Will autoremove these packages once they're no longer needed. Marks can be manually tuned. This is so much simpler and easier than using deb-orphan, I can't tell you.
    • Can go directly from a package to one of its dependencies (or recommendations), and then back. This makes checking alternative dependencies (A | B | C) so much easier. Best of all, it's recursive.
    • Can see what packages depend on the package you're looking at (and can go browse those, just like dependencies).
    • Can browse virtual packages. Wow!
    • Remembers which packages are new until I tell it to forget.
    'Nuff said.
  37. RedHat Bare-Bones Install by MyHair · · Score: 2

    This leaves you with a bare-bones install between 90 - 150 mB, depending on the RH version.

    I'll have to try that again. I tried to do do a minimal install a month ago for a work project but still wound up with a 450 megabyte system! I tried RedHat because it seems to be the company favored Linux, but after that bloated install I used Zipslack instead and added a couple of packages and removed a few more.

    By the way, the project was to turn obsolete PCs into tn3270 terminals. I wanted it to basically be an embedded device so that it booted straight into the app and didn't allow logins, just like a real 3270 only slower startup. I got my first prototype working on a P166 using Zipslack and c3270 (a curses-based tn3270 client) from the x3270 project when the project was killed by a clueless VP when the tech-savvy people approved the idea and were excited about it. Pooh. I could've had a half-a-million-dollar savings on my resume.

    1. Re:RedHat Bare-Bones Install by inode_buddha · · Score: 2

      Bummer about the savings; I'd offer the knowledge as a potentially useful thing on my resume regardless (for the appropriate type of position)

      I really should clarify though: When I said "unselect EVERYTHING" I meant everything offered by the major categories for one of the default RH installations within text mode.

      In other words, this would be Gnome, KDE, Development, etc.

      I'm not up on 3270 service (I use the default VT102) but I imagine that hacking /etc/termcap could provide the appropriate functionality.

      BTW, I don't doubt that your tn3270 project was a good idea; I'd bet that the VP got scared by the technicality of it.

      --
      C|N>K
  38. Attack of the Open Source Developers by MyHair · · Score: 2

    That's the beauty of open source - you can reinvent the wheel as many times as you want. Yo leave it up to the end use to pick the wheel that rolls the best.

    That's not the way it should be. Everyone should get together, discuss the issue, decide on what's best and do it.

    Cute Senator: But that's the problem, not everyone agrees.

    The should be made to agree by someone!

    [Cue Imperial March music]

  39. knoppix installer by Suppafly · · Score: 2

    I hope the debian team gets Klaus Knopper to help work on the new debian installer. The hardware detection he made for the knoppix live cd's is great.

  40. Definitely take hints from Knoppix! by daemonboy · · Score: 2, Informative


    The Knoppix autodetection is awesome. I have a cheap monitor/videocard that I have never been able to get working properly at resolutions above 800x600 in any distro, and no matter how much I played with the Xfree86 settings.

    Knoppix booted and perfectly autodetected every bit of my hardware. X came up perfectly, so did sound. It worked immediately on first boot! I believe it's all GPL so why not include a lot of the stuff they worked on. It would make debian much better.

  41. RedHat/Debian on low spec by SgtChaireBourne · · Score: 2

    Just out of interest has anyone ever tried the Mandrake or Redhat graphical installers run on a low spec machine?

    I've tried RedHat 8.0 on a Pentium 133 w/88MB of RAM. The graphical installer does not work, there's not enough resources. However, the text based install works just fine.

    I've also used Debian 3.0. I'll try the new installer when I get a chance this week. The old install is not as hard as everyone makes it out to be, just skip tasksel and dselect.

    Getting the right disk / CD, however, is the hard part of the install process. Maybe this new installer will fix that.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.