Slashdot Mirror


First Impressions of Slackware 10

Eugenia writes "Michael Hall wrote an informative article about the first impressions of the recently released Slackware 10, mostly discussing the domain Slack excels: the server. Michael concludes that 'Slackware 10 is a well-rounded distribution that will continue to make a first-class Linux server platform. Changes in the new release are incremental, not radical, and Slackware remains one of the most stable, reliable and flexible distributions available today.' The article also sports 14 screenshots."

83 of 395 comments (clear)

  1. Yay! by i+love+pineapples · · Score: 4, Interesting

    Slackware has always been my favorite distro, so I'm really excited to see what's in store in this release. For a supposedly "hard" distro, I've always found it quite easy and painless to install.

    1. Re:Yay! by Neil+Blender · · Score: 3, Funny

      Slackware has always been my favorite distro, so I'm really excited to see what's in store in this release. For a supposedly "hard" distro, I've always found it quite easy and painless to install.

      Maybe if you installed from the 50 diskettes it used to take 10 years ago, you'd know why it was considered 'hard'.

    2. Re:Yay! by i+love+pineapples · · Score: 3, Insightful

      Maybe if you installed from the 50 diskettes it used to take 10 years ago, you'd know why it was considered 'hard'.

      Tedious, yes, but not 'hard'... to me, a hard install would be having to spend hours upon hours configuring/tweaking/swearing at the thing to get it to do even just a basic install. At least I can watch a movie while popping in disk after disk.

    3. Re:Yay! by Anonymous Coward · · Score: 2, Insightful

      We have a consultant that's big on trying to push us to SuSe.

      He asked, "why don't you use anything big like RedHat or SuSe or even Mandrake?"

      My response was, "because that's the problem - they're too big with RPM dependency issues that occasionally rise - plus, it costs too much."

      I have been using Slackware 8.1 since it came out for all of our production servers and I've not had a single problem upgrading them from the core distribution base.

      I'm also not fond of the fact that SuSe isn't free, RedHat, for all intents and purposes, is no longer "free." Mandrake is faultering a bit in terms of being a cash-strapped company.

      Slack, for all of my knowledge about it, has never had these kinds of problems because Patrick never decided to make it a "corporate" puppet like the other distros are. Granted, it may "look nice" in terms of big names being linked to your services and such, but for ease of use, stability, etc, give me Slackware any day.

      I would use Debian, but it doesn't "fit" into our infrastructure the way Slackware does.

      I would use Gentoo, but I don't like being locked into specific compile-time flags. (Yes, I know I can change them, but why should I be bothered with that?)

    4. Re:Yay! by drachen · · Score: 4, Insightful
      This is funny.

      First of all, it was far less than 50 diskettes to get a running system.

      Second of all, how else would you recommend installing it back then? Did you have a CD burner in 1994?

      Third of all, while there were CDs that you could install slackware from back then (usually attached to books or magazines, that is how I got slackware 3.0, while I had installed a previous version from floppies) not that many people had CD drives back then. I still have a stack of Windows 95 installation floppies (which I'm not going to dig out and count) but there were more of them than the number of disks it took to get slackware working with X and devel tools.

      I realize you probably weren't being serious, but please explain what's so 'hard' about using a floppy disk. If you meant the distro itself was 'hard' then you probably haven't used it.

      /* still uses slack to this day */

    5. Re:Yay! by Shulai · · Score: 2, Insightful

      Some time ago, when installing a Slackware for a customer, my sister using our main computer, and our second one had its HD broken.

      So, I changed vt, chrooted into /mnt, then configured eth0 and launched lynx to surf a little bit while the installation keeps copying things.

      I dare Windows to allow me to do that!

    6. Re:Yay! by jred · · Score: 2, Funny

      I tell you what was hard about installing my first slack system (don't remember what ver, kernel was .89 or .92 or something like that) from floppy... downloading the fuckers on a 14.4 modem. Of course, since I didn't know which sets I needed to get a running system, I also downloaded 50+. Painful.

      --

      jred
      I'm not a mechanic but I play one in my garage...
  2. I love slackware by JoeShmoe950 · · Score: 4, Insightful

    I loved Slack 10. Its install isn't half as bad as people make it out to be. Its 20x easier than the debian install. Then, its fast, stable, and if your not new to Linux, its not really that hard to use. I wish that it had some Apt-Get sort of thing (besides Swaret/Slapt-get which have a low package base in comparison. They don't have even bzflag if I remember correctly(correct me if I'm wrong)). Ignoring package management, i'd say its one of my favorite distro's. Its just so stinkin fast to install and use.

    1. Re:I love slackware by eeg3 · · Score: 3, Informative

      I wish that it had some Apt-Get sort of thing (besides Swaret/Slapt-get which have a low package base in comparison.

      Although slackware's 'pkgtool' is rather disappointing tool, you can install NetBSD's pkgsrc for slackware, and it can handle and install all your packages. I have found pkgsrc to be very useful, and very eloquent.

      For a walkthrough on getting it working in slackware, Marrti Kuperinen has created an easy guide that can get you up and running with pkgsrc on Slackware in no time.

    2. Re:I love slackware by RevAaron · · Score: 2, Funny

      eloquent? do you mean elegant?

      eloquent: adj.
      1. Characterized by persuasive, powerful discourse: an eloquent speaker; an eloquent sermon.
      2. Vividly or movingly expressive: a look eloquent with compassion. See Synonyms at expressive.

      unless.... does pkgsrc speak to you? am i not the only one? does it tell you too to KILL KILL KILL?

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    3. Re:I love slackware by eeg3 · · Score: 2, Funny

      eloquent? do you mean elegant?

      It was a typo... or was it? Maybe i'm going to go on a killing spree. You'll know soon when you read the post regarding the Slashdotter whose computers led him to homicide. Then again, slashdot posters would probably lead me to such before pkgsrc.

    4. Re:I love slackware by Spacelord · · Score: 2, Informative

      ... static link the binary in one of the bin directories ...

      Static link? I am sure you mean creating a *symbolic* link, because that is what the "-s" in the "ln -s" command stands for.

      Static linking is something entirely different, and has to do with the way you compile a binary. A statically linked binary includes all the libraries it depends on in the binary itself, whereas a dynamically linked binary just refers refers to the shared library files and the linking is done at runtime.

  3. Re:slack 10 by Eudial · · Score: 5, Informative

    needs better package management. otherwise it is sweet

    It has great package managment, no dependencies, swift upgrades, simplistic interface, doesent use some obscure packaging format or anything like that either, just plain tar.gz =)

    --
    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
  4. My first impression... by NeoGeo64 · · Score: 5, Insightful

    Slackware 10 did something previous versions did not - it automagically configured my X server (thanks to the new XORG, I think) so after install all I had to type was startx and I was ready to go.

    I'm currently backing up data on my local network fileserver box and going to wipe the HDD (was running Red Hat 7.3) and upgrade to Slackware 10. I've used Slackware before in server enviornments, and thats where it shines the most.

    1. Re:My first impression... by pavon · · Score: 4, Informative

      To expand on what a couple of people have said, slackware has had a default XF86Config file for quite some time (always?) However in the past it defalted to using the Framebuffer X driver, and it 10 it defaults to using the Vesa driver. In both cases you need to change the XF86Config (now xorg.conf) to use a specific driver if you want decent performance.

      This change is not (directly at least) related to the change to Xorg - they could have done it with XFree86 as well. Also while I agree that Xorg is the way to go, alot of the technical praise they are getting is misdirected. There is really almost signifcantly different between it and XFree86 4.4, and most of the improvements that people see in Xorg are really improvements in XFree 86 since the 4.3 series.

    2. Re:My first impression... by Sunspire · · Score: 2, Interesting

      The first release of Xorg was indeed pretty much XFree86 4.4rc + some patches. But technical praise is still merited IMO, take a look at one of the Xorg mailing lists. They've managed to rally all the relevant X developers to their banner, and there's lots of neat stuff going on. Particularly check out the "Next X.Org Foundation release plan" thread. Probably in August we will see the first Xorg release with the much awaited desktop composition manager. In comparison, the XFree86 developer mailing list is an empty wasteland and the "forum" list is all spam these days.

      Forking XFree86 was the best thing to happen to desktop Linux in a long time.

      --
      It's like deja vu all over again.
    3. Re:My first impression... by Kilroy_Says · · Score: 2, Insightful

      well if you want a kick ass system then sometimes you need to kick its ass first =P

  5. Package management. by Coram · · Score: 3, Interesting

    Slack was the first distribution I used when i became a linux devotee. It was great for learning the guts of the system in ways i probably would not have if i had started with something "easier". I don't think i could go back to it without an adequate package management system. Debian and Red Hat are still leaps and jumps ahead in that department.

    --
    I say I ain't giving you no tree fiddy you goddamned Loch Ness monster, get yo own goddamned money!
    1. Re:Package management. by BRSloth · · Score: 2, Interesting

      Well, the package management is what I really love on Slackware. The lack of dependency checking is something that could be scary at first, but you learn a lot with those "error loading shared library".

      That's just what Slackware is: excelent for some, missing parts for others...

  6. Ever improving by mishehu · · Score: 5, Insightful

    I have been using Slackware since not long after it officially became Slackware. I have tried out other distros, and while each has its strong points, the part of Slackware that I like so much is:

    1. Simplicity
    2. Customization, and ease with which that you can build your own packages

    Slackware has always cut the fat from the install, and if you *really* want library-foo, you can find it either as a premade package, or build it yourself.

    My clients' servers run on slackware.

  7. Ouch. Poor Advertisement! by fluxrad · · Score: 5, Funny

    I sure hope osnews.com isn't running slack as proof of concept ;-)

    --
    "It is seldom that liberty of any kind is lost all at once." -David Hume
  8. Slackware 10 kicks ass by Anonymous Coward · · Score: 5, Insightful

    I can't believe I wasted so much time running Redhat 8.x, 9.x, and Fedora Core before installing Slackware 10. I will never go back to RPM hell. Slackware 10 rocks on the desktop IMHO. KDE 3.2.3 works and looks great. One minor hiccup moving to kernel 2.6.7 regarding removing ide-scsi emulation and everything is working great. What a dumbass I've been all this time... Thanks Patrick.

    1. Re:Slackware 10 kicks ass by robotoverflow · · Score: 5, Funny

      Only on /. can you be modded insightful for calling yourself a dumbass.

      --
      % mkdir :
      % ls -dF :
      :/
  9. Nooo... Another OSNews article. by jayminer · · Score: 4, Insightful
    Unfortunately another OSNews article about Slackware Linux. From the article:
    Michael Hall is a freelance Linux consultant and web developer based in Alice Springs in Australia's Northern Territory. When not hacking Linux in some way, ...
    Is this guy really a Linux guy? No, please don't tell me that.

    Slackware users are generally addicted ones, and (as a long time Slackware user, since 1996) I'm seeing that Patrick (is the main and in many cases the only Slackware developer) is taking Slackware to the modern world without giving up any classical Slackware ideology (Simplicity, security etc.). Many people looking over my desktop (with plain KDE 3.2.3, Noia icons and Plastik theme) is being shocked by the responsiveness (of the 2.6 series with mm patches) and the eye candy. They don't believe that this is Linux. They're used to the ugly (please no flamebait mods) Bluecurve of Red Hat.

    No I'm not against any graphical configuration tools or this and that. I'm just against breaking the rule of changing the default UNIX tradition of configuration files. Any graphical tool should be like Webmin, which leaves the structure as it is.

    Slackware is beautiful with its simplicity, please leave it as it is.
    1. Re:Nooo... Another OSNews article. by pavon · · Score: 5, Interesting

      No I'm not against any graphical configuration tools or this and that. I'm just against breaking the rule of changing the default UNIX tradition of configuration files. Any graphical tool should be like Webmin, which leaves the structure as it is.

      This is what brought me back to slackware. I started with RH 4 but could never get it to work with my hardware. So I tried slackware and really enjoyed it. I learned so much about how Unix works on that slackware version. Anyway since then I have tried a different distro each time I am ready to do a complete OS upgrade. Here is what I learned.

      As far as packaging goes rpm sucks unless you verify or build your own because the majority of 3rd party package builders do it wrong. At that point it's just as easy to go with slackware or gentoo. Apt-get seems really nice. Unfortuneatly, I didn't get much time with Debian (one week to install, then two weeks later my harddrive dies).

      As far as configuration goes, those GUI tools are a pain. I tried 4 releases of RedHat and got to learn 4 ways of setting up PPP, and each of which seemed to get progressively worse. And of course once you use the GUI tools, it creates it's own config files from which the unix ones are generated. So after the easy way fails if you want to do it the manual way, you first have to figure out how to disable the distro provided tools, which is not always easy. The *drake tools are the flakiest things I have ever seen seen. They basically just issue some script commands and don't do any error handling. If something goes wrong, the window just disappears and you are left wondering if it worked or if not why it didn't work, and what state you system is in. Totally lame. Yast is the nicest of the bunch, but again you really need to decide to let Yast do everything, or do everything the manual way, because otherwise you will tromple all over each other.

      As far as I am concerned, you can take your GUI configuration tools and keep them. Slackware may not be the easiest distro, but it is by far the least complicated. Even better, all the time I spend getting things to work on slackware, I am actually learning about how Linux works rather than figuring how to get around some broken config tool. That is the first thing that struck me when I started using slackware again. With the other distros I had gotten frustrated with all the maintainance I was doing that was all related to stuff I would never use again - fixing dependency errors, unbreaking harddrake - and this ended up driving me to Mac OS X for my main computer. With slackware I don't have to think about those kinds of problems, and I actually enjoy the problem-solving and discovering that I do have to deal with. It reminds me why I originally became so absorbed with linux in the first place.

    2. Re:Nooo... Another OSNews article. by MntlChaos · · Score: 2, Insightful

      Parent poster hit the nail on the head. When I first installed redhat, the number of scripts it had to do anything and everything made me feel afraid to start tinkering for fear that I'd mess everything up with those scripts. Slackware has a minimal number of scripts, and pretty much gives you the reins of the system, instead of giving you a pretty little image with a bright head covering on it.

  10. Stable, easy to administer AND a fast install by dhartman · · Score: 5, Informative
    I've been a "Slacker" from way back. (version 3.0) Slackware first appealed to me because it didn't have all the fancy-fandangled configuration utilities which prevented a new user from really understanding the inner workings of a Linux distro. I've learned (through just a _few_ mistakes) all the little details and now am quite comfortable working on almost any distro. (although I rarely use anything other than Slackware, even for desktop boxes).

    I want the same stability that people want in a server on my desktop. If there are a few programs that are missing, usually a trip over to Linux Packages is enough. If not, take the time to learn about compiling (however use 'checkinstall' rather than just installing the compiled program--makes it much easier to maintain a clean system). Package management tools such as Swaret and slaptget have made it easier than ever to maintain an up to date system (with options to update to the latest security fixes in the specified version (say 10.0) or to the -current tree.

    Slack on!

    1. Re:Stable, easy to administer AND a fast install by The+Conductor · · Score: 3, Informative

      If you want to fit a complete linux system into a small (say 500MB) space then slack is probably your best bet.

      I was able to put Slack on a laptop with 340 MB hard drive. Installed just enough to get Abiword working, plus Pine & Links and just about nothing else. It barely fits. Abiword and its Gnome library dependencies take almost half of the drive space. A smaller but less capable alternative is Ted, a *.rtf editor. I had to use XFree86 version 3.3.6 (from Slack 7.1) because the newer versions don't support the obsolete video chip set.

      The ldd command is your friend when doing a minimal Slack install. It will tell you which *.so files you need to run a particular program. Oh, and rm -r /usr/doc/*, and ln var/log/syslog -> dev/nul; every byte counts!

  11. Slackware !!!! by Mr.+Stinky · · Score: 2, Informative

    Yes, agreed with the idea that it's best for servers. I use it to power all my web servers, and without all the bells and whistles, I can really keep a firm grasp on the very few things I actually need running. No 5 CD install, just a very narrow footprint perfect for hosting. All my mentors used Slackware too, so how could it be wrong???

    --
    Nothing is foolproof because fools are so ingenious.
  12. Could someone please enlighten me? by InternationalCow · · Score: 3, Interesting

    As to the purpose of these screenshots? I find the article moderately informative- ie if I want a desktop I won't go Slack, if I want a server I probably do, but, what are the screenshots meant to illustrate? They do not illustrate any point of the paper, reminding me instead of the screenshots of yore when men were men and windowmanagers were windowmanagers, showing just a big heap of windows on a screen trying to look cool. In all, IMHO not a very good article with lousy illustrations. If I were interested in Slack I wouldn't waste any time reading beyond the first two paragraphs.

    --
    ----- One learns to itch where one can scratch.
    1. Re:Could someone please enlighten me? by MoThugz · · Score: 2, Informative

      I don't think the screenshots and the article are related.

      The article is by Michael Hall while the screenshots (seems like they) are from Eugenia's (the article submitter and OSNews' Editor) Slackware destop.

  13. Slackware 10 is by mst76 · · Score: 4, Informative

    really not all that much different from Slackware 9.1 as far as I can tell. Just the usual package updates as you would expect. The core of what makes Slackware Slackware (installation, directory layout, config files, pkgtools) is pretty much the same. But maybe for me the difference seems even less, since I've been synching with Slackware-current every few weeks for about a half year now.

    1. Re:Slackware 10 is by reclusivemonkey · · Score: 2, Interesting

      I personally use the Gnome Desktop and was previously updating Slackware 9.1 with Dropline Gnome to get a Gnome 2.6 Desktop. Call me strange but I feel in love with spatial nautilus almost instantly (after refiling of course). However as Slackware 10 now comes with Gnome 2.6, I don't feel the need to use dropline any more. Is it just me or does Slackware seem to be speeding up??? I would say if anyone has been put off Slackware in the past for it not being as up to date as some other ditributions, take another look at Slack 10 I think you'll be impressed.

  14. Rocks by siskbc · · Score: 2, Informative
    Same stable slack. My only complaints is that it could be better at recognizing devices - changing kernel config based on detected sound card wouldn't be hard, nor putting the correct 3 lines in XF86Config for a 3-button mouse.

    But that's slack. No bloat. Anywhere. You want it bloated, punk, you put it in your frikking self.

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:Rocks by Nemith · · Score: 2, Informative

      Uhh... there is hotplug in 9 and 10. That will detect any pci/usb items and try to modprobe the right kernerl module. This works like a charm!

  15. My impression by Lispy · · Score: 4, Informative

    I have it in use since day one (including the excellent Dropline-Gnome suite. Pat did a great job as far as it concerns me. One downside is that OpenOffice.org and Evolution are not included due to space restrictions. Another one maybe, that you can't install the 2.6.7 kernel from within the installer. No big deal, though, since all you need to do for an upgrade is a simple installpkg.

    Aside that, it's a lightning fast distro that hasn't failed on me yet. Also, IMHO the greatest distro for starters since learning under Slack is learning it "the right way" and will help you later on with other unixlike systems.

  16. Slackware devotee by dlek · · Score: 4, Interesting

    I started on with RedHat, which was a good start and introduction to Linux. I used it for a while, ditched the configuration tools because they were at the time buggy as all hell. I can't remember why I switched but it might have had something to do with them shipping beta GCC in a stable release--a colleague recommended I go to Debian.

    Debian was okay but didn't "take". I felt like I was joining a political party by using it. Nothing about it particularly impressed me, and I used it for a short time before I upgraded my machine and decided to try something else.

    Due to my experience with BSD, a friend suggested I try out Slackware. I did and haven't looked back. (At work I've used RedHat and Fedora for the past year on my workstation, but that's to get reacquainted with it now that I'm a sysadmin over a number of RH boxes. I'm going back to Slackware as soon as I get a free lunch hour.)

    Slackware's clean and lean. The configuration files are where I want them, it never installs something I didn't ask for, it's stable, and I basically get good vibes from it.

    I'm such a devotee that a friend bought me a Slackware cap for my birthday last year... :) And I actually wear it sometimes.

    1. Re:Slackware devotee by Sunspire · · Score: 2, Insightful

      I've pretty much gone exactly the opposite way. Started with Slackware 0.96 back in the day. Configured my machine day in day out, messed with X modelines on black and white monitors and 386's, configured everything just because I could.

      These days I run Fedora core. I issue "yum install monodevelop" and the system downloads and configures a whole damn new development toolchain and runtime environment for me, probably downloads a hundred megs of binary software distributed over twenty packages or so. 10 minutes of Slashdot reading later I've got a new development IDE to play with. You know what? I don't miss the bad old days at all.

      It's not that I can't configure anything you throw at me. But for all that configuration over the years I've got zip to show. You've configured something once, why in the world would you ever want to do it again? If you're writing your CUPS config by hand in this day and age you're a damn fool or have too much time on your hands. If you're using lpr, well... let's not go there. Now writing software, that gives you something quite tangible. To that I end I choose a distro that doesn't require me to babysit every damn little thing and just lets me get stuff done. I get a feeling that all these newbiews who rave about Gentoo and what not (heh, I like an old fart now, "get off my damn lawn you kids...") aren't actually doing anything with their machines except running Linux as a self serving purpose.

      --
      It's like deja vu all over again.
  17. Not Just for Servers by Xeleema · · Score: 4, Interesting

    I have to admit, I've been using Slackware since 7.1 as my desktop OS. I was a total n00b when it came to linux, and it took me a week or so to get my X display setup and lovable, but it was a head-first dive into linux anyway. Slackware had most of what I needed; Mozilla for mail and browsing, KDE for a desktop (even though Steven seems to lean towards GNOME), and Gimp for the pictures. I just had to add OpenOffice for the wordprocessing and rlpr to print to our OpenBSD print server. But the thing that saved me the most was the beloved documentation in /usr/doc. Almost every How-To was stuffed in there! I'd recommend it for any newbie that wants to go hard-core fast. I can't wait to try Slackware 10, but I'll probobly wipe out my boxen first (as I've been using the -current branch for so long).

    --
    "When I am king, you will be first against the wall..."
  18. Re:I thought that Slackware was hard to install by PitaBred · · Score: 3, Insightful

    You don't want a compiler on most servers. Strike one against Gentoo, and it's a biggie.
    And using swaret/slapt-get, updating is a no-brainer. Besides, why do you need a package manager on a server. Are you really installing/changing a whole lot? Maybe you need to rethink your concept of a server
    Anything else?

  19. Re:slack 10 by killermookie · · Score: 4, Informative

    Or, in other words, it needs package management.

    Slackware has had swaret for quite some time. I've been using it since 9.0 and it's come in handy many times. It checks each package install to see if all libraries are up to date and recommends, downloads and installs whatever you're missing.

  20. Small fanboy by halftrack · · Score: 4, Insightful

    I use Slackware 10 on my laptop and have used all versions since 8.1. It is the best distro for the technically minded people who like to be in control. Sure it's nice to have programs write config files for you, but I often find more mess than hand tuned. Slackware leaves the control (as an exercise) to the user and if you have to tune anything (it works out of the box) you'll only do it once and probably learn a little too.

    Another thing some people seem to dislike is the lack of strongly enforced package management like RPM or apt. However this is absolutely in line with Slackware's no-fuss, user-in-control filosophy. With no dependency checking source and binary packages walk hand in hand and impossible legacy dependacies are a non-issue. Sure the package base could be better, but much can be found at certain repositories (like http://www.linuxpackages.net and some times at the developers site.

    OT: I absolutely hate people who seem to think .tgz is just a substitution for .tar.gz, it's not!

    --
    Look a monkey!
    1. Re:Small fanboy by TheGratefulNet · · Score: 3, Insightful

      hijack.

      tgz is WELL KNOWN (beyond just slack) to mean tar.gz.

      the fact that slack hijacked that extension and tries to add other semantics is neither here nor there.

      if slack can't deal with their hijacked extension and tell which tgz is theirs and which isn't, then their pkg program is broken.

      simple.

      (now, what's the next problem left to be solved?)

      --

      --
      "It is now safe to switch off your computer."
  21. Remember to contribute... by lordkimbot · · Score: 2, Insightful

    I always make a point to purchase a copy of the latest Slackware release. It's been a great distribution over the years, for server and desktop for me and my clients.

    Definately my server distro of choice. I still prefer 'djbdns' for my external authoritative and internal caching servers system, and they run great on Slackware.

    Keep up the great work!

    --
    sig mind freed
  22. My slack 10 impressions by Man+in+Spandex · · Score: 2, Informative

    First thing I noticed which was different was when the setup detected my ntfs partition /dev/hda1 and added it automatically to /etc/fstab to mount at startup. I thought this was a nice feature especially for the newcommers who always need this feature when dualbooting and not knowing much about linux. Overall, the difference is updated packages with the obvious replacement of xfree to xorg which was a great move by Pat. (like he's done any wrong move! pfft).

    Slack 10 is a great solid distro which I reccomend also for people with slow connections cause it comes with source packages like the source of 2.6.7 kernel.

    IMO, the best distro to learn the basics in & out of linux.

  23. Re:slack 10 by kristaps.kaupe · · Score: 2, Insightful

    Why I need package system if I have ./configure, make and make install?

  24. My favorite by Kilroy_Says · · Score: 2, Informative

    I've tried plenty of linux distros(slack, RH, gentoo, deb, mand, suse) and freebsd, out of all of them slackware is by far my favorite. Some peopel complain about a package manager, but ive never been a fan of those anyway, i prefer to do it all by source. i honestly havent noticed too much of a difference between 9.1 and 10 aside from updated software(most of which i had already updated) I, personaly, see slack as a straight-to-the-point distro; which is exactly what i want. Plenty of oportunity to update anything you want. kernel 2.6.8-rc1 works great with slack 10 =) [/rant]

  25. a question for any slack users on sparc boxes by discogravy · · Score: 2, Interesting

    how does it perform on sun sparc boxes? i've had a couple of ultra60's come my way and I'd like to test it out on them. How's the install on it? So far the only thing (besides Solaris) that I've been happy with on an ultra60 has been FreeBSD. Gentoo was Not A Fun Install and debian was equally unimpressive (sadly.) But I'd like to see how slack performs on it -- I started to install slackware 9 on one and something shiny distracted me for a few weeks, but this makes me curious about it.

  26. Re:slack 10 by Kaliban923 · · Score: 3, Informative

    There are package management systems out there for slack that even check dependencies. I recommend checking out swaret or slapt-get

  27. This beginner loves Slackware by ultranon · · Score: 5, Interesting

    I'm fairly new to the Gnu/Linux world and I have to agree with those who say that Slackware is NOT difficult to install and use, especially for geeks who have put in a lot of time on other platforms. I have tried all of the major distros, and have found that Slack posseses the best of all worlds. It is not only simple and stable, but it seems to me to be the most flexible distro.

    I have had the most luck getting things to work in Slack. Sure, I don't have the benefits of something like apt-get or emerge (swaret and slapt-get don't quite measure up) but I'm also not limited by those tools. I installed and configured my Slack in under an hour, everything worked, and I have been able to get, install and use every piece of software that my heart has desired.

    Coupled with Dropline Gnome, I have found Slack to be an excellent, complete and attractive desktop, even for the beginner/intermediate Linux user. I think that many of those who hold outdated, or second-hand impressions of Slack would be impressed by Slack 10.

    To summarize, I love Slackware and want to marry it.

  28. Re:I thought that Slackware was hard to install by PitaBred · · Score: 2, Insightful

    Wow. Nice tone.
    Too bad you can't read. Notice where I said swaret/slapt-get? Yeah, that takes care of security updates.
    You may apologize now.

  29. The greatest hits of...... by lexsco · · Score: 3, Funny

    Boney M ! Man, Slack really does have it all.

  30. Completely not my experience with slackware 10 by RLiegh · · Score: 3, Interesting

    I've been a linux user since 1996 and I downloaded all four cds and installed slackware; and then replaced it with mandrake 10!

    I had two problems with slackware; first, switching from X to console mode (using ctrl-alt-fX) locked up my computer; the other one being that upon exiting X my terminal would be totally borked (meaning that it would be set to a bizarre resolution) which would only be cured by a reboot.

    I didn't have the patience to track this down when I already had a ready, working and viable alternative (several, in fact). I'm rather sad as slackware was what introduced me to linux and got me going with it...but I would recommend XP, mandrake, knoppix, debian or openbsd over slackware at this point (depending on the user, their requirements, etc)

    1. Re:Completely not my experience with slackware 10 by Kilroy_Says · · Score: 2, Informative

      I had that problem for a while, happened to me when i was scrtewing around with the screen resolution in lilo.conf. It would boot just fine, but once i started X, if i ctl+alt+Fx then the screen looked all screwy(angry fruit salad!), i just set vga = normal and all worked out great for me.

  31. Slackware is Classic UNIX by ceswiedler · · Score: 2, Informative

    Slackware is for people who want a classic UNIX system. Debian, Red Hat, etc. all have their places, but Slack is for people who grew up on, administer, use, and love UNIX.

  32. Re:slack 10 by Glytch · · Score: 3, Insightful

    If you want Redhat you know where to get it. Leave Slackware alone.

  33. Re:Good for small servers? by jlanthripp · · Score: 3, Funny
    Slackware does not put any fancy GUI hand-holding utilities between the administrator and the system. Pretty much all configuration is done by editing config files. This is a Good Thing(TM), and here's why: Those fancy, pretty, GUI-type configuration utilities introduce unnecessary possibilities for bugs to arise. I've never seen a GUI configuration utility that handled all the options and settings I wanted to modify, and rarely have I seen one correctly handle all the options and settings that it claims to handle.

    There's also the matter of standardization - once you have learned to configure your own system without a 3rd-party kludge to hold your hand and do it for you in a point-and-drool interface, you can then apply that knowledge to pretty much any Unix-like system. If all the configuration you've ever done was accomplished via a distribution-specific GUI tool, then all you've learned to do is configure that specific version of that specific distribution.

    Slackware uses a sophisticated software update system comprised of the pkgtool utility (and its attendant installpkg, removepkg, and upgradepkg cousins) and an incredible A.I.system abbreviated as "S.Y.S.O.P."

    Through its amazing abilities, the S.Y.S.O.P. system monitors a steady feed of bug reports (the famed B.U.G.T.R.A.Q. system, first implemented in 1997 as an experiment in networking S.Y.S.O.P. systems over long distance, high latency networks in an asynchronus way) for information on what to do with the system. A S.Y.S.O.P. system will tirelessy maintain and care for your server installation, and can even create whole new bits of software, in the form of shell scripts or what have you, in the pursuit of its goals!

    While those Debian people may be happy to just blindly apt-get-upgrade their BIND installation every few weeks, and those poor Redhat users are forced to rpm -i --force --nodeps nearly every single package they want, it has been found that through proper use of a S.Y.S.O.P. system, you can ditch the automated upgrades and truly secure your system(s) once and for all time! These amazing devices will also help end users if they are clustered sufficiently to prevent burnout.

    An intelligient S.Y.S.O.P. -- no server should be without one!

    Large parts of the previous few paragraphs were stolen from the alt.os.linux.slackware mod-fortunes file

    --
    "Alcohol, Tobacco, & Firearms" should be a convenience store, not a government agency.
  34. I also like... by Banner · · Score: 2, Interesting

    That the security out of the Box is excellent and Patrick checks everything out before releasing it.

    Yes Slackware is never the first out when a new kernal comes along, but how often does Slackware get hacked versus Redhat? Or other versions? Everytime I see a 'vulnerability' published, I go and check and find my Slackware box isn't running that version.

    And it's not like people haven't tried to hack my server (it's been tried a lot over the years), but so far with Slackware I've never had a problem (fingers crossed!) I reccomend it to everyone worried about security, out of the box it's head and shoulders above everyone else IMHO.

  35. Migration in a Pinch by Drache+Kubisuro · · Score: 2, Insightful

    I was able to whipe my root partition of Slack 9.1, install Slack 10, overlay my old known modified /etc/ configuration files onto the new system, and be ready to go after installing a handful of unofficial desktop packages. Apache w/https, samba, nfs, iptables, courier-imap, and so on. Basically, all server functions were available within less than an hour after install because the infrastructure of Slack 10 remained the same as Slack 9.1. That to me is absolutely critical to my happiness.

    The compile environment is top notch and so zero problems occured while packaging software from source (such as courier-imap). Everything went off without a hitch. I attribute that to lack of automated configuration systems and keeping everything virgin. I'm glad LILO is still being used, because in Debian-Testing, when selecting to use XFS for the root partition, it complains that GRUB may have issues. I'm glad Slack is keeping it real :-)

    --
    -Drache Kubisuro
    1. Re:Migration in a Pinch by Kilroy_Says · · Score: 4, Insightful

      Slackware is for people who want to learn. In fact, slack almost forces you to learn linux the way its supposed to be used. A) know where all the configuration files are B) know the syntax of the configuration files C) knowing command line seems to impress the less computer savy ;-) And i think screen shots of a linux distro are kinda pointless anyway because; one of my favorite things about linux; you can have it look anyway you want because of the numerous window managers.

    2. Re:Migration in a Pinch by geekoid · · Score: 3, Insightful

      yeah, god forbid someone want a Linux distro to, you know, just use.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  36. Re:Looks great (is it 1996 still ?) by DMadCat · · Score: 3, Funny

    why is it i cringe when i see open source apps GUI's in a "screenshot" everytime i read the spec get all excited then i see the screenshots and think "nahh ill stick with OSX/WinXP

    Because you think being a power user is using Outlook rather than Outlook Express?

    Because you ditched that baby AOL stuff and signed up with Earthlink DSL, so now you're the hacker in the family?

    No, no, lemme guess... you ordered the Slackware disks but when you put one in your CD drive it wouldn't Autostart so you decided it sucked.

    (yeah, yeah, I know... don't feed the trolls...)

  37. Have You Bought Your Slackware Today? by reallocate · · Score: 5, Informative

    Not sure what you mean by "free", but Patrick V. has been selling Slackware online for quite some time. It would be nice if people actually bought it.

    --
    -- Slashdot: When Public Access TV Says "No"
    1. Re:Have You Bought Your Slackware Today? by daft_one · · Score: 2, Informative

      Even better would be if people donated, while using bittorrent... IIRC, donations should go to paypal at slackware dot com.

  38. Slack does not lack in package management by bender647 · · Score: 3, Interesting
    Many people don't understand that Slackware does have a package management system: its just so damn simple that you can use common Unix tools to administer it. I can check where any file on my system came from with a simple grep of /var/log/packages, and build or alter a package myself by putting the files in a directory and calling makepkg.

    One week at work using "that enterprise" system with RPM, writing those silly spec files for software I was never going to distribute and I was ready to pull my hair out.

    1. Re:Slack does not lack in package management by part15guy · · Score: 2, Interesting

      The one thing that .tgz is missing is dependencies. It would be nice to see a list of dependencies when I install a package so I don't have to reverse engineer them.

      Don't get me wrong - I like the simplicity and do NOT want a package management system that automatically loads dependencies or doesn't let me install something that it thinks requires files that are not installed.

      I just would like to know what else I should install or what the consequences of removing a package are before I do it.

  39. Worst Thing About Gentoo by reallocate · · Score: 4, Funny

    The worst thing about installing Gentoo is waiting 15 hours to find out you screwed up.

    --
    -- Slashdot: When Public Access TV Says "No"
  40. screenshots? by beattie · · Score: 2, Insightful

    What is the point of screenshots of a distro? The screenshots are of X and whatever WM/DE you use. Screenshots of KDE make sense. Those of Slackware dont.

  41. Two reasons by Shulai · · Score: 2, Insightful

    1) When you had no choice but editing the config files, you'll learn. Is not bad to have the choice, though.
    2) When you edit configuration structure made to be understood by humans, and not by a GUI config tool, you won't refuse so easily to do it. The smaller amount of bell and wistles helps too.

  42. Package Management Dependency Resolution by reallocate · · Score: 4, Insightful

    Package management is not dependency resolution. Stop displaying your ignorance.

    Some of us don't like letting a script we didn't write decide what gets on our machines.

    --
    -- Slashdot: When Public Access TV Says "No"
  43. It's My Machine; I'll Resolve The Dependencies by reallocate · · Score: 3, Insightful

    If you use the tools it provides, Slackware tracks the packages you install and allows you to cleanly remove or upgrade each package. That's a long way from simply expanding a tar file and installing from source.

    Slack doesn't do automatic dependency resolution, which is not at all related to package management. A lot of us are glad it doesn't.

    --
    -- Slashdot: When Public Access TV Says "No"
    1. Re:It's My Machine; I'll Resolve The Dependencies by iive · · Score: 2, Informative

      My favorit program for creating slackware packages is 'checkinstall'. You can find it in extra/ directory of Slackware10 CD3.
      After you compile program from source, insted of writing `make install` you should write `checkinstall`. Few simple questions (yes,no) and you got a new package.
      If you don't like the new program you can remove it with the good old 'removepkg' command. No need to browse all directories and hunt down files one by one.

      Something more, the package file is saved and you can install it on another system!

      There is another program for automatic package creating in the extra/ directory. It is the very same program Pat is using to build slack.

      Happy Hacking

  44. Be In Charge of Your Machine by reallocate · · Score: 3, Informative

    Slackware posts its changelog on the web. All you need to do is stop by every so often and see what's been updated. Then you download what you want and install it. I suppose if you really want it to flash at you like other distributions, you could jury rig one of those webpage trackers to go "beep" when the page is updated.

    Seriously, this illustrates one of the attractive features of Slackware. I don't need to turn over control of my machine to some unknown update script on some unknown server. I install what I choose to install. For example, I compile my own Mozilla rather than installing the version that comes with Slackware. The last thing I want is for some whizbang tool to install its version of Mozilla on top of mine.

    --
    -- Slashdot: When Public Access TV Says "No"
  45. Finally a subscriber by Harald+Paulsen · · Score: 5, Insightful

    After using slackware for several years I've finally gotten around to cough up the money for a subscription.

    After all, slackware has proven itself valuable again and again so it's about time I start contributing some money to the slackware team. If you use slackware regularly, I suggest you do the same. Patrik has to eat you know.

    --
    Harald
  46. Re:I thought that Slackware was hard to install by tzanger · · Score: 2, Interesting

    Exactly. I generally have a USB drive with a full (development) system on it for my slackware installs, and then my individual servers have about a 250-300M minimum install. Anytime I need something (kernel, asterisk, perl module, etc.) I plug in the USB drive, mount it and chroot. I build what I need, use checkinstall and make a slackware package for it... now all my servers can use it. Having a full development system on every server is not only wasteful, but a huge intrusion vector.

  47. Re:slack 10 by tzanger · · Score: 2, Insightful

    Or, in other words, it needs package management.

    Don't be an ass; I prefer my package manager to keep track of what files are in what package and That's It. RPM and Deb and whatnot just don't cut it. In the 7 years I've been using Slackware I've never run into a problem with requiring a package ... You try to run a program, it says "can't open libfoo.so" and you go "Hmm, libfoo, I bet that's in FooWare-4.18-i386-1.tgz" -- Piece of cake.

    And TBH I don't know of ANY software suite whose dependency lists are so bizzare that you need a dependency tracker to keep them straight... Well, short of Gnome, anyway. Even KDE isn't bad -- if you want KDE, you install the KDE packages... no dependency hell. Oh you need Qt? No problem, it tells you. It's all fairly well organized. All the dependency trackers seem to do is screw up.

  48. Re:Install From Source by reallocate · · Score: 3, Insightful

    Well, you can use a tool like CheckInstall which rolls everything out in a nice Slackware package. Then, you use the Slack package tools and install, upgrade or remove as per usual.

    Or, you use locate and find and remove everything manually. Takes a while, but it isn't rocket science.

    I've installed X, KDE and Gnome, among others, from source, and updated them.

    For that matter. most decent akefiles can be executed in dry run mode so you can get a record of what's being installed where.

    --
    -- Slashdot: When Public Access TV Says "No"
  49. Re:slack 10 by tzanger · · Score: 2, Insightful

    It is a great thing. installpkg installs. removepkg removes intelligently. upgradepkg upgrades intelligently. Dependency trackers are more hassle than they're worth, IME.

    The only thing I wish removepkg allowed as an 'uninstall.sh' execution from the package. That's it. I don't want another damned thing out of the package manager. No interactivity, nothing.

  50. Re:Looks great (is it 1996 still ?) by poohsuntzu · · Score: 2, Interesting

    Looking good as in:

    screenshot 1
    screenshot 2
    even more screenshots

    Don't confuse what the article creator was using (default looking Gnome) with what you can make it look like, and how you can make it preform.

    --
    "We're breaking out the ramen noodles. . . "
    "Really? Is it someone's birthday?"
  51. Re:obvious choice by fataugie · · Score: 2, Funny
    Does this thing even have ISOs yet?

    No, you have to do a capture of the datastream (1's and 0's) and then feed them back into your machine via serial cable. Kind of looks like the Matrix computer readouts of the grid itself....

    It beats the old way of installing (actually flipping the switches on and off to generate the 1's and 0's). Then along came those pussy punch cards and it was all down hill after that.

    --

    WTF? Over?

  52. Re:pkgsrc and slack by drxyzzy · · Score: 2, Informative


    Yes, it was easy to bootstrap pkgsrc when I used it on Slackware. I do not remember any major problems. It helps to be comfortable with make and autoconf tools - the good and bad of open source is it's such a moving target.



    Pkgsrc can coexist with other packaging systems. In one case, we had a couple aging Slackware 7 servers running. We did not want to take them out of service but needed to run a new program on them. By adding a pkgsrc tree, we got a whole new generation of compiler, autoconf tools, etc without affecting the legacy bits.



    What would probably not work well would be mixing an interpreter from one packaging system (Perl, Python, Erlang, etc) with modules from another packaging system.



    There may be more software available in the "native" packages for a given OS than with pkgsrc. OTOH we like that pkgsrc gives us a consistent interface for config management across several OSes. YMMV.


  53. Re:Install From Source by 13Echo · · Score: 2, Informative

    I keep my sources for most of my programs. If I want to remove the program, I simply go to the source directory, switch to root, and type:

    "make uninstall"

    Viola.

    The majority of programs that use a Makefile for installation will have no problems uninstalling a program with "make uninstall". I've been doing this since I started using Slackware 7, and have never had a problem.

    A more conventional way is to simply make a Slackware package with "makepkg". It only takes a few seconds more. "Checkinstall" is another option, but it doesn't come with Slackware by default.

  54. Like fine wine... by WareW01f · · Score: 2, Interesting

    ... Slackware ages well. I have to admit that I'm in the 'old fart' camp and love the chance to 'karma whore' whenever a good Slackware story comes up. Slackware 10 is not different. (And we can all thank Patrick for *NOT* calling it 'Slackware X' :)

    Seriously. I keep looking at new distros, but when it comes to my box, I'll never stray. I keep coming back to it for the same reasons. Slackware people know their boxes and know their software. (generalization, yes, but you try watching the screen as you're doing a floppy install and *NOT* know everything thats on your box.)

    Slackware 9.1 was a breeze to install, and I'm sure 10 will be no different. Keep up the good work Patrick. Let the wipper snappers have their new fangled distros. I'll keep mine, thank you.