LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: Are you for or against systemd?
Love it! 10 9.35%
Don't like it, prefer a different one! 30 28.04%
HATE IT!! 34 31.78%
Could not careless! 33 30.84%
Voters: 107. You may not vote on this poll

Reply
  Search this Thread
Old 04-24-2017, 10:57 AM   #106
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367

Quote:
Originally Posted by sundialsvcs View Post
You need to explain to me, for example, why it's necessary for my five hundred computers to create individual ASCII (binary is not allowed, of course ...) files, only in their own /sys/log directories[etc]
This can usually be accomplished via an external log server. You don't need the whole kitchen sink. OpenBSD's syslogd(8) fully supports this kind of functionality, not sure with regard to Linux.

But actually if it works for you, I don't see the problem. But others are free to dislike it for various reasons. Also your argument works both ways - take your arguments to the mailing lists or forums for an OS which doesn't use systemd and argue the case for binary logs/systemd (using as many bbcode tags as you like).

Last edited by cynwulf; 04-24-2017 at 11:17 AM.
 
Old 04-24-2017, 11:02 AM   #107
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Yes but why so much "hate" you and I can only speculate‽
 
Old 04-24-2017, 11:14 AM   #108
alabit
LQ Newbie
 
Registered: Nov 2014
Location: Hoffman Estates, IL
Distribution: Debian
Posts: 27

Rep: Reputation: Disabled
I voted Don't like it The way I see it there is more scripting in computing than ever before, the concept of the toolchains is everywhere in virtualization, on the web, even in databases.
One example is web2py, on Linux it is script, but ported to Windows it is binary. It COULD be binary on Linux, but it is not. It is entirely conceivable for web2py to implement a sqlite-type datastore in python, and then a wholly ENTIRE solution - webserver, database, management and developer IDE become fully scripted. I see this type of software much more desirable than software in binary form.

I do admit much of it is just preference not a fact-based choice, scripts misbehave or break just the same as compiled code does, no difference there. Nevertheless, the script-based solution just "feels" more simpler and more robust than the compiled version. If systemd was some sort of solutions more based on scripts than on compiled code it could be more accepted, maybe.
 
Old 04-24-2017, 11:30 AM   #109
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
I voted "Could not careless!" and love the idea of transparency but can't we decompile a usually faster blob just as well?
 
Old 04-24-2017, 11:37 AM   #110
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Original Poster
Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by jamison20000e View Post
Yes but why so much "hate" you and I can only speculate‽
That is one of the questions I'm wondering myself.

And here's another, would systemd be more acceptable if it did use plain text (ASCII) instead of binary logs?
 
Old 04-24-2017, 11:40 AM   #111
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by jamison20000e View Post
I voted "Could not careless!" and love the idea of transparency but can't we decompile a usually faster blob just as well?
Although I couldn't care less, I couldn't vote "could not careless" because "careless" != "care less", and I could care less about grammar because I care about it a lot.

Using systemd hasn't affected me in the slightest, and I was originally against it, but I can see why it has been accepted by a great number of developers, despite its drawbacks. So now, the only thing that gets me riled is blind evangelism from either side.
 
1 members found this post helpful.
Old 04-24-2017, 11:41 AM   #112
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by jsbjsb001 View Post
That is one of the questions I'm wondering myself.

And here's another, would systemd be more acceptable if it did use plain text (ASCII) instead of binary logs?
Imo, yes it would, although there are other issues that need addressing as well.
 
1 members found this post helpful.
Old 04-24-2017, 11:42 AM   #113
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Or, if it didn't by evolutionarily design branch out system wide?
 
1 members found this post helpful.
Old 04-24-2017, 11:45 AM   #114
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Original Poster
Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by jamison20000e View Post
Or, if it didn't by evolutionarily design branch out system wide?
Good question, 10 out of 10 for you!
 
Old 04-24-2017, 11:45 AM   #115
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
digital infinity exists let's try just to ask if we don't get
 
Old 04-24-2017, 12:32 PM   #116
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Original Poster
Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Based on the reply's so far, it occurred to me, is perception as important as the technical details? (binary logs, etc)

As, I personally, am much more interested in the technical side of things, rather than perceptions, but that's just me, or is it?

What do you think?
 
Old 04-24-2017, 12:47 PM   #117
alabit
LQ Newbie
 
Registered: Nov 2014
Location: Hoffman Estates, IL
Distribution: Debian
Posts: 27

Rep: Reputation: Disabled
None of this is just perception.
I suspect it is mostly the admins and the users, not the developers, who have issues with systemd. And not just with systemd but also the other 'non-monolithic' part of the software like the the dependencies, and the added functionality like avahi. When I started a new learning project to put a one-box SaaS cloud together I did not know about systemd, and how it is going to affect me in selecting and building minimal VM images. I do not have the know-how to roll a Linux from Scratch for my VM images, but a minimal system sounds more 'minimal' to me with sysvinit than with systemd. It could make more sense for me to learn BSD and chroot, vagrant and/or docker that than a Linux distro with systemd. On the surface this might be THE difference which makes a deployment model totally inappropriate. Those of us who do not have the good fortune to work at some of the major cloud providers little things like this may appear to be pretty involved, and forums like this are the only rescue.

Last edited by alabit; 04-24-2017 at 02:42 PM. Reason: avahi is the correct name
 
Old 04-24-2017, 01:13 PM   #118
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Original Poster
Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Does perception even matter? Or is it completely irrelevant?

What do you think?

Last edited by jsbjsb001; 04-24-2017 at 02:11 PM. Reason: irrelevant NOT irreverent, oops!
 
Old 04-24-2017, 02:30 PM   #119
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,118
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Wonder how many who "HATE IT!!" really went to programming school or equivalent?!.
Not me <go to school?>. That is for sure. Hate is not the word in my case. Just like a rabid skunk.
I_don't_hate_them. But I don't hang with them or keep them as pets either.

My uneducated mind found flaws that I pointed out earlier in this thread. Emotion and philosophy did not
shape my attitude, or, on what I consider a un-needed complication that you are not able to even edit or change behaivior.
Supposedly. One of Gnu/Linux strong points.

If I want no control. Might as well spend the money on Mac.

So in my case. Uneducated? Don't even go there. Even a Peon with a 4th grade education knows how to
survive in the Chihuahua desert where a desk jockey would be dead in day.

Quote:
Does perception even matter? Or is it completely irreverent?

What do you think?
Perception aint the point. It either breaks or it don't. If the ladder collapses and you break your feet, ankles, and legs.
Perception is just sand being pounded up your keister.
Cuz you are still broken.

Systemd broke my system. Nuff said.

Edit: I guess not <nuff said>

If it is great with unicorns and pink butterflies. Why all the bug reports with no fixes?
Why lock bug reports. Why be defensive when stuff goes wrong and blame the user.

2nd edit: No I aint gonna waste time posting links to back up what I am saying.
I did thjat earlier and it is just a waste of time in this thread.
Been there and done that in previous threads like this one.

Last edited by rokytnji; 04-24-2017 at 02:40 PM.
 
Old 04-24-2017, 02:52 PM   #120
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,662
Blog Entries: 4

Rep: Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942Reputation: 3942
"But, wait!" Your Mac does not use init, either!

It uses a progenitor-process named launchd, which, I must say, is very similar in principle to launchd, and therefore(!) which is proof positive(!) that "Steve Jobs(!) secretly conspired(!!) with Bill Gates(!!!) to ... to ... to ..."

... to ...

... whatever.


Last edited by sundialsvcs; 04-24-2017 at 02:53 PM.
 
  


Reply

Tags
init, systemd



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: systemd 230 Launches with DNSSEC Enabled by Default in systemd-resolved LXer Syndicated Linux News 0 05-22-2016 11:41 AM
Can't access full journalctl from script via systemd service even though user is in systemd-journal group iwtbf Linux - Newbie 0 02-19-2016 02:44 PM
LXer: Why pro-systemd and anti-systemd people will never get along LXer Syndicated Linux News 0 05-15-2015 11:44 PM
LXer: Is systemd as bad as boycott systemd is trying to make it? LXer Syndicated Linux News 0 09-03-2014 05:50 PM
Boot Delay 30min: systemd-analyze blame systemd-tmpfiles-setup.service BGHolmes Fedora 0 07-27-2011 09:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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