Slashdot Mirror


Stormix:Yet Another Distribution

IsleOfView wrote in with prove that there will never be a shortage of new distributions. This one is called stormix and its based on Debian, but has assorted advanced installation tools.

148 comments

  1. Question by Anonymous Coward · · Score: 0

    Which operating system is better - RedHat or Debian?

    1. Re:Question by Anonymous Coward · · Score: 0

      They're both the same operating system you moron.

    2. Re:Question by Anonymous Coward · · Score: 0

      Aha but there is an important difference. The backend is Debian. And if the Stormix people are taking advantage of the capabilities of Debian, they could come up with a pretty kick ass distribution, since the only thing lacking in the Debian distribution is a newbie friendly initial install.

      Besides I think at least the look and feel of the windows based installations is pretty userfriendly and intuitive, althought the presentation and organisation of information and it's collection might not be.

      I for one have high hopes for Stormix

    3. Re:Question by Anonymous Coward · · Score: 0

      They are *NOT* the same operating system. Apparently you wouldn't know an operating system if it bit you.
      It's bullshit like this that spoils the world's opinion of Linux operating systems.

    4. Re:Question by Anonymous Coward · · Score: 0



      Just because some folks will eat anything that you stick in front of their face doesn't mean that this is a virtue. It just means they have a better chance at landing a paying job at the local red light barrio.

    5. Re:Question by Anonymous Coward · · Score: 0

      Wrong, DOS-breath! Linux is a kernel. RedHat is an operating system. Debian is a different operating system with the same kernel. I dare you to replace one /etc with another. QED.

    6. Re:Question by Anonymous Coward · · Score: 0

      Actually the Hurd uses ext2fs as its filesystem. I'd be astonished if there's binary compatibility (although programs that only make libc calls might actually work this way) but near-complete source compatibility is a definite goal. Much of the Debian system architecture is already ported to the Hurd, config files and so on work exactly the same way; from the point of view of userland stuff and the users Debian GNU/Hurd is likely to be more like Debian GNU/Linux than Redhat x.0 .

      I don't know where the previous poster got the idea it's a drop-in replacement though (pretty much everything has to be recompiled)

      Daniel

    7. Re:Question by Anonymous Coward · · Score: 0

      Isn't "Debian GNU/Linux" supposed to be "Debian/FSF Linux"?

    8. Re:Question by Anonymous Coward · · Score: 0

      Doesn't one use System V Init and the other
      use BSD init?

    9. Re:Question by Anonymous Coward · · Score: 0
      Left password at home. Anyway, at the Vancouver LUG meeting last night (Stormix is based in Vancouver, BC) we invited Stormix to attend and
      demo the goods. The Windows look-alike was crticized, and they pointed out that it was intentional, with the hope that a famliar-seeming GUI right at the install would mean that more PHB's and other less-computer literate folk might be more willing to give Linux a try. Once the install is complete, KDE is the default (at this point). Overall it was pretty impressive. They did a very nice job of making a very rational configuration tool(s) for X, BTW. They seemed like pretty sharp guys (OK, I know a couple of 'em).

      Having just installed RH for a friend, and had him totally freak at the fact that he could pick KDE or Gnome upon login, I can at least partially see the point of trying to keep new users calm.

    10. Re:Question by gavinhall · · Score: 0

      Posted by neuralfraud:

      "STORM LINUX. WE MAKE LINUX LOOK GOOD"

      I about vomited all over my monitor from seeing a screenshot of their GUI installation, its just another wannabe win95 clone setup.. You cant be any more disgusting than trying to clone the look of win95 IMHO.

      Especially when somepeople say that newbies find it easier, if that were the case, then why would they want to try linux.. you know.. try something *new*

    11. Re:Question by Pascal+Q.+Porcupine · · Score: 1

      Actually, Debian and Redhat are incredibly similar. They can even use each others' packages (via alien), and except for minor differences (like the way they arrange their rc.d script directories), they are practically interchangeable. What Debian has over RedHat, which is why I use it, is that it uses deb instead of RPM as its native package format. deb is much more powerful, having such features as:

      • Multiple levels of dependency (required, recommended, optional)
      • Both dependencies and providership, so that a program which needs, for example, vi can state that it requires, say, elvis, but only needs it for vi, and can use some other package that provides vi
      • Comes with ftp/http/etc. package repository capabilities out-of-the-box (yes, I know there's such things available for Redhat, but they're not as easy to find or learn, IMO); apt is *very* useful, since with a single commandline you can update your package lists and upgrade any packages which have changed (and it's all secure with md5 signatures on the secure Debian package repository servers); additionally, the beta/unstable distribution is always on the bleeding edge, and the current/stable distribution is constantly patched with any security fixes which are made available

      There are also many features of the distribution itself which make me prefer it, namely:

      • Being the FSF's distribution, is biased heavily towards totally-free software, though also provides plenty of non-free software for those who need Netscape et al
      • There is a huge network of volunteers creating packages for just about anything you can find, and for those things you can't find, you can, again, use alien to install an RPM version
      • The packages have to adhere to very strict standards for inclusion as official, and any official-sanctioned packages generally show up on the package servers; none of those silly RPMs which put things in /usr/local or whatever *cough*Q3Test*cough*
      • It's got such a cool name :)

      So basically, RedHat and Debian are basically the same OS, but Debian is a much better OS experience (strictly IMO). Of course, it could be argued that RedHat and Debian are different OSes than Slackware, and to that I'd somewhat agree, though they're still similar enough to have most things interchangeable (alien can also import/export "tarball" distributions such as what Slackware uses, and except for Slackware's antiquated /etc and /var layout - and this could have changed since 3.5, which is the last version I've used - they're still pretty much interchangeable).

      Now, I realize that you were just trolling/flaming/etc., but I don't see that as a reason that I can't at least try to give some friendly information, right? :)


      ---
      "'Is not a quine' is not a quine" is a quine.
      --
      "'Is not a quine' is not a quine" is a quine.
      Quine "quine?
    12. Re:Question by Targon · · Score: 1

      Nope. Debian is NOT a product of the FSF, though there is a lot of good will between the two groups. The GNU in the name is a tribute to the old GNU OS which ended up being the majority of the OS the Linux Kernel was the heart of. Since that time, Linux has grown to the point where the GNU portion is fairly small compared to the rest(not counting programs compiled by gcc but written by other groups).

    13. Re:Question by Tuross · · Score: 1

      You're a BSD person, no? One of the things I picked up from Darren Reed's talk at CALU was that in the BSD world, the whole distribution is considered the operating system. In the Linux world, it's just the kernel that is considered the OS. The distinction may be small, but it's important to grasp the concept. You can take a Linux kernel from Debian and compile and run it on a Slackware box. Have fun trying that on a BSD system ;-)
      The differences between the Linux distributions are mainly two-fold, a) the level of FHS compliancy and b) the VAR software included (packaging tools, useless GUI install programs, in some cases commercial software).
      That software still runs under the same OS - Linux. And in fact you can take that software and run it on any other distribution. From what I gathered from Darren Reed, even the exact same distribution of BSD you can't do that on between minor revisions! ('ps' was a case in point)

      --
      Matt
      1. Read Slashdot
      2. ???
      3. Profit
    14. Re:Question by guacamole · · Score: 1

      The kernel is Linux, but distribution are different. I have played with RedHat and Debian a lot I all I can conclude is that Debian is superior.

      1) Debian has more flexible installation thethods (direct ftp install over modem, anyone?)
      2) Debian does not detect any hardware during installation. Nebies might think this is a nightmare, but I have seen people who got stuck because redhat installer did not detect their hardware correctly.
      3) Overall quality of packages is way better on Debian.
      4) A way superior suite of package management tools. Dselect + apt-get + dpkg. You do not have to worry about dependencies at all. Whever you select a package, all dependencies and conflicts are solved automatically from dselect (of course you can alter those if you want). Also you do not need to download and install packages by hand. Just say "I want window maker", Dselect will download window maker and a bunch of packages that it depends on and install them. Another nifty feature, apt-get update;apt-get upgrade, will sync your system with the one on ftp server. In redhats case you have to visit erratas page once in a while and if there is something new download and install by hand.
      5) Finally, installation and configuration of "difficult" packages like sendmail and apache is rediculously easy, because dpgk asks you configuration questions during install.

    15. Re:Question by PigleT · · Score: 1

      D'oh!
      It's the kernel that makes the OS, not the set of packages and their configuration files around it.
      init is just an application, yeah?

      Next you'll be telling us Windows 95 OEM1 and OEM2 are separate OSs because of the filesystem support (FAT32), or something.

      Troll! :P

      ~Tim
      --

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
    16. Re:Question by r_hakz · · Score: 1

      Actually, they ARE the same operating system. Linux is the operating system.. The distros are just sets of packages and configuration crap.

      --
      The oxen are slow, but the earth is patient... - High Road to China
    17. Re:Question by r_hakz · · Score: 1

      Hey, don't start slinging insults! That's ridiculous.

      You sure could change /etc with another, probably wouldn't be terribly easy, but you could do it.

      Try swapping the Linux kernel with another OS kernel...

      --
      The oxen are slow, but the earth is patient... - High Road to China
    18. Re:Question by At+Work+Bumb · · Score: 1

      And how old are you again?

      --
      Ya like i'd believe me if I was you!
    19. Re:Question by J.+Pierpont · · Score: 1

      Actually, I accidentally replaced the Debian /etc directory with the /etc from a NetBSD install on a pmax DEC machine. Debian booted more-or-less successfully. I was even able to log in and repair the damage.

      I imagine it would be quite possible to replace the Debian /etc with a RedHat /etc, assuming you adjusted the appropriate pathnames and other minutae. Compare that to replacing the registry of a WinNT install with that of a Win95 install. No amount of tweaking will reconcile them. _They_ are different operating systems.

      -awc

    20. Re:Question by J.+Pierpont · · Score: 1

      Yep. That was one reason that I was less than screwed. The key init scripts weren't overwritten. But lots of other parts were (including the passwd and shadowed passwd files).

      -awc

    21. Re:Question by be-fan · · Score: 1

      Actually dropping HURD into a debian system will probably not work, becuase there is more Linux in Debian than just the kernel. The filesystem for one thing. In addition any linux distro wil always be like to other distros. Thus Debian Linux will always be closer to Redhat Linux than it is to HURD. HURD uses servers and a microkernel, and a much more updated design. The differnce between Debian and RedHat are only in installation, management and package tools. Remeber a lot of people consider Unix and operating system, and the different ones as flavors of Unix. Linux is a flavor of Unix. By their reasoning, the stucture is like this

      UNIX
      Linux HURD Solaris AIX IRIX
      Redhat Debian, etc.

      --
      A deep unwavering belief is a sure sign you're missing something...
    22. Re:Question by Syslevel · · Score: 1

      Debian, RedHat, Slackware, etc. are all separate operating systems. They are all based on the Linux kernel. They are very close relatives in most ways, but they are not the same operating system. If you think they are, I welcome you to replace the /etc and /var directory from any one of them with any other. Other than the fact that they all use the same kernel and share many libraries, they are no more or less related to one another than they are to Solaris, Irix, NetBSD, FreeBSD, and SCO Unix.

    23. Re:Question by Syslevel · · Score: 1

      You're getting all confused again. Not everybody who uses Linux, or wants to give Linux a try, has a pathological hatred of Microsoft and the Microsoft GUI.

    24. Re:Question by Syslevel · · Score: 1

      When did any of us start carrying on about virtue?

      Oh, you just did. Oh, oops, you're just talking about not-Virtue.

      My mistake.

    25. Re:Question by Syslevel · · Score: 1

      You are partially right, and partially wrong. When the HURD is ready for the big-time, it will probably be a replacement kernel that people drop into the Debian system (you can almost certainly count on it.) The result will be an OS more closely releated to Debian as it exists now than Debian is to RedHat.

      If you think init is just an application, maybe you'd rather replace it with minesweeper?

    26. Re:Question by Syslevel · · Score: 1

      When I stated "drop in replacement" I meant at the source level, not that someone with a Debian GNU/Linux CD-ROM distribution could just download a HURD kernel and plug it in.

      I guess I assumed too much.

  2. Enough already!!! by Anonymous Coward · · Score: 0


    This is getting way out of hand people. How many distros are there now? Let's see... Right off the top of my head there is RedHat (the best, IMHO), Slackware, Debian, SuSE, Caldera, Mandrake, Power Linux (or something), McLinux, YARD and now this one.

    We will never defeat Microsoft unless we all pull together and focus our energy!

    1. Re:Enough already!!! by Anonymous Coward · · Score: 0

      It's definitely time to go back to BSD. At least there we don't have a million different version of the O/S being hyped up by marketing departments trying to get rich quick.

    2. Re:Enough already!!! by Anonymous Coward · · Score: 0

      Hah! That's funny. McLinux. It's MkLinux, btw.

      lol. I can see it now... McDonalds handing out linux cds with happy meals.

    3. Re:Enough already!!! by Ray+Dassen · · Score: 2
      How many distros are there now?

      Lots

      We will never defeat Microsoft unless we all pull together and focus our energy!

      The Microsoft == the Borg analogy is used quit often, but many people fail to look at it thoroughly. The Borg are defeated by individuals, not by another collective. Individuals differ, compete and cooperate with each other. Neither pure competition, nor pure cooperation seem to be the best strategies, evolutionarywise.

    4. Re:Enough already!!! by Baron+Fundi · · Score: 1

      We will never defeat Microsoft unless we all pull together and focus our energy!

      I thought we were just using Linux because we thought it was better. Get your priorities straight.

    5. Re:Enough already!!! by guacamole · · Score: 1

      s RedHat (the best, IMHO), Slackware, Debian, SuSE, Caldera, Mandrake, Power Linux (or something), McLinux,



      RedHat, SuSE, Debian... RedHat is the most broken of those three. 5.0 and 6.0 are broken beyond repair. SuSE can be thought of as the less broken version of RedHat, and Debian is on top of all of them (see my post in response to the very 1st comment) any ways.

    6. Re:Enough already!!! by aidan+skinner · · Score: 1
      The Borg are defeated by individuals, not by another collective. Individuals differ, compete and cooperate with each other.

      The borg are defeated by


      • Being the bad guys

      • Being stupidly set up with little planning having gone into it.


      Now, since we're living in the real world, we can ignore the first one.

      The second one we can't do anthing about, except to exploit it. Which is fairly easy and is being done.

      The other point is that the Federation are far scarier and drone-like than the borg...

      - Aidan

  3. And I still can't find _the one_ distro by Anonymous Coward · · Score: 0

    And i'm still looking for a distro mainly for programming. I've used mainly Redhat and Slackware. Redhat comes with actually more development tools (and more up-to-date/beta stuff) but I like Slackware better. I would love to see a distro like (or even based on) Slackware but with more development stuff (java, compilers for other languages, commonly used gfx. libraries etc.).

    I could ofcourse build my system from scratch (source) but that would take too much time.

    1. Re:And I still can't find _the one_ distro by Anonymous Coward · · Score: 0

      Try BSD.

    2. Re:And I still can't find _the one_ distro by Anonymous Coward · · Score: 0

      During my hunt, I used RedHat, Slackware, Suse and settle with Debian for my programming box.
      (This was over a period of 2 years, so things may have changed in the others since I tried them.)

  4. Re:Visual linux by Anonymous Coward · · Score: 0

    I suspect that what they mean is something similar to a project that I work on (on and off :) ) -- making an easy, sane way to get information from the user. Like dialog but more intelligent (hence, my project is called "Discourse" :) )
    From what I've seen of theirs, though, it's just a scripting language with lots of support for the widget set, which is nice but (IMO) the Wrong Way[tm] to do this. The important thing, most of the time, is the information being presented to the user or retrieved from the user, and so I use something like the following:
    dialog foo("PPP configuration")
    {
    boolean bar("Use PPP",true)
    boolean frobozz(description="Autodial")
    }

    The sticking point for me is cases where imperative programming is *needed* -- eg, option X should disable option group Y when it's enabled. I'm trying to decide whether to give access to some sort of scripting language (breaking the purity of the scheme) or somehow use attributes to specify this (introducing lots of special cases)
    This isn't a programming language or even a way to replace a programming language, just a way to generate dialog boxes automagically. (kind of like Emacs' Customize menu only different :) )

    Daniel

  5. Re:This may be a stupid question. by Anonymous Coward · · Score: 0

    Actually, I wouldn't be surprised if there are more since they've added their own experimental extensions to our packages. But there probably aren't many more.

    I'm not aware, though, of a great number of exploits available against Debian; if you know of any please file Important or Grave level bug reports :)

    You're probably safe.

    Daniel

  6. Debian is your answer. by Anonymous Coward · · Score: 0

    It's "like" Slackware, but is more appealing to hackers. Tons of devtools, libraries, etc.

    1. Re:Debian is your answer. by blue · · Score: 1

      "monstrously complex"? I don't find hitting "+" and "-" and occasionally being prompted for dependencies a difficult task. Oh, you can also hit "?" if you get confused.

    2. Re:Debian is your answer. by Syslevel · · Score: 1

      Debian is "like" Slackware except it's at least ten times as complicated to install. The packaging system may be comprehensive, but it's also monstrously complex.

      With a Slackware installation, you just do the install, and then where you want things customized, you use pkgtool to rip out the 'package' and build your stuff from source. That's what "hackers" do BTW.

      You never hear anybody doing any dogmatic sloganeering about Slackware. Because it's old (but the new 4.0 release uses the 2.2 kernel), established, and it works.

      I also like cool things like the loopback distribution called DOSLinux. You can stick such a beast almost anywhere you need the features of a Linux OS.

  7. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    "Distribution" is just the euphemism employed by Linux freaks to avoid the reality that these are fragmented, diverse, variant operating systems.

  8. Re:Visual linux by Anonymous Coward · · Score: 0

    Heh. Just give me XForms, and I'll be *happy*. Simple callback model, *easy* GUI layout... it's nice for producing a decent GUI tool in an afternoon if you don't need featuritis.

    (*gawd* the AWT makes me twitch)

  9. Re:Yeah, Whatever by Anonymous Coward · · Score: 0


    A new distribution is hardly going to hurt the other ones. It can only lead to new ideas. A new distribution will adopt the best features of the others and, hopefully, improve on them. The other distributions will adopt any improvements by the new, etc.

    Linux, unlike Windows, is very dynamic and alive. It is evolving at a phenomanal rate. For evolution to be successful you need new mutations, new genes, new blood. If a mutation is harmful it will rapidly die. This can only mean that the mutations useful to the fitness of the species will survive.

    The problem of inbreeding is not limited to Alabama. It is also applicable to software systems such as Windows and political parties such as the Democrats and Republicans.

    Linux is not UNIX but rather it is a "UNIX like" system. UNIX is to Linux as the Neandrethals are to Homo Sapiens. Without the Neandrethals we would not be here to create Linux which could not have existed without UNIX. Both are, I think, improvements.

  10. Re:Redhat by Anonymous Coward · · Score: 0

    >It just comes up with something like "root#" and sits there!

    Also know as a command line interface. Learn to use it, and it shall become your friend. I suggest buying a good book on linux (or four good books), and reading them.

    FYI, Redhat also has that command line interface behind XWindows. The reason you don't have XWindows with Debian is because you haven't set it up.

  11. If I were microsoft... by Anonymous Coward · · Score: 0

    ... and I wanted to hurt Linux, I'd find a
    few unscrupulous Linux users and hire them to
    create problems between distributions, between
    Linux and *BSD, etc. Or maybe create an astroturf distribution just to bother the real users.
    It might even be fun to do.

    1. Re:If I were microsoft... by Syslevel · · Score: 1

      You aren't Microsoft, however, so your fantasies of what you would do if you were are irrelevant.

  12. Re:Redhat by Anonymous Coward · · Score: 0

    What the hell is "XWindows"? You mean X11r6, Mr. Gates?

  13. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    I see it's time to spread the "Linux != Unix" lie again. Don't you people ever get tired of this? Microsoft is not Unix. Linux is. QED.

  14. Stop the multiple distro FUD. by Anonymous Coward · · Score: 0

    Yes, it's true. Each 'distro' is an operating system in its own right. But this isn't a weakness.

    Fragmentation is inherent in the nature of operating systems. Different teams, given the same code base, will go in different directions based on what they feel the right solution is to users' needs. If Windows were opened up tomorrow, exactly the same thing would happen.

    The difference with truly open operating systems is that competing vendors are allowed to copy each other's innovations. Proprietary OS'es prevent vendors from copying each others' features, and inevitably lead to lockin.

    What is a 'weakness' in the proprietary OS model is a strength in the Linux world. Provided we stick with Free distributions like RedHat and Debian. Distributions like SUSE promote fragmentation, and should be avoided.

  15. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    UNIX != Linux
    Linux == Unix
    problem solved.

  16. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    QED is meant to be used when a theory is proven through evidence. You have presented no evidence, and simply made a statement as to your opinion, with nothing to back it up. Congrats, you've made yourself look like an idiot.

  17. Standards? by Anonymous Coward · · Score: 0

    Lack of standards is the hobgoblin of the corporate and government world. Without standards, where would nearly any popular technology be today? Anarchy, I suppose. What if the whole VHS vs. Beta dispute was never settled by adopting a standard? Chances are, VCR's would not be a (nearly) universal presence in the average American home.
    I have many friends working for the DoD and related agencies. *All* of them state 'no standards' as the reason Linux will not be widely accepted in the government. Things like Stormix and other "new, better" distributions (which they really are NOT) only serve to increase fragmentation and deter wide acceptance.
    Linux needs to get it's cockeyed head on straight before the community claims any bit of credibility. No, folks, fragmentation is not an indicator of success. It's an indication of swift failure.

    1. Re:Standards? by Syslevel · · Score: 2

      Maybe we should all lobby our congressmen to mandate that the DoD come out with a clean standardized version of Linux (painted green, of course) that we can ALL rally 'round. Then we can begin systematically eradicating all these other 'distributions.' (I'm kidding, of course.)

      It's all kinda-sorta POSIX, anyhow, isn't it?

  18. DPKG vs RPM by Anonymous Coward · · Score: 0

    I love debian, but they could take a hint from the RPM guys. RPM is fast while debs are kinda slow. It rocks that they can ask you questions while they install, but it makes the "I just type apt-get install [whatever] and walk away" (that most debian users seem to say) a tragic lie (I am aware that you can override apt's the confirmation requests).

    Also, RPMs seem to have more options and more of them are single letters (eg., -h instead of --help). dpkg and apt have a few, but not enough. also apts interface is clunky. For instance, should i wish to install ncurses simply typing "apt-get install ncurses" is no help as the real packages are ncurses-bin or ncurses-base.
    If i did not know that I would have to go to the ftp site (or filewatcher) to find the file. I simply could then download it. Apt's ability to find dependencies rocks, but is every package dependent on a file or another package? Let me clarify: If i remove a package that is required by another and reinstall vi source, when adding new packages will they complain about the absence of the actual package even though the binaries are there? (RH does not as I understand Debian will... I hope not)

    -matt


    1. Re:DPKG vs RPM by Anonymous Coward · · Score: 0

      I think that the fact that the newbie-aimed distributions are sacrificing the ability to run on old hardware is not a problem, since most newbies have, well, new hardware. In fact, they're more likely to be bitten by having hardware that's *too* new and unsupported..

      Daniel

    2. Re:DPKG vs RPM by Anonymous Coward · · Score: 0

      Sure they do. Plenty of new users don't know what a partition is, let alone how to use fdisk...

    3. Re:DPKG vs RPM by William+Tanksley · · Score: 1

      I agree with you WRT deb vs. RPM, even though I'm told that rpmfinder is a nice program which can be pointed to central distributions -- Redhat just isn't designed for that, and Debian is.

      However, you asked "do people really find plain old fdisk THAT hard to use?"

      People Do.

      :)

      Or more specifically, Linux typically asks people to partition their hard drive before it tells them what for. In my ideal installation, you'd choose the apps you wanted before you ever saw the partitioning screen. That way the installer could straight out tell you "you need to clear at least X amount of space -- that's n% of your hard drive. Here's a suggested area."

      Until then, installs will require planning ahead, or dedicated systems. Planning ahead is wonderful, but it required knowledge, which is kind of a catch-22 for new Linux users (they're installing Linux so they can gain knowledge).

      -Billy

    4. Re:DPKG vs RPM by AmirS · · Score: 1

      If you're going to install required packages from source, you ought to download the source packages, and compiling them produces a binary package which can then be installed.

      That beats having a lot of packages installed from source, with no idea of what individual files they have installed.

      Also, if you're into compiling lots of stuff, there is a host of tools to help you create debian packages, which you can use to generate binary packages from your source (*.tgz) files.

      Thusly debian will know what's installed. Also, I find your redhat comment confusing - In my experience of RH, (5.2 on my older computer), it does complain about missing packages, even if the binary file is there. I clearly remember having to use the --force option to rpm for certain things (for which I had installed hte dependant files myself)

    5. Re:DPKG vs RPM by double_h · · Score: 1

      If you weren't aware, you can also use the menu-driven dselect as a front-end for apt-get. dselect does a good job of managing the dependencies between packages, so if you choose to install ncurses-bin, it will also automatically select ncurses-base if you don't have it on your system already.

      Debian may have a slightly more daunting initial install than Red Hat, but I vastly prefer dselect/apt to glint/rpm (even though glint does look nicer -- provided you are running X). I espescially like the fact that dselect gives you a current-to-the-minute list of packages on debian.org. With Red Hat, it always takes a bit of searching to find an rpm I'm looking for (or is there a way to point glint directly at a central rpm server that I don't know about?)

      I saw the Stormix page a few days ago (ooh ahh an on-topic post!) and while I'm always happy to see anything that will bring new users to Linux, this particular distro just leaves me a bit lukewarm. As many have said about the new OpenLinux, all those gee-whiz pretty install screens just increase the chances of things not working right on old/unusual hardware. And do people really find plain old fdisk THAT hard to use?

  19. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    Assume they are the same operating system.
    Therefore, you can interchange pieces without breaking anything.
    But you cannot do that.
    Therefore, your assumption was wrong.
    They are not the same operating system.
    QED

  20. Re:Slashdot is going downhill fast by Anonymous Coward · · Score: 0

    Slashdot has become the Mouth of Linux, eschewing other geek stuff despite its charter. Tell Malda about this. It sucks.

  21. Re:Slashdot is going downhill fast by Anonymous Coward · · Score: 0

    When's the last time we had a story about BSD? About Solaris? About Java? About SGI? About Gnome? About Digital Unix? About AIX? About Python? About CORBA? About Tcl? About HPUX? About PVM? About Jini? About Microsoft's legal troubles? Hell, they missed the verdict a few days back.
    This is dangerous myopia.

  22. Re:Slashdot is going downhill fast by Anonymous Coward · · Score: 0

    > Geez! Shut your sorry whiny ass up!
    you, sir, are the one who needs to shut up. your comment embraces the quintessential newbie linux user attitude - arrogant, brash, and uninformed.
    get a spine and learn how to communicate, or go back to windoze you whiny luser.

  23. number of distros by Anonymous Coward · · Score: 0

    not 40 million, but getting there.
    at last count, there are 52 distributions. most of these are copycats of one of the major distros, but put their own little twist on administration or userland.
    sad, sad, sad. bsd (with it's comparatively less 4 camps) looks mighty appealing right now.

  24. Distributions: not about compatibility and RND by Anonymous Coward · · Score: 0

    My current understanding of the Linux development schema leads me to believe that all the tension surounding too many distros is not needed.

    Many seem to think that every new distro is going to create a compatibility problem. That is just not so (unless the distro makes it so).

    Any distro can be significantly different and stay completely within the realm of the standards.

    What makes a distro different is its method of installation, the packages it comes with, etc. NOTHING should be proprietary if everything is gone about properly.

    Most things are distributed as source anyway so RPMs, etc. just aren't needed and just don't create incompatibility problems.

    What's the big BEEF? There's nothing to worry about if its a good distro...if not,...its bad and it'll go the way of any bad distro.

    1. Re:Distributions: not about compatibility and RND by Anonymous Coward · · Score: 0

      I've TRIED to copy programs from Suse to Redhat. It doesn't work. They crash and burn for lack of proper DLL's. These are not the same OS!

    2. Re:Distributions: not about compatibility and RND by Anonymous Coward · · Score: 0

      It's possible to run Linux binaries under BSD, assuming both are on Intel. I guess that makes them the same operating system.

    3. Re:Distributions: not about compatibility and RND by Anonymous Coward · · Score: 0

      I'm no expert on .debs, but the dependancy checking seems pretty thorough. I think Debian based distros will remain very compatible with the original. Ones that decide to stray to far will die for the lack of packages available. DPKG and APT are amazing! Over in the RPM world I can imagine many grey hairs due to incompatibilities between packages and distros. My experience with installing RedHat RPMs onto my RedHat system was bad enough, I shudder to think of cross distro installs. On Debian based distros the dependancy checking that DPKG uses I think will tend to keep the debian based distros a pretty compatible family. But, the only way I'll find out is to try I guess, so I'll have to get my hands on a Stormix CD and find out!

    4. Re:Distributions: not about compatibility and RND by Anonymous Coward · · Score: 0

      Does that mean that they have to write a new xemacs
      for each distro? I thought we all used the same
      applications (more or less.)

    5. Re:Distributions: not about compatibility and RND by Windigo+The+Feral+(N · · Score: 1

      Some anonymous coward said:

      I've TRIED to copy programs from Suse to Redhat. It doesn't work. They crash and burn for lack of proper DLL's. These are not the same OS!

      YM "Windows to Redhat". ;) (Linux doesn't have DLLs, and I copy stuff between SuSE and Redhat distributions of Linux regularly. Not little programs, either...I've successfully compiled uqwk (an offline Usenet newsreader) on a SuSE box, taken the binary to both Redhat AND Debian boxen, and the darn thing *works*. :)

      Now to run stuff that requires DLLs, you need a little utility called Wine. I've never seen a huge use for it myself, though. :)

      --
      -Windigo The Feral (NYAR!)
    6. Re:Distributions: not about compatibility and RND by Raindog · · Score: 1

      Actually, it is possible to mix binarys between distros, its just tricky. I, briefly created a Frankenstein Debian/Mandrake beast....attempting to combine the best aspects of each. It was, well, interesting to say the least, but most binary did run.

  25. Re:Redhat by Anonymous Coward · · Score: 0

    Um. Using something before posting random flames about it is recommended. Otherwise you just look like a troll.. [ how do I know this? Because what you should really be complaining about is that you can't get out of dselect :) ]

    (yeah, I can see that your post may have been meant to be funny. I suggest buying a new sense of humor if that's the case :) )

    Daniel

  26. Another *NEW* Distro! by Anonymous Coward · · Score: 0

    Hey guys/girls have you heard about...
    ...
    ...
    L33tLinux??

    yeah it's r33t and run by me Mr.Hax0rz!

    heh, just kidding. I think some of the distributions are getting about this useless. How long is it before we start making one for script kiddies? Ugh....a useful distribution is worth it's weight in gold, a useless one only weighs us down.

    I think Stormix is a useful distribution. Will I be using it? No...I use plain 'ol Debian and I'm going to stay that way. But I do have a specific case:

    A friend is sick of M$ and desperately wants to get off of that OS. She can wants to minimize her down-time so that she can keep in touch with those online.

    I think that a case like this where people want to get it up and running quick with an easy install proves that Stormix is useful. It allows people who are intimidated by CLI installs to have a GUI to greet them in their entrance into Linux.

    All of the CLI gurus should remember, not everyone enjoys it as much as you do. I personally perfer the CLI to GUI and I'm fine with Debian. There are so many distributions because there are so many different skill levels and perferences for people.

    As far as the best distro, I feel that Debian or Slackware are the best. Get Debian if you want a package system and Slack if you want source files.

  27. Re:I think the install GUIs miss the point by Anonymous Coward · · Score: 0

    They may have missed the point, but maybe not. If you're technically proficient a GUI is unnecessary. But if not, then SOMETHING is needed to simplify all the things that need to be done. So what needs to be done to "simplify" Linux? How about:

    - window(s) that simplify adding/modifying/deleting users/groups?
    - a File Manager/Explorer look-alike that can browse directories, make double-clicking launch the right app, make right-clicking show properties, etc.
    - window(s) to simplify printer setup/configuration?
    - window(s) to modify standard files (like .profile, hosts, etc)?
    - a window interface to crontab?.

    The list could go on and on and on and on and on...

  28. Hold on by Anonymous Coward · · Score: 0

    What happens if you use app-get to upgrade and
    one of the things being upgraded is the kernel? Does it automatically reboot?

    1. Re:Hold on by Anonymous Coward · · Score: 0

      There are two things here:
      -> Depending on your system, your kernel might very well be a local package (or not a package at all, shame on you! :) ) and thus won't be automatically upgraded from the main Debian archives.
      -> If you do upgrade the kernel image, the system won't reboot but it will attempt to bring it to a bootable state by asking to run lilo. (it does some other stuff, like linking /vmlinuz to the new kernel image if you've installed a different package -- different versions of the kernel are separate packages; you'll only upgrade in this manner if a change in the build parameters of the canonical Debian kernel occured)

      Daniel

  29. Debian doesn't want foldbacks by Anonymous Coward · · Score: 0

    Debian has two extreme branches, stable and unstable. Yes, I
    know most distros do also, but the gulf between the two is much
    wider with Debian.

    The current Debian "stable" version includes an outdated X system
    that doesn't support many newer cards, and is several versions
    behind in most libraries that are heavily used by developers,etc,

    The "unstable" version has all the latest stuff, but it seems
    Debian waits too long to fold its own newer stuff back into the
    stable version. Therefore the stable version of Debian is
    way behind most other distros. Fine for an old 486 with an
    old graphics card that one isn't going to use for development
    work - like a mail server. But ....

    How, then, can you expect Debiab to even consider
    folding back derivative works into its stable branch?
    (Especally considering Debian's position on politically correct
    software in dealing with derivative commercial distros).

    I like Debian too - especially its packaging system. But, a
    distro governed by committess might be a little less inclined to
    make dramatic changes than one without such controls.

    So, it seems necessary for commercial distros and perhaps
    others to take Debian's packaging system and basic structure
    and do something more creative with it for the benefit of users
    who need libs and apps which are more current with other
    Linux distros. Right on, Stormix and Corel!

    (The official Debian team prefers endless debates and white
    papers on where to put the "non-free" stuff, etc. )


    1. Re:Debian doesn't want foldbacks by Anonymous Coward · · Score: 0


      You can get the latest XFree86 3.3.3.1 packages for slink (Debian 2.1) from www.netgod.net/x

  30. Telling statement that I disagree with... by Anonymous Coward · · Score: 0

    We will never defeat Microsoft unless we all pull together and focus our energy!


    The Broncos will never beat the Yankees unless they play baseball. I don't want to play Microsoft's game. Linux is about freedom. Pulling together and focus is inherently a centralized notion. Freedom is inherently de-centralized. Although this may seem like a knock against freedom since centralization makes more efficient use of fixed resources, it is not the whole picture. Freedom makes MANY more resources available. In the 'people' world centralization leads to (or is a form of) oppression which in effect reduces the usable human resources. In the software world the free do-whatever-you-want sector has much more manpower than even Microsoft.

    So if you want to defeat Microsoft by playing Microsoft's game be prepared to end up winning with something alot closer to Microsoft than I think any of us want.

  31. Re:It's Not Fear by Anonymous Coward · · Score: 0

    "could care less" means the opposite of what "could not care less" means. Did you really mean to write what you wrote?

  32. Re:Then Contribute - But Not a New Distro by Anonymous Coward · · Score: 0

    Children who don't understand the awesome, incomparable power of the CLI do not deserve it.
    They deserve the idiocy of a GUI, long recognized as making hard things impossible.
    And they deserve carpal tunnel syndrome, which they will surely get. Mice are evil.

  33. Re:It's Not Fear by Anonymous Coward · · Score: 0

    Let me guess. That's one of the places where "yes" and "no" mean the same thing in answer to "Do you mind if I..."

  34. Re:Redhat by Anonymous Coward · · Score: 0

    Funny. I've installed Debian many times in environments of varying hostility and this has never happened to me. Even the time I tried some prerelease boot disks and ended up with a fried system afterwards :)
    What did you do?
    Daniel

  35. Re:Visual linux by Anonymous Coward · · Score: 0

    MFC. Ever tear apart an MFC widget and have to override its methods in strange ways, 'coz of its event model? Building, say, a scrollable list of checkboxes out of a scrolling list is... weird.

  36. Re:Visual linux by Anonymous Coward · · Score: 0

    This guy has never really created anything complex in VB which is why he is casting aspersions. Trust me, just about anything you create in c/c++/delphi/whatever you can do in VB, probably is half the time.

  37. Re:Visual linux by Anonymous Coward · · Score: 0

    Oh yeah, sure. That's why Microsoft writes all their applications and their operating system utilities in BASIC. Uh huh. How's that real estate in Florida?

  38. Defeat Microsoft?!? Come ON! by Anonymous Coward · · Score: 0

    Stop wasting time trying to "defeat microsoft" and start spending quality time producing a QUALITY PRODUCT. Jesus, why is this so hard to grasp?

    You want to defeat Microsoft? Here's how (and it's happening anyway, so I'm wasting my breath):

    Create a system for the lowest common denominator, put a cute GUI on it, and cater to the morons.

  39. Re:The End is Near by Anonymous Coward · · Score: 0

    And just *why*, after I wrote all that, would I want to "create my OWN distribution"? Did you even READ past the FIRST SENTENCE of what I wrote?

  40. Re:Flamebait! and more flamebait by Anonymous Coward · · Score: 0

    Yes, you're correct that UNIX in general is a chaotic mixture of "various ways of doing things".

    But the point of my original post is not about "UNIX in general", it is about Linux. Now, given that, maybe you'll see where I'm coming from.

    As someone else said here: do we NEED more distributions and fragmentation? Havn't the past 30 years of UNIX history taught us something?

  41. Re:Hmmm... by Anonymous Coward · · Score: 0

    And along that same line of thinking, do we really need an install "window"? Seems a text interface is a little more reliable in general... nothing like accidentally selecting the wrong video hardware (easy to do if you're installing on 50 machines, all with different cheesy hardware!) and have to start the installation ALL OVER AGAIN

    (listening, RedHat? Hmm?)

  42. Re:I think the install GUIs miss the point by Anonymous Coward · · Score: 0

    Of course, if the person is going to be USING the system, it might be well in their favor to LEARN a little about it...

    You don't drive a car without knowing how the steering wheel and brake pedal work, do you?

  43. Re:Slashdot is going downhill fast by Anonymous Coward · · Score: 0

    I would have to agree. I'm quite tired of hearing all the Linux fanatics harping away constantly. However, Linux has become quite popular, and this has to be expected...

  44. Re:Bullshit by Anonymous Coward · · Score: 0

    from the person who began this part...

    The point of the distro is to make things convienent for the user, but at the same time it is important that the distro does not go too far and create an open source, yet proprietary system. That would leave us with what many are currently trying to escape: an OS that albeit has market support but lacks common sense in every other way.

    If the distro can successfully make things grand for me, the IT depart., and my mom , kudos to them on a good job. And in making things easier, I expect that qmail, icq-clones, pine, etc. compile and run without too much strain.

    No distro should cause incompatibility problems and if they do, that's a shame.

    The more distros we get out there, the more users will thresh out the bad and we'll see what we really want. Limiting ourselves to RedHat, Debian, Suse, Caldera, and Slackware would limit ourselves to the possibilities. We won't get the perfect OS (figuratively of course).

    Personally, I think the first distro to make the shit hit will be whoever can create a window manager than can top the current selections and package it in their own distro.

    When that happens, things will start to get groovy.

    In a way though, some of the big boys have already done this, albeit not for Linux; Mach-meets-Apple anyone?

    Have fun

  45. Re:It's Not Fear by Anonymous Coward · · Score: 0

    All good distros should run all Linux software almost equally (aside from the differences in a distro to run on a floppy as compared to something like RedHat or Slack).

    Almost none of the ware I use is distributed in RPM or DEB, so I use source.

    If big poppa exec is worried, tell 'em that. Programs just aren't disseminated the same in Linux, so the distro has nothing to do with what program will diffinitively run; rather, its just the look and feel

    the look and feel (not the functionality)

    Hey, that's what we pay for anyway. A 386 checks e-mail fine, it runs X or Windows like hell though. So, I choose to shell out for something of the 6th gen. Cause I want the look and feel.

  46. Re:Yeah, Whatever by Anonymous Coward · · Score: 0

    According to your line of proof,

    Windows is not an Operating System.

    (ever tried to exchange a 3d-game between windows98 and NT ? - or ANY program between NT/x86 and NT/alpha? or NT/ppc?)

    Linux is Unix as sure as NetBSD is Unix or Solaris is Unix or HP/UX is Unix or IRIX^H^H^H^H.

    Jor

  47. Re:I think the install GUIs miss the point by Anonymous Coward · · Score: 0

    Counterpoint: how many of us can drive a car, but don't understand the camshaft, or clutch plates, or fuel injection (or carburetors for that matter) or disc brakes?

    To dispense with the analogies, how many Windows users KNOW about their system? Let's face it, a lot of users don't want to learn all that stuff. It's not a crime (stupid maybe, but not criminal).

  48. Re:I think the install GUIs miss the point by Anonymous Coward · · Score: 0


    Or, why don't we just skip all that and run MS Windows? Same damn thing...

    Seems it was everyone's goal to "get away from Windows" a while back, now they want to "be just like Windows"... Sad...

  49. Re:I think the install GUIs miss the point by Anonymous Coward · · Score: 0

    Counter-counterpoint:

    How many experienced and highly trained Unix administrators and operators know how to write (or even interpret) a UNIX kernel or driver code? Not very many...

    I agree with you up to a point: the point being that if we code for users who aren't willing to learn, then why bother? We'll just have to dummy down the system (just like everything else in our society) to accomodate the drooling point-n-clickers. Somewhere along the line, functionality is lost, performance suffers, configurability is forgotten in megabytes of binary config files or text files that no one dare to edit manually.

    UNIX IS NOT FOR DUMMIES!

  50. Redhat by Anonymous Coward · · Score: 1

    Redhat has lots of icons and windows. Debian scares me. It just comes up with something like "root#" and sits there! I type stuff and it keeps saying "command not found". What a piece of junk...

    1. Re:Redhat by KevCo · · Score: 1
      >It just comes up with something like "root#" and sits there!

      >>Also know as a command line interface. Learn to use it, and it shall become your friend. I suggest buying a good book on linux (or four good books), and reading them.

      I think Rob needs to add the ability to include little icons in our posts like the ones used to identify the main articles. That way we could add the "It's funny. Laugh" icon for the humor impaired.

    2. Re:Redhat by Microlith · · Score: 1

      Err. ya. I had a similar experience with Essential Debian. I loaded it up, went through the rough install. I get to the command line, type ls, and nothing happens. command not found. i figure my path variable isn't setup. env. nothing happens. same error. at least cd /bin worked. IMO, if something as simple as ls and dir do not work right away, that is the sign of a really bad install. Redhat's install is really good, and i think more should follow it. You shouldn't have to fight an OS to get it working.

    3. Re:Redhat by J.+Pierpont · · Score: 1

      You must have done something dramatically wrong. Debian's install is difficult to get going, but once the install process began, it was clear-sailing. It's been rock solid (despite some of the moronic things that I've done to the system) since then. I'm a believer.

      -awc

    4. Re:Redhat by be-fan · · Score: 1

      I do think he was joking. Its not as if you can do anything in RedHat without dropping down to the command line anyway! And the guy under me, I refuse to use a name such as X11R6 simply because of the excessive amounts of time spent between numbers and shift capitalized letters. If anything whats holding Linux back in the market is the lack of cool names. KDE, GNOME, X, FVWM, what is all that. We need cool names like NUKE, and RADIOACTIVELY COOL DESKTOP, and etc.
      (For mentally imparied, I was being sarcastic above. I shouldn't have to say it, but it seems some people don't get along with sarcasm too well.)

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Redhat by Syslevel · · Score: 1

      You apparently are easily frightened. I also dislike Debian, but not because I am afraid of a command line. I'm just an old school Slackware fiend.

      Be careful not to shell down to the Command Prompt on your Windows machine. It will also frighten you. Probably in the same way one of my cats, who has lived indoors her entire life, is frightened when I put her out on the porch and introduce her to the idea of the entire world being open to her.

    6. Re:Redhat by Syslevel · · Score: 1

      The proper and respectful term to use is:
      The X Window System.

      People shorten that to X when they are being accurate.

      It is always wrong to refer to it as "XWindows" or "X Windows," which I have seen even supposedly clueful individuals and organizations do (in such places as full page ads in Linux Journal).

  51. The End is Near by Anonymous Coward · · Score: 1

    If anything will be the downfall of Linux (aside from the outbursts from the fanatics), it will be the multitude of "distributions".

    Why? Quite simple: there is NO STANDARD. There is no way you can create a book on Linux that focuses on administration *from an admin's point of view* and say: "this is the way you do it...", etc... You can't do this when there are 40 million different distributions, each with it "own way of doing things".

    The typical Linux "distribution" is not even *complete*, from a network or sysadmin point of view. There are various utilities that are simply missing from the base system (what good is a Unix without dump/restore?), which you then have to go out of your way to find, when you *could* be doing other things.

    Perhaps if Linux developers would a) stop focusing on making Linux look (and run) like MS-Windows, b) concentrate on networking and server applications instead of desktop, c) make a consistent format that should be used as a *standard for all "distributions"* to provide a complete base system, then maybe Linux will stand a chance.

    But as it stands, it is chaos. It will not last at this rate. Once it starts hitting the server market, admins will see it for what it has become: a chaotic, confusing waste of their time. I personally do not have time to fix "broken" distriutions.

    Oh, and another thing: let's put the *essential system files* in /usr, /bin, /lib, /etc and so on. Put the "optional add-on packages" in /usr/local or /opt where they belong and don't interfere with system files.

    Linux's credibility has already suffered at the hands of the zealous fanatics, and now it's feeling the effects of its chaotic inconsistency of distributions.

    1. Re:The End is Near by Cedric+C.+Girouard · · Score: 1


      Perhaps if Linux developers would a) stop
      focusing on making Linux look (and run) like
      MS-Windows, b) concentrate on networking and
      server applications instead of desktop, c)
      make a consistent format that should be used
      as a *standard for all "distributions"* to
      provide a complete base system, then maybe
      Linux will stand a chance.

      there. You have your chance. Why dont _YOU_ make up your own distribution that will suit _YOUR_ need and will have all the essential files in the right place at the right time, and will not look like windows ? I for one personally like the "windows look" because it will prevent me from teaching yet another interface to users who have problem remembering their own phone number.

      Sun Tzu must have been running Linux...
      - Hold out baits to entice the enemy. Feign disorder, and crush him. (Sun Tzu, The art of war)

      --

      Marriage is considered capital punishment for the theft of a goat in some third world countries...

  52. Redhat/Debian/SuSE still lacks the GUI-install by mikael · · Score: 1

    Almost every small distro now has a GUI-install, but Red Hat and Debian have not. If we want to have "World Domination", we'd better shape up the installation process, and I find it very strange that Red Hat has not yet made a GUI-installer.

    I hate the cli-installation-style. I hate IRQs. I hate system administration. I want to code.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  53. Re:Then Contribute - But Not a New Distro by mikael · · Score: 1

    >Then make your own Super-Installer. Submit it to
    >the community.

    Perhaps, but I have to become a better programmer first. I could perhaps start after christmas.

    >Just because the installer sucks ass (CLI)
    >doesn't mean that you have to start a whole new
    >distro. That's just stupid.

    I agree, but Debian could use the installer from Stormix.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  54. Why not fold back into Debian? by gavinhall · · Score: 0
    Posted by planders:

    I use Debian. I love Debian. I am an experienced sysadmin, so I don't personally have much use for a prettified GUI installation. Some of my friends would, however, and I would like to encourage them to use Debian.

    So the question is, why aren't these enhancements folded back into Debian? I don't follow debian-devel anymore; are the developers simply not receptive to these ideas? Debian is a very free and democratic distribution. If your ideas are good, they will be included.

    I have to wonder if the people behind this Stormix simply want to be a "name" and want to differentiate themselves for no particular reason other than ego.

    Of course, I could be wrong. Besides, the best thing about the GPL is that the Debian project has the right to re-incorporate any derived works back into the fold, unless they make key components like the installer non-free. That would suck and would be cause to avoid Stormix altogether.

    So, my question is, why not just contribute these packages to Debian itself?

    1. Re:Why not fold back into Debian? by gavinhall · · Score: 1
      Posted by planders:

      I meant democracy in the ancient Athenian sense, where things are decided by the land-owning class of citizens. ;-) That would be the debian developers. I do understand that Joe User doesn't get to vote on Debian issues.

      I said 'democratic' as a counter-example to the benevolent tyranny of Red Hat or Slackware, where a corporation or extremely select group of individuals decides what goes into the distro.

      AFAIK, all it takes to be a Debian developer is the willingness to read the mailing lists and a well-signed PGP/GPG key. There's no 'code quota' that says you have to contribute a certain amount to be able to vote.

    2. Re:Why not fold back into Debian? by Arandir · · Score: 1

      "Debian is a very free and democratic distribution. If your ideas are good, they will be included."

      What?! Only the Debian developers get to choose what gets included. It isn't a democracy. It's an enlightened benevolent oligarchy (one of the developers is enlightened, but he's not necessarily the one who's benevolent :-) )

      If there should ever be a truly democratic distribution, I'll run in terror the opposite direction. And anyone who thinks through the consequences will do the same.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    3. Re:Why not fold back into Debian? by Syslevel · · Score: 1

      I am not involved with Debian in any way or form, but it seems like any time something gets big that it turns into a hierarchy. There will always be creative people 'on the fringe' of any big movement who want to have their say in ways that threaten a hierarchy, or even that just confuse a hierarchy or aren't considered important enough to pay attention to.

      All of this seems like the kind of reason to fork a distribution, rather than try to work through the layers of contributing the packages to Debian itself.

      The only people who should feel threatened are the people who need to feel threatened, if they even exist.

  55. Yeah, Whatever by mholve · · Score: 0
    We don't need any more distributions.

    The major ones are plenty. Choice is good and all, but for each new distribution we're just gonna screw ourselves in the end because of fragmentation. What, the last thirty years of UNIX history hasn't taught us anything? Jeez.

    If I was a commercial vendor, I'm sorry - but I would support Redhat too - possibly Debian/SuSE and Pacific HiTech, but that's about it.

    Gee, do we support Debian? SuSE? Caldera? Redhat? How about we just stick to Windows?

    Stop the madness, I say!

    1. Re:Yeah, Whatever by Garrett+Rooney · · Score: 2

      have you even done any research into what these guys are doing?

      its debian linux with a nice install and eventually a configuration program.

      all the changes are gpl, and the developers are active on debian-devel. while i don't exactly agree with their ideas (getting rid of text file configuration in favor of a binary database) their work can only help debian in the long run.

      fragmentation is bad, but this distribution is based closely on debian, which is as close to a standard as you can get.

      another distribution != fragmentation, or at least it doesn't have to.

      i'm certainly willing to at least give them the benefit of the doubt, and possibly to download it once it gets a little further along and give it a shot...

      -garrett

    2. Re:Yeah, Whatever by Jor · · Score: 1

      Although RedHat6.0 comes close, i havent yet
      seen the "Perfect Distribution for Me(tm)", so i welcome every attempt to make it better than the others - after all, thats what Linux is all about: To make it better than the Others (notice the capital "O" ;-)

      As long as the initial installation goes better than with debian, i'll give it a try.

      Free Software is about Freedom.

      The only thing i can see about the history of Unix is this: It has survived and is thriving.

      --

      --
      Jor
    3. Re:Yeah, Whatever by Syslevel · · Score: 1

      Actually, if you're willing to spend about $400 you can buy Interix to install on your Windows NT system. Then you can run a real certified POSIX subsystem (not just the crippled POSIX subsystem Microsoft ships with NT). Once you have Interix happy and running on your NT box, you can use GCC to compile Unix, work in the C shell, and build and run (not just display) X Window apps. It isn't just a layer on top of Win32 like Cygnus.

      Going by the distinctions being made in this thread:

      Linux is UNIX.

      Windows NT/Interix is UNIX.

      etc. etc.

  56. Bullshit by mholve · · Score: 0

    How are ya gonna "differentiate" yourself then? If you follow the "standards" then that leaves you little room for customization. What? Different icons? Different versions of binaries? I don't need that kind of customizability... You can do that with the distros already out there.

  57. Then Contribute - But Not a New Distro by mholve · · Score: 0

    Then make your own Super-Installer. Submit it to the community. Just because the installer sucks ass (CLI) doesn't mean that you have to start a whole new distro. That's just stupid.

  58. Re:It's Not Fear by mholve · · Score: 0

    Around these neck o' the woods, they're the same... As in "I don't care what distro you run."

  59. It's Not Fear by mholve · · Score: 1
    It's not that we/I "fear" new distros. It has nothing to do with that.

    Commercial vendors like to make money. That's what they're in it for. We, the community, like for the vendors to port to Linux. Why? So we get cool stuff. So Linux gets bigger and better. Everyone's happy.

    However, if there are fifty distributions, then they will inevitably wonder, "Wait, if we're going to support Linux, which distro do we port to?" Sure, you can compile it for Linux, put it in a tarball and be done with it - and leave the install specifics to the user.

    But what happens with support? "Oh, I see, you're using SuperDuper Linux?" Where is such and such installed? What version is your whatchamacallit binary? And so on...

    From my perspective, I think it would make commercial vendors feel a whole lot better about getting into Linux if they didn't feel like they were porting to a moving target.

    Personally, I could care less - use whatever you want or roll your own. I'm just thinking that commercial vendors will get scared off and end up not porting to Linux because "there are too many choices."

    1. Re:It's Not Fear by jove · · Score: 1

      If we allow linux to change into anything it's truly not (commercial, for the public) then we are truly missing the mark here. Linux was made so desktop users could use a unix like operating system with big unix server functionality. Personally it sickens me to think of people playing games and "Surfing the web" with it.

  60. Re:Same for Redhat by William+Tanksley · · Score: 1

    Strange. I've installed Debian many times on many machines, and only once had a problem (the mouse refused to work).

    Compare this to my Redhat experience -- I've tried five different versions on four different computers more times than I care to count, with only three sucessful installs. Every other time, the installer corrupted the filesystem while doing the install. (Oops, make that six versions on five computers -- LinuxPPC installed perfectly without a glitch.)

    My point?

    Installing OSes sucks ;-). Don't sweat it -- if the install doesn't take the first time, write to the maintainer(s) about it so they can fix it, then try again.

    -Billy
    (A very happy Debian user -- although I do want a better install, I believe that ease of use and upgrading is FAR more important, and Red Hat just does not handle that.)

  61. Re:Slashdot is going downhill fast by William+Tanksley · · Score: 1

    Of course registering makes you less anonymous -- if you _post_ with that ID consistently.

    I don't use people's emails or read their stupid (or clever) nicks; I don't even care. To me, they are what they write -- and an AC is someone who doesn't want to be associated with what they've written in the past.

    Fine for them, fine for me.

    -Billy

  62. I think the install GUIs miss the point by Visigothe · · Score: 1
    This has kindof been touched upon in previous posts, but AFAIK not quite this way.

    "The Great Unwashed" that think they wanna try Linux, but don't know the first thing about using/installing it don't care weather or not the interface is GUI or CLUI. What they do care about are things like partitions, video drivers, IRQs etc. it is those things that you want to "shield" TGUs from [and have the ability for the power user to micromanage the install]

    All this gui does is show everything the textmode has in a "cute" closable window. My grandmother doesn't want to know what a partition is/ what mount points are.

    To reiterate, "normal" people don't give a rats arse if the install procedure is text based or gui based, they just don't want to have to understand things like video drivers, refresh rates, IRQs, etc.

    I think Stormix is missing the point of the GUI install

  63. arielb by arielb · · Score: 1

    So many distros and nobody wants to do anything meaningful such as knocking off that crazy /usr/ stuff in the directory system. Now that would be interesting and worth supporting.

    --
    ---
  64. installpkg!!! by InfiniteReality · · Score: 1

    dpkg and rpm are for uberl33tz! Slackware's installpkg ownz!
    installpkg may not be very sexy, but it works. So what if you're missing packages? installpkg doesn't whine at you for it, you can just go and get them later! And in GUI tools, pkgtool makes glint and apt look like tinkertoys!

    I felt like I had to stick in something for Slackware.

    Armando Rojas

  65. Hmmm... by BJH · · Score: 1


    Go to the web site and have a look at the screenshots.

    Could someone PLEASE tell me why in Ghod's name you would need miniaturize/maximize/close buttons on a fscking INSTALL window? Prettying it up is OK, but let's think while we're doing it, huh guys?

  66. More old news... by Col.+Klink+(retired) · · Score: 2
    --

    -- Don't Tase me, bro!

    1. Re:More old news... by mjankows · · Score: 1

      yeah...you guys should read slashdot before you post arti- oh yeah...
      -Matt Jankowski

  67. Visual linux by rde · · Score: 1

    Casting aspersions without downloading and testing is a Bad Thing, but what the fuck. I'm bored.
    They're advertising a development environment 'without the need to learn a complex widget set'.
    If you're a developer, you learn complex widget sets. It's what you do. If you use Visual Basic you're not a programmer. You're a lego builder.

    Of course, just because you're not a programmer if you use this doesn't make it a bad thing; anyting that lets the average user build programmes can only be good for Linux. I'll happily download this new distro and stick it onto a laptop, after which I'll be able to offer some informed criticism. Of course, no-one'll listen. They never do. They're usually right.

    1. Re:Visual linux by angelo · · Score: 1

      This seems very interesting. It's sorta like forms for C..

      pretty slick idea.

    2. Re:Visual linux by cr0sh · · Score: 1

      Hey! Don't dis what you don't know!

      For the record, I know how to program in C, C++ and Visual Basic (in addition to a number of other varients - MFC, other BASICs, various assemblers, Java), so I know what that other guy says is damn near true.

      The thing that VB has going for it that no other language (with the exception of possibly Delphi, maybe JBuilder) is that of rapid application development. VB is probably the fastest way to bang out code for a prototype (or even a full application) for nearly anything (provided it is for Windows)!

      Would I use it for a console only application? No - though it can be done. Would I use it to write for a device driver? No - I personally don't think it could handle the processing needs (but hey, feel free to prove me wrong). However...

      I would use it for a nifty front end client for damn near anything. Nice games can be written in it. If I need even more power, I can call out to a DLL written in C++ for that extra boost (useful for intense calcs, or for those inner pixel rasterizing ops).

      Business likes VB - it is easy to learn, and can be used to develop applications quickly and painlessly. C/C++ can be a pain to create an app - in any environment (esp. a windowing environment, where it is useful to be able to see how your app looks before you compile and run it) - show me a beginner who can pick up C in a day and code a Windows app, and I will show you a bridge I have for sale.

      That is not to say that VB should be the only thing - and that C should go away. There are many things in C/C++ that I wish I had access to in VB (the mention of getting at the base objects to build your own objects is one). Speed issues are almost irrelevant, since in VB now, the code is converted to C, then ran through the Visual C compiler (though in a few instances, it is still better to code those intense portions in a Visual C DLL, or a COM object, and use them that way).

      I do have a gripe about beginning coders - because Visual Basic allows you to get habits that are bad (like not defining types at the start of the program, etc) - but this is more of a design issue (which many programmers who claim to be C/C++ programmers lack - I hate seeing code that isn't indented well nor commented properly).

      As far as your comment on the apps/utilities by M$ being written in VB? I would suspect that many may actually be written in part in VB. Probably more than you would suspect. If they are not - I can't see any reason why they couldn't be.

      Lastly - don't dismiss me as a M$ zealot - that I am not. In fact, I hate M$ and its business practices - and am currently playing around with Linux (and Legos! - Mindstorms, actually), and seeing what the best way to do development for it is (either Java or gcc/Allegro - I like doing game development, and would like to still support other platforms). I like VB - I just don't like the company that spawned it.

      --
      Reason is the Path to God - Anon
    3. Re:Visual linux by Microlith · · Score: 1

      You still have yet to point out all of the bad things about things like visual programming (Lego Building. I use Delphi, so I can access the widgets if necessary). Would it be easier to use the Legos, than have to remold them each time? (at least in delphi, you can get access to the original "mold", unlike vb...).

    4. Re:Visual linux by be-fan · · Score: 1

      Since you mention Visual Basic I assume you count Windows programmers as REAL programmers. No learning widget sets is not what real programmers do, it is only what Unix programmers do. Windows does not use complex widget sets. There are a small number of controls and such, but beyond that, there is none of the stuff that comes with Unix environments.

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Visual linux by Syslevel · · Score: 1

      I consider myself a real programmer, and the only code I've written that is in wide use is some assembly language code I wrote to run on some NEC 4-bit embedded controllers (with 8K of program memory and about 512 bytes of data memory) that operate inside 5 or 6 different medical devices. Your aunt or uncle or even you might be 'experiencing' my software right now, as I know thousands of other people are.

      The first generation version of that assembly code was written using Microsoft Word for DOS as the editor, on a 286 'lunchbox' portable with an LCD display. That hardware was a step up from the 8086 machine I had previously used. (I didn't know any better at the time, believe it or not. No way would I EVER do mission critical code again on old junk hardware nobody else wanted.)

      No, there were no complex widget sets involved, and I didn't use anything easy like Basic or C.

  68. Nice Logic by Upsilon · · Score: 1

    Hmm...following your logic:

    Microsoft is not better than BSD. Linux is.

    I'm glad to be finally able to end that debate once and for all. It has been turning people against each other for far too long. Here's one:

    Microsoft is not an operating system. Linux is.

    OK, that one actually made sense. How about:

    Microsoft is not pizza. Linux is.

    I like Linux pizza. The ingredients are all open source. Here is my grand finale:

    Microsoft is not good. Linux is.

    QED

    --
    I am not an idiot. Please use my name to email me.

    "That's right, I'm quoting myself."

    -Upsilon

  69. Evil GUIs by PigleT · · Score: 1

    Well, I've just had a quick look at the screenshots.
    The first was the most off-putting, with "Storm linux. We make linux look good." (in caps) totally contradicting the grammar in "You must now create partitions for Storm to install on top of". Eeeurgh!

    FWIW I agree that there is no need for anyone to go round replicating the Windoze GUI under linux. It's fair enough that fvwm95 exists, of course, but I for one think it would help bring it home to the population as a whole that there are more ways to operate than Maximise, Minimise and Nuke.

    I didn't see that many installation methods - what was it, CD, NFS and something else? What about multi-CD-over-samba or NFS, for example?

    The installer does look cuter than debian's, even in text mode. But how do the run-time package-manglement tools look?

    ~P

    ~Tim
    --

    --
    ~Tim
    --
    .|` Clouds cross the black moonlight,
    Rushing on down to the circle of the turn
  70. Re:Slashdot is going downhill fast by r_hakz · · Score: 1

    This is news for nerds, stuff that matters. Linux is in the media all the time currently, and linux news certainly is news for nerds, stuff that matters... So WTF is up your big fat ass? Fine, leave!

    "Slashdot sucks. Slashdot readers are stupid. Slashdot is turning into a linux site." Geez! Shut your sorry whiny ass up!

    I'm sick of hearing about nothing but linux too, so for a while I just skipped all the linux stories... And guess what, it was ok. I didn't have a heart attack, or a stroke, or die of cancer. It's really ok! And I STILL got to read plenty of "News for nerds, stuff that matters"!

    --
    The oxen are slow, but the earth is patient... - High Road to China
  71. Re:Slashdot is going downhill fast by r_hakz · · Score: 1

    I could say the same thing about you, you certainly aren't above slinging insults. You are also an Anonymous Coward. Your reply was also irrelevant, the reply before yours put me in my place. You on the other hand just insulted me with nothing to add to the topic at hand.

    It's been a bad day, I think I'll take your advice anyway and shut up.

    --
    The oxen are slow, but the earth is patient... - High Road to China
  72. Flamebait! and more flamebait by mister_jpeg · · Score: 1

    Look, only a sheep would WANT a universal standard for a *nix OS. Any of the clued would realize exactly what kind of can of worms learning about a *nix is. EVERYBODY should know that there is fragmentation galore in the commercial unices and within an hour of research will be aware of the fragmentation in the Linux and *BSD areas. Deal with it.

    I use the Linuces and *BSDs to port my knowledge that I learned while working on NT and Mac networks. If you know how to run a file/web/FTP server on one OS, run it on another. The variety of OSs and distros helps and I welcome it. 'Course, I'm smart enough to read man pages. It doesn't throw me that useradd and adduser have different names. Jeez.

    --
    -jpeg
  73. Don't fear the distros by Nafai7 · · Score: 3
    I don't understand why so many people seem afraid of these extra distributions. Basically, there are several "primary" ones that about 90 to 95% of the Linux users will utilize. The rest are all secondary or custom distros either based off of those main ones or designed for a specific purpose. These "minor" distros will each suit a smaller group, but perform more specific/specialized functions. Don't use Microsoft as your standard for how OSs should be "marketed".

    Ultimatly all these choices may seem slightly painful, but the extra competition will just feed Linux evolution. We will all benefit in the long run.

  74. Re:Slashdot is going downhill fast by Microlith · · Score: 1

    I've seen stories about all of those within the past few weeks. It's not like it's easy for them to go through tons of stories, back check them, AND move their stuff over to andover.net and keep you happy. Besides, it's not them digging up the articles, they just sort through what they can, and post what they do find. If you don't like it, don't be an AC, and start submitting stories.

  75. Re:Slashdot is going downhill fast by PrinceOfChaos · · Score: 1

    I don't agree with comment you replied to but I don't understand how posting as AC reduces the value of comment. If I register as ABC with e-mail of abc@abcabc.com, does it make me less anonymous?.

  76. This may be a stupid question. by EXpunk · · Score: 1

    I am somewhat new to Linux and all it's many wonders, so be gentle :)

    It said that Stormix was based on Debian. Now, would that mean that it's likely the same exploits could be used against a machine running Stormix as one using Debian (e.g. DOSEMU)?




    --
    Killing spammers is too good for them.
  77. Thanks, I will by EXpunk · · Score: 1

    I actually chose Debian for my home machine to play with/learn on because it was the distro I was able to find the least number of exploits for.


    Thanks again,
    Matt

    --
    Killing spammers is too good for them.