LinuxQuestions.org
Help answer threads with 0 replies.
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


Closed Thread
  Search this Thread
Old 07-31-2011, 09:02 AM   #46
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299

Ugh - getting ugly.

I think the issue here is clearly a question of benefits vs costs. Sure, systemd will shave 5 (or even 10) seconds off my boot time. But at what cost ? - changing 30 or 40 startup scripts that have had the benefit of 10-15 years to mature and become rock-solid.

No thank-you. I'd rather see more effort going into things that actually benefit me, like getting LibreOffice into Slackware, or making the multimedia experience better, or the networking more reliable.

And the Linux kernel is NOT superior to all other kernels out there. You go ask the realtime folk, or the Solaris folk and I'm sure they'll disagree. Hell - even BeOS was giving a better multimedia experience 10 years back.
 
3 members found this post helpful.
Old 07-31-2011, 09:25 AM   #47
KnutBluetooth
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Mark Pettit View Post
Ugh - getting ugly.
I think the issue here is clearly a question of benefits vs costs. Sure, systemd will shave 5 (or even 10) seconds off my boot time. But at what cost ? - changing 30 or 40 startup scripts that have had the benefit of 10-15 years to mature and become rock-solid.
If you had read the link I posted you'd know that the boot speed is merely a side benefit compared to the many advantages systemd provides. Systemd is not just a replacement for init it does many other things. The startup scripts won't need 10 to 15 years to mature simply because there's no such thing as startup scripts in systemd. It's simple, short, consistent config files and there's nothing to develop because as mentioned by someone in this thread, it already works on slackware as we are speaking.

Quote:
Originally Posted by Mark Pettit View Post
No thank-you. I'd rather see more effort going into things that actually benefit me, like getting LibreOffice into Slackware, or making the multimedia experience better, or the networking more reliable.
That would certainly be nice as well.

Quote:
Originally Posted by Mark Pettit View Post
And the Linux kernel is NOT superior to all other kernels out there. You go ask the realtime folk, or the Solaris folk and I'm sure they'll disagree. Hell - even BeOS was giving a better multimedia experience 10 years back.
It's superior in the sense that it provides the best hardware support - by far - after Windows. That's a hard, indisputable fact. Haiku is a very cool OS. But I couldn't use it right now because it doesn't or only has limited support for most of my hardware.
 
Old 07-31-2011, 10:43 AM   #48
Ivshti
Member
 
Registered: Sep 2008
Distribution: Linvo
Posts: 132

Rep: Reputation: 43
From a desktop distribution perspective, systemd has a lot of advantages and it's totally justified - a new, redesigned init system is NEEDED. First of all, in a modern Linux boot process, a very little amount of things have to be started, due to the fact that many services and daemons are handled on-the-fly by DBus. That leads to people overestimating the complexity of the boot process - you need no more than 5 daemons.
Second of all, systemd handles internally a lot of things that are just UGLY if handled by shell scripts.
Just read this: http://0pointer.de/blog/projects/systemd.html
And from an administrator's point of view, handling services is easier with systemd.

The "don't touch the 15-year-old rock-solid boot scripts" argument is invalid: it's not rocket science to redesign the boot process and still end up with a solid one. It's just not that complex!

Last edited by Ivshti; 07-31-2011 at 10:44 AM.
 
2 members found this post helpful.
Old 07-31-2011, 10:48 AM   #49
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
I have read the link - but the point here is whether Slackware needs systemd any time soon. Generally speaking Slackware works well for me and I don't pine for any of the things the article claims for. Maybe I'm like the pig who's happy to wallow in the garbage, but at least, like the pig, I'm happy. If the pen were cleaned, the pig would be unhappy. :-)
 
Old 07-31-2011, 10:59 AM   #50
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
Developers always think they're right but they more than often see things only through the limited perspective of their own software. Not the big picture of a system as a coherent whole. And so the system ends up to be an inconsistent mess. Haven't the people who vaunt OS portability as the holy grail also mentioned anything about the concept of spaghetti code ? And that's a bloody shame because the Linux kernel is superior to everything else out there as far as kernels in the UNIX world and pretty much also beyond it. Lennart Poettering and RedHat are pushing for more coherence and simplicity. And that's good news except for people whose hobby is to do system administration.
Those people whose hobby is system administration have some regard for users of legacy systems, unlike the attitude demonstrated here (from http://0pointer.de/blog/projects/systemd.html), which also fails to convince of a commitment to "more coherence and simplicity".
Quote:
Will this run on [insert non-Linux OS here]?
Unlikely. As pointed out, systemd uses many Linux specific APIs (such as epoll, signalfd, libudev, cgroups, and numerous more), a port to other operating systems appears to us as not making a lot of sense. Also, we, the people involved are unlikely to be interested in merging possible ports to other platforms and work with the constraints this introduces. That said, git supports branches and rebasing quite well, in case people really want to do a port.
Actually portability is even more limited than just to other OSes: we require a very recent Linux kernel, glibc, libcgroup and libudev. No support for less-than-current Linux systems, sorry.
If folks want to implement something similar for other operating systems, the preferred mode of cooperation is probably that we help you identify which interfaces can be shared with your system, to make life easier for daemon writers to support both systemd and your systemd counterpart. Probably, the focus should be to share interfaces, not code.
As the developer of sytemd also notes (again from http://0pointer.de/blog/projects/systemd.html)
Quote:
Shell is fast and shell is slow. It is fast to hack, but slow in execution.
The "fast to hack" is actually the key for me. Boot time execution is not the holy grail for me, but rather control of the final operating system environment.

Bottom line, if it ain't broke then don't fix it.

Last edited by allend; 07-31-2011 at 11:01 AM.
 
6 members found this post helpful.
Old 07-31-2011, 11:11 AM   #51
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
Actually, instead of putting as much thought into my answer as I did, I should really have said the first thing that came to my mind after reading about the dozens (and dozens) of systems that systemd plays with - "What could possibly go wrong !"
 
3 members found this post helpful.
Old 07-31-2011, 08:17 PM   #52
KnutBluetooth
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 24

Rep: Reputation: Disabled
I guess the issue basically boils down to this :

* If slackware wants to be relevant on the desktop it needs to switch one day or another to systemd.

* If slackware just aims to be a BSD with better hardware support but without consistency (which means it aims to be relevant only on the server side of things) than sysvinit is good enough.

Anyway. I can foresee that after a while Slackware will be forced to get rid of sysvinit anyway because it will inevitably bitrot. And so slackware will probably end up switching to initng or something of the kind.

Quote:
Originally Posted by Mark Pettit View Post
Actually, instead of putting as much thought into my answer as I did, I should really have said the first thing that came to my mind after reading about the dozens (and dozens) of systems that systemd plays with - "What could possibly go wrong !"
I guess you missed the part about systemd's modularity through the mecanism of socket activation.

Last edited by KnutBluetooth; 07-31-2011 at 08:31 PM.
 
Old 07-31-2011, 10:31 PM   #53
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
If slackware wants to be relevant on the desktop it needs to switch one day or another to systemd.
No, it just means that you won't run it on your desktop.

And I guess that you missed the part about "don't fix things that aren't broken".
 
1 members found this post helpful.
Old 07-31-2011, 10:41 PM   #54
KnutBluetooth
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
No, it just means that you won't run it on your desktop.
Wanna bet ?


Quote:
Originally Posted by Richard Cranium View Post
And I guess that you missed the part about "don't fix things that aren't broken".
Sysvinit is broken by design. It can't keep track of daemons that have multiple processes. It relies on hacks such as pid files. It's a pile of shell scripty kludges that were invented ad hoc to get around it's inherent limitations. Systemd can do that better and properly. And much more...
 
1 members found this post helpful.
Old 07-31-2011, 10:48 PM   #55
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I foresee that this will follow the LILO vs GRUB debate. There will be adopters of systemd and, if a substantial satisfied user base develops that can be accommodated without warping Slackware too much, then systemd may well appear in /extra. Slackware is about choice.
 
Old 08-01-2011, 12:37 AM   #56
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by KnutBluetooth View Post
Maybe this ought to be read before ignorantly bashing systemd :
http://0pointer.de/blog/projects/why.html
Quote:
systemd is also a big opportunity for Linux standardization. Since it standardizes many interfaces of the system that previously have been differing on every distribution, on every implementation, adopting it helps to work against the balkanization of the Linux interfaces. Choosing systemd means redefining more closely what the Linux platform is about. This improves the lifes of programmers, users and administrators alike.
http://xkcd.com/927/
 
7 members found this post helpful.
Old 08-01-2011, 05:45 AM   #57
Ivshti
Member
 
Registered: Sep 2008
Distribution: Linvo
Posts: 132

Rep: Reputation: 43
Quote:
Sysvinit is broken by design. It can't keep track of daemons that have multiple processes. It relies on hacks such as pid files. It's a pile of shell scripty kludges that were invented ad hoc to get around it's inherent limitations. Systemd can do that better and properly. And much more...
Very well said!

I hardly think this is going to happen with systemd. For the moment, there is no single similar standard to unify Linux start-up and configuration except systemd. There are many init systems, but they do only that - init. Systemd is planned to do much more and to give you an universal API to configure the system. For that reason, GNOME plans to use it. Also, all big distributions plan to use it. With so many big players agreeing on using systemd, I hardly think there is going to be an alternative developed.
 
Old 08-01-2011, 05:52 AM   #58
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by Ivshti View Post
For the moment, there is no single similar standard to unify Linux start-up and configuration except systemd. There are many init systems, but they do only that - init. Systemd is planned to do much more and to give you an universal API to configure the system.
I don't need that, I'm fine with my configuration text files and I find nosey for my daily job any layer over those, but this is a personal consideration.
Quote:
For that reason, GNOME plans to use it. Also, all big distributions plan to use it. With so many big players agreeing on using systemd, I hardly think there is going to be an alternative developed.
what we have now counts?
 
Old 08-01-2011, 09:04 AM   #59
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Startup and configuration. Can it wash my socks, too?

That's not the Unix way of doing things.
 
3 members found this post helpful.
Old 08-01-2011, 09:08 AM   #60
KnutBluetooth
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
Startup and configuration. Can it wash my socks, too?

That's not the Unix way of doing things.
Do you have any other pavlovian sophisms in store ?
 
0 members found this post helpful.
  


Closed Thread



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
Informaton on systemd init system? arashi256 Linux - Newbie 1 06-04-2011 07:06 PM
LXer: openSUSE 11.4 M6 Kills HAL, Brings WebYaST, Avoids SystemD LXer Syndicated Linux News 0 01-28-2011 11:50 PM
LXer: This week at LWN: Systemd and Fedora 14 LXer Syndicated Linux News 0 09-07-2010 01:00 AM
LXer: Systemd Test Day on Tuesday 2010/09/07 LXer Syndicated Linux News 5 09-06-2010 10:52 AM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM

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

All times are GMT -5. The time now is 11:17 AM.

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