Slackware 9.1RC 2 Out, Mandrake 9.2 Soon
Colin writes "The founder of Slackware, Patrick Volkerding, released version 9.1 RC-2 of the upcoming Slackware. Good ol' Slack comes with new versions of packages while the addition of the Swaret tool adds dependency checking on Slackware for the first time! Here is an enthusiastic preview of Slackware 9.1 with plenty of screenshots." And pacc points out that Mandrake 9.2 will soon be ready, but only for Mandrake Club members at first. "But it will soon come to a mirror near you(TM). Though by choosing to distribute it with BitTorrent, do they effectively limit the downloads for a limited release?"
A few months ago I tried setting up Linux From Scratch. I discovered that to make it not completely suck, I had to patch various things. It occurred to me that Slackware has already done exactly these things (plus more I wouldn't think of) for me.
/var/run, but I want to run named as a non-root user, meaning /var/run wouldn't be writable. The only configure option is --localstatedir which defaults to /var, meaning it would create a subdir called "run" under wherever I chose to put it, which is pretty stupid IMHO. Slackware uses /var/run/named/named.pid so you can change the ownership of /var/run/named to match the user you run named as.
./bin/named/include/named/globals.h.
The other day I upgraded BIND to the new version which I downloaded from ISC, so I could work around Verisign's DNS hijacking. I ran into a snag: it wanted to save a PID file in
So I popped in the source CD to see how they do it, since I couldn't find a config option for that. Guess what? There's a diff file, and a shell script that patches the source (along with other build options). The changes are toward the end of
Yes, that's right, when I got the source off the CD, I got the original unmodified source tarball, a diff file, and a shell script with build options - not some mysteriously customized source tarball that the distro thinks is somehow better than the original, but the original tarball plus Slackware's modifications - meaning, I can easily make the same modifications to a new version of the source.
Is Slackware perfect? Well, no, maybe not - but that's OK, because if something's not to my liking, Slackware doesn't get in my way if I want to do it myself. I can just build a new version of BIND from source, uninstall the old one, install the new one, and not worry about other packages maybe depending on BIND somehow, or anything else weird.
So, let me join the other Slackware fans here with a hearty "THANKS, PATRICK!"
$x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
$x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
Hello fellow Slackware users and newcomers, just a few comments to help clarify a few things.
Slackware 9.1 comes in two CDs and it's Installation is text-based.
I would personally describe this as a menu based installation. ie: use arrow keys to select packages/options.
The only snag might be that the user will need to use the command line and not extremely user-friendly fdisk application to create partitions for Slackware.
cfdisk is also available which is menu based.