LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 04-02-2014, 07:26 AM   #1
McZ
Member
 
Registered: Aug 2012
Posts: 46

Rep: Reputation: Disabled
What is so bad with systemd?


I have been reading lots of hate about systemd, but why?

I have implemented systemd in my LFS, before the LFS systemd book was made. Just because I want to try it, and I didn't want to spend time writing my own boot scripts before I got my LFS build scripts working.

Now my build scripts is working, so I have plans on updating them to the latest LFS release (or maybe current dev book). But before that I need to decide if I'm going to hang on to systemd or change. I really do like BSD init.

So, what is wrong with systemd? discuss! no flame wars..
 
Old 04-02-2014, 08:15 AM   #2
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
For me and why I was agitated by Systemd, a lot had to do with the way Systemd was rushed into Fedora which I was using at the time. Compared to GRUB2 which was a demo project in Fedora for years, Systemd was on rails. Within a year of Lennart Poettering's initial announcement of Systemd (which I now cannot find), Fedora planned to replace Upstart/SysV with Systemd in Fedora 14. But the devs were nervous, chickened out, and delayed it to Fedora 15. I remember reading comments by Lennart somewhere about that at the time. He was pissed since he had worked hard to get it ready for Fedora 14. Six months later, Fedora 15 was released with Systemd as the default.

When Fedora 15 came, in addition to me having to learn a bunch of new stuff that I was not interested in, Systemd made my computer reboot about half of the time when it was shutdown. I would shutdown, get up to leave, and the thing would turn back on about the time I got to the door. I never figured that out. I even found comments by Lennart to some others with similar complaints, and he had nothing to suggest other than some scheme to generate a shutdown log to sift through. I ended up figuring out a way to install Fedora 15 starting from a minimal system without using Systemd. And it worked, too. But I had to maintain the SysV scripts myself with rsync after every system update because the various package maintainers were beginning to make their update rpms delete their old SysV and Upstart stuff (and Fedora was making them do that, or else). Systemd is not just another package. It's a core component probably second only to the kernel.

So Lennart was pissed that Fedora delayed Systemd. But by now, I was pissed that it hobbled my erstwhile solid system. I left Fedora forever. I stopped merely thinking about LFS and started building it looking to gain back the feeling of control I thought I had lost to Systemd. I never went back to Fedora, and I've been using BLFS for several years. Now, Systemd is muscling its way into that.

I guess the short version of all this is: I didn't have a problem for Systemd to fix. I didn't ask for it. It was forced on me. It gave me new problems. It wasn't transparent or user-neutral. I couldn't get rid of it or work around it. So it bugged me. Still does. BTW, I highly regard Lennart Poettering as a person and Linux contributor.

P.S.: You probably should edit your thread's title to mention LFS or it might get moved (in case it matters).

Last edited by stoat; 04-03-2014 at 07:33 AM.
 
3 members found this post helpful.
Old 04-02-2014, 09:08 AM   #3
Lennie
Member
 
Registered: Aug 2012
Location: Sweden
Distribution: LFS, built with pacman
Posts: 374

Rep: Reputation: 85
Quote:
Originally Posted by McZ View Post
So, what is wrong with systemd? discuss! no flame wars..
Good luck to have a discussion about systemd without flamewars...

I hate it because it is so terribly bloated. I don't need all that crap, and I want to keep my system as simple as possible. I have written my own initscripts in bsd-style.

I left Arch because of systemd, and I really loved Arch until then...


Actually, the reason I hate systemd is not because it is bloated - there are other blotware that I don't waste energy on hating, I just ignore them. The real reason I hate systemd is because it is like a religious mission trying to force it upon everybody.
 
4 members found this post helpful.
Old 04-02-2014, 12:36 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if you really NEED the old init system
install the legacy RHEL5 or the current RHEL6
 
Old 04-02-2014, 03:21 PM   #5
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
Quote:
Originally Posted by John VV

if you really NEED the old init system
install the legacy RHEL5 or the current RHEL6
Linux From Scratch still uses SysV, but now offers Systemd. I think the OP has built both versions of LFS and now just wants to read some opinions before deciding which way to stick with.
 
Old 04-02-2014, 03:58 PM   #6
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Systemd offers no real benefits that are not currently available through the standard system other than controlling the OS through a sealed interface-less hyper-visor in PID-1.

All the touted features of systemd are available as modular units.

sysvinit, OpenRC, or Runit
pm-utils
inetd
acpid
sysklogd
watchdog
cron
atd
consolekit
eudev
libcgroups
perp, daemontools, or Runit
dhclient, dhcpcd, or networkmanager

Basically put, it's all those tools in one toolkit in a sense MACified to make things easier, but with an extreme level of complexity that isn't warranted, needed, or required by GNU/Linux.

On paper it's nice, but in practically it's vastly overbloated because it requires extras from BLFS that may or may not be needed by an administrator and could lead to potential security hazards. The very fact it becomes a hard dependency within the system is another bad problem. In order to remove systemd, you basically have to scrub the system and rebuild it all over again. It also claims to be sysvinit script friendly, but it's not. All service daemons have to be redrafted using service start files and can not truly use sysvinit scripts unless called because the service manager will not assign a socket to that application.

Systemd basically is a clone of what Sony Computer Entertainment did with their PlayStation 3 Operating system with a locked hyper-visor that only allowed privileged software access to underlying resources, which was very little, if any at all.

Plus, there is another factoid...

Systemd is far from completed featurewise... when completed it's entire ultimate long-term goal is to completely eliminate the need for the current GNU operating system, shell interfaces, compilers, libraries, and other kernel handling toolkits. Basically put... Linux OS (or systemd-OS if you want to be technical).

Plan9 actually has done this with UNG/Linux, but on a more modular scale that is at least backwards compatible with GNU.

Last edited by ReaperX7; 04-02-2014 at 04:04 PM.
 
2 members found this post helpful.
Old 04-02-2014, 08:56 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
Take a look at this thread, and particularly the link in the first post.

http://www.linuxquestions.org/questi...rs-4175500369/
 
1 members found this post helpful.
Old 04-02-2014, 11:11 PM   #8
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Yeah, already saw Frank, and from what I've gathered from backtracking through the mail there, Kay and Lennart are on thin ice trying to hijack kernel commandline functions which is a major no-no of kernel developers. Not only that but it seems Linus has nicer things to say about Nvidia compared to how he feels about Lennart and Kay not fixing stuff and letting bugs pile up endlessly, as well as their attitudes towards problems and code submissions.

I honestly wouldn't be surprised if they actually start a war with the Linux developers and Linus and the developers just start going through the code base and dumping out udev and systemd derived code, and in the end GNU/Linux goes back to DevFS and Hotplug. I could imagine how Red Hat would deal with both Lennart and Kay in terms of their employment with them as well.

It also appears kdbus got quickly put to death as well due to all this.

We all better start dusting off our archived sources and patch set for DevFS and Hotplug, because at this rate, them, HAL, and all those other long dead projects we used to use in GNU/Linux may need to be forcibly revived. I've already been scrapping up the sources for each and all known patch sets to work on getting them compiled, and updated for newer kernels, rule sets, and other stuff.

Whatever the rate, this isn't over, and the fireworks have yet to fly.

Last edited by ReaperX7; 04-02-2014 at 11:25 PM.
 
Old 04-03-2014, 01:50 PM   #9
McZ
Member
 
Registered: Aug 2012
Posts: 46

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by stoat View Post
Linux From Scratch still uses SysV, but now offers Systemd. I think the OP has built both versions of LFS and now just wants to read some opinions before deciding which way to stick with.
Exactly this ^ altough I have missed all the "war" going on against systemd

Quote:
Originally Posted by frankbell View Post
Take a look at this thread, and particularly the link in the first post.

http://www.linuxquestions.org/questi...rs-4175500369/
I sure as hell don't like their attitude towards bug reports discussed there... looks like systemd is going bye bye

Last edited by McZ; 04-03-2014 at 01:52 PM.
 
Old 04-03-2014, 09:00 PM   #10
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
Okay, so Udev extracted from Systemd was out of the LFS book and Eudev was in (for a few days). Now Eudev is out and Systemd itself is in. But SysVinit will still be there and scripts will be used to configure the system for one or the other, I guess.
http://news.gmane.org/find-root.php?...02%40gmail.com
 
Old 04-03-2014, 10:49 PM   #11
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
systemd will not be going in my future builds. I'll keep eudev and all info on it with a buildscript. I refuse to poison my system with that garbage.

Bruce shouldn't be playing fast and loose with systemd being it's still technically in development and isn't near a stable long term release.

If needed guys I'll draft up a hint we can see about getting stickied here for anyone willing to avoid using it. I still have my eudev book, and it looks like I'll be keeping it for some time unless Bruce recants this decision.

Last edited by ReaperX7; 04-03-2014 at 11:12 PM.
 
Old 04-14-2014, 10:30 PM   #12
Luridis
Member
 
Registered: Mar 2014
Location: Texas
Distribution: LFS 9.0 Custom, Merged Usr, Linux 4.19.x
Posts: 616

Rep: Reputation: 167Reputation: 167
From a purely technical perspective, it's not very modular and creates lots of dependency by absorbing other things in non-modular ways. That, by itself is very contrary to the traditional UNIX philosophy of focused, modular and simple. There's been a lot of feature creep in that whole project.

It can be said that all of that is normal to overhaul processes in software development, and that it will eventually shake out. However, there are serious personality clashes between some members of that team and large portions of the Linux community.

Personally, I don't use systemd because I tried it on Debian and there was no noticeable difference to me, other than it changing the way some things work that I didn't see a need to change. But, I run in console mode most of the time, and the real difference is supposed to be on the desktop.

Why do I run in console? I hate X, always have and always will. That's not to say I hate GUI's, I've used plenty, and liked them. X I hate though... really, really hate it. Even when it's not buggy, it's still flaky, things like text-selection and whatnot... drives me nuts.

Last edited by Luridis; 04-14-2014 at 10:40 PM.
 
Old 04-15-2014, 12:39 AM   #13
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
One of biggest beefs I personally had was how LP said BSD was a irrelevant toy OS when everyone who knows the history of GNU/Linux all know BSD was responsible for GNU/Linux being born as well as one of the breeding grounds for a lot of software for modern Linux.

BSD has contributed a lot to GNU/Linux and he takes those contributions far too lightly.

The other beef I have is how falsified the supposed backwards compatibility with sysvinit scripting is portrayed by LP and crew. If you don't use systemd exclusively you don't get service daemon management and you end up with a huge dependency pit as well as a vast amount of unnecessary software cluttering the system unused.

The Gentoo people saw this.

On top of that his sheer attitude towards UNIX on the whole is extremely condescending and his willingness to trash POSIX, one of the standards that GNU/Linux has a goal towards, as well as the philosophy of UNIX as quoted by Doug Mcllroy, leaves me to wonder how such a reckless buffoon could have ever gained such a following.

One thing that angers me is that hardly any GNU/Linux distributions attempted to use more sound init alternatives like OpenRC, s6, Runit, Upstart, and other 3rd party init solutions which do the same thing as systemd (parallel daemon startup and management) but aren't a dependency pit, allow full sysvinit compatibility and compliance, and have unnecessary software if you opt to use sysvinit.

Last edited by ReaperX7; 04-15-2014 at 12:44 AM.
 
Old 04-15-2014, 12:45 AM   #14
Luridis
Member
 
Registered: Mar 2014
Location: Texas
Distribution: LFS 9.0 Custom, Merged Usr, Linux 4.19.x
Posts: 616

Rep: Reputation: 167Reputation: 167
Their willingness to abandon POSIX will have bigger implications later when people start running into issues porting things from OSX.
 
Old 04-15-2014, 02:27 AM   #15
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Exactly and with Apple's launchd now being open sourced out to the public, launchd could in fact be utilized as a Cross-Platform system management daemon. FreeBSD even has a work-in-progress port of it to possibly be used as an alternative to bsdinit+devd+hald that's starting to show some weaknesses. If launchd can be ported it would bring a full featured daemon manager and init system to BSD that is very well established. It could even have a Linux port if work is done.
 
  


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
systemd responsible for climate change, bad coffee, and athlete's foot mrclisdue Slackware 23 11-15-2013 06:57 PM
LXer: Fedora 18 Spherical Cow review - Bad bad bad LXer Syndicated Linux News 0 01-20-2013 03:11 PM
Boot Delay 30min: systemd-analyze blame systemd-tmpfiles-setup.service BGHolmes Fedora 0 07-27-2011 09:02 AM
Bad, Bad, BAD! (Firefox is basically ditching html5 video support) smeezekitty General 11 05-05-2010 06:29 PM
Bad mount of .mdf - "wrong fs type, bad option, bad superblock, on /dev/loop0" Maybe-not Linux - General 2 02-29-2008 01:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 03:23 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