LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-24-2005, 03:45 PM   #16
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Rep: Reputation: 30

Quote:
Originally posted by Namaseit
This forum has been getting clouded with this crap more the last few months and I don't know why. I know you guys are experimenting with different distros. I did too for a long time. Finding which distro pisses you off the least can take awhile. Just my opinion, but slackware puts up the least amount of barriers, if any, for me to get what I want done. All I remember about other distro's is fighting with them anytime I wanted to go outside the boundaries of what was setup, even just the tiniest amount. Slackware lets you tinker with *everything* about it. I have made PXE boot initrd images out of slackware, bootable usb flash sticks, custom recovery livecd's. For one of my servers I have slackware running off a Read-Only 512Mb CF Card combined with a loopback FS using Unionfs. It took me less than 2 hours to have it setup and running. The only problem I even had was with pivot_root and that's because I was giving it a bad directory name by accident. To me, slackware is a "pure" distro. It lets the user define what they want their system to be. If you don't use slackware for a long time and really get into it deeply you probably won't even understand what I mean but it's absolutely true. You can ask any long time slackware user.

Things can be based off slackware but they will never *be* slackware or anything like it. If there was I wouldn't only have slackware on all my servers/desktops/laptops.

Package managers like gentoo's and debian's are interesting and that is about all. I don't really install too many packages past the default install honestly. Amarok, mplayer, qemu, digikam, mythtv client. I have slack packages I created for all of them as well. So if I did reinstall, it's a simple installpkg away from having it again.
I understand exactly what you mean. I've tried several different distros and couldn't use any of them more then a few days.

But Arch sounds interesting.

And I think this thread is great (not crap).
 
Old 11-24-2005, 04:43 PM   #17
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
Arch is really good. It would be my favorite if it wasn't for Dropline Gnome on Slack.


Arch is more simple than slackware. Installing Arch is like LFS. Very very little is included, including headers. However, packages are not seperated into -dev packages. Doing a pacman -S kde will install KDE, X11, and the development headers.(unless of course you already have X11 installed, then it wont) From there, if you want to remove KDE do a pacman -Rcs kde and it will remove KDE, everything that depends on KDE, and everything that KDE depends on that isn't being used by another package.

It's really quite nice. Lets say you want to remove X11 on slackware. Very difficult. You can removepkg the individual packages, but that will take forever, and chances are you'll have programs left. If you do a pacman -Rcs xorg, it'll remove Xorg, everything that Xorg depends on that isn't being used by anything else, and everything that depends on Xorg(of course it will also tell you what it is going to remove before it does it, so you know if you are about to do something stupid)


I think arch takes the best from slackware and gentoo, and leaves out the worst from slackware and gentoo.
 
Old 11-24-2005, 07:07 PM   #18
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
I will say first that I am a happy Slacker and have been for many years. I installed and used Arch a couple of times. There have been some rather strange comments so far that makes me wonder if some of the posters have actually used Arch or Slackware.

Overall I would say using Arch was a positive experience. It installed well. Pacman is a great piece of work. I had a couple problems with it however. The first is its use of file hierarchy for installing files. I am used to having my apps installed to /usr/bin. I also had some problems with compiling non official packages. I suspect it was just dependency problems but since I was just trying out the distro I didn't waste a lot of time trying to solve the problem. If I was looking for a distro and had to have an automatic package management system with dependency checking, I would go with FreeBSD or Debian.
 
Old 11-25-2005, 01:16 AM   #19
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Rep: Reputation: 30
Quote:
Originally posted by ringwraith
I will say first that I am a happy Slacker and have been for many years. I installed and used Arch a couple of times. There have been some rather strange comments so far that makes me wonder if some of the posters have actually used Arch or Slackware.

Overall I would say using Arch was a positive experience. It installed well. Pacman is a great piece of work. I had a couple problems with it however. The first is its use of file hierarchy for installing files. I am used to having my apps installed to /usr/bin. I also had some problems with compiling non official packages. I suspect it was just dependency problems but since I was just trying out the distro I didn't waste a lot of time trying to solve the problem. If I was looking for a distro and had to have an automatic package management system with dependency checking, I would go with FreeBSD or Debian.
The thing is, with Slackware I always have the feeling that I have a ton of unused packages. I just would like a system that would check this for me and only install the ones necessary. But I don't want it to be like Debian which will bitch with custom packages because you have randompackage-1.2.12 instead of randompackage1.2.11. So how nazi is this dependency checking of Pacman?

edit. Oh I know apt's warnings can be ignored. It's just not very cool to have warning messages everytime I use it.

Last edited by Haiyadragon; 11-25-2005 at 01:17 AM.
 
Old 11-25-2005, 05:03 AM   #20
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
Quote:
Originally posted by Haiyadragon
The thing is, with Slackware I always have the feeling that I have a ton of unused packages. I just would like a system that would check this for me and only install the ones necessary. But I don't want it to be like Debian which will bitch with custom packages because you have randompackage-1.2.12 instead of randompackage1.2.11. So how nazi is this dependency checking of Pacman?
edit. Oh I know apt's warnings can be ignored. It's just not very cool to have warning messages everytime I use it.
interesting thread..
that is the interesting thing and a big difference between (Arch+Slackware) x (Debian+Gentoo): the "vanilla" approach. you don't have a lot of patches packages and "heavy" dependency checks in Arch+Slackware. Pacman uses the performance of C++ with a light package structure. the result: speed.
regards,
slackie1000
 
Old 11-25-2005, 07:44 AM   #21
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
Why is this thread even on the Slack forum? And why are so many 'commited' Slack users so happy to diss the distro that holds true to it's Nix roots.
Come on people, let just agree that the two are different, but that Slack still rules!
 
Old 11-25-2005, 08:42 AM   #22
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Quote:
Why is this thread even on the Slack forum?
Because I wanted to ask Slackware users who've *used* both distros what they think about Arch. I thought it would be a nice perspective because these distros are quite similar, but have quite a few differences as well.

That should tell you that I rate Slackware quite highly. I cannot understand why some Slackware users should feel the need to say "Slackware rules" all the time or feel threatened whenever somebody makes a honest comparison.

Similarly if other people start "dissing" Slackware, I cannot help it.

If you want this thread to be moved to the main distributions forum, feel free to report this thread to a moderator to move it out of here.

Last edited by vharishankar; 11-25-2005 at 08:43 AM.
 
Old 11-25-2005, 01:17 PM   #23
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
you *can* do a very basic slackware install without all the extra stuff -- you can do basically anything you want with slack. and it is mega-stable, too. i think arch is easier/faster to deal with if you want something minimal, though. pacman handles everything very cleanly. and it's the fastest distro i've ever used. with very few exceptions i have found the community there extremely helpful (and accurate) with every problem i've ever had. but the wiki covers most everything anyway, so i've never really had to be on the forums much. maybe there's a lot that goes on there or a lot of "attitude" that i just haven't detected. overall, i'd say it's one of the better linux distros out there. and to think it's not even at version 1 yet.
 
Old 11-25-2005, 08:38 PM   #24
DeadPenguin
Member
 
Registered: Nov 2004
Location: Delaware
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
Thank you for the thread I have found the discussion very interesting.

Slackware is my favorite distro. It is the distro I always come back to. I can't really put it into words except the distro just feels right.

It is solid a s a rock. On most systems I run slack+fluxbox and my oldest box still runs fast.

I have tried arch and I like it also. same goes for gentoo-debian-ubuntu. If slackware had a 64 bit offering I would use it on all my boxes.
 
Old 11-26-2005, 08:04 AM   #25
AxelFendersson
Member
 
Registered: Mar 2004
Location: Darkest Oxfordshire
Distribution: Arch, Slackware
Posts: 184

Rep: Reputation: 32
I used Slackware for well over a year before switching over to Arch back in March. A lot of the things I liked about Slack are also true of Arch.

If you took Slackware, optimised it for i686 (so that it's even faster than Slack's already impressive speed), used bleeding-edge packages, and added modern package management (which is done very well), you wouldn't be far from Arch. Much as I loved Slack, I love Arch even more.

But if you were thinkng of trying it, you might want to wait until the 0.7.1 release. Installing from a 0.7 CD will leave you with a few ideosyncracies (DevFS for example) that have since been removed, and may cause you headaches when you try to update.
 
Old 11-26-2005, 09:08 AM   #26
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
While we're getting rid of the capability to run on older machines, and tossing out the package management system lets just throw out the init system for a total SysV Init style. Then Pat can start using custom patches on kernels for experimental features and experimental patches on packages. Hell, then he can go ahead and start having things install to completely asinine places and putting conf files in the dumbest places possible so that doing the simplest tasks takes forever.

There's distro's that already do all this crap. Slackware is Slackware. Suggesting anything otherwise makes no sense.

BTW, if you look at versions of packages that slackware has in it's repository you can see that it has very new software for a distribution who's philosophies are "simplicity and stability". It lives up to this philosophy exceedingly well too.

And yes, there is a slackware 64bit version. It's called slamd64 although I've never used it. I believe there is a thread in here already about it.
 
Old 11-26-2005, 10:14 AM   #27
Ghost_runner
Member
 
Registered: Jun 2004
Location: Kansas City, MO
Distribution: Fedora (LXQT)
Posts: 276

Rep: Reputation: 30
I use slackware on my mobile pentium laptop, runs like a champ. On my 3.8g amd64 I am using the slamd64 port of slack. I can use all slackpackages, or compile most software from source to make use of any 64bit goodies i can squeeze out of them. I would like to have prelinking for added speed boost, but from my gentoo install, I didn't see that great an increase from this feature.
 
Old 11-26-2005, 10:14 AM   #28
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Quote:
But if you were thinkng of trying it, you might want to wait until the 0.7.1 release. Installing from a 0.7 CD will leave you with a few ideosyncracies (DevFS for example) that have since been removed, and may cause you headaches when you try to update.
Yes. That DevFS thing actually caused me to destroy my Debian installation the first time I did it some time back. After that I put away the Arch CD for a long time and used it only recently. But this time, I was more careful, I guess!

Quote:
There's distro's that already do all this crap. Slackware is Slackware. Suggesting anything otherwise makes no sense.
So have you tried Arch Linux? I only wanted opinions on Arch Linux from Slackware users who've tried Arch Linux.

I never said a word against Slackware and I don't see anybody advocating that Slackware be changed the way it is...

Last edited by vharishankar; 11-26-2005 at 10:16 AM.
 
Old 11-26-2005, 11:44 AM   #29
DeadPenguin
Member
 
Registered: Nov 2004
Location: Delaware
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
There is no slackware 64 was my point.

Slamd64 is an unoffical port of Slackware. It had a lot of bugs when I last used it.
 
Old 11-26-2005, 10:24 PM   #30
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
Quote:
Originally posted by Harishankar
I never said a word against Slackware and I don't see anybody advocating that Slackware be changed the way it is...

Quote:
Originally posted by AxelFendersson
If you took Slackware, optimised it for i686 (so that it's even faster than Slack's already impressive speed), used bleeding-edge packages, and added modern package management (which is done very well), you wouldn't be far from Arch. Much as I loved Slack, I love Arch even more.

I was not even replying to you. Thank you very much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparison of debian, slackware, arch, freebsd ?! gunnix Linux - Distributions 2 11-29-2005 09:57 AM
Cross compiled kernel-2.6.13 for x86-64 arch stops booting under Slackware-10.1 Basel Slackware 4 09-09-2005 12:57 PM
opinions please -- slackware-current drisay Slackware - Installation 5 01-08-2005 12:09 PM
Opinions of the Slackware Mousepad? r_jensen11 General 2 08-04-2004 07:34 PM
Arch vs. Slackware njbrain General 5 03-01-2004 10:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration