LinuxQuestions.org
Visit Jeremy's Blog.
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-28-2017, 12:39 PM   #196
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382

I use busybox as PID 1 aka init (mll); also for "no /etc/passwd", there's nss-systemd (8th bullet in https://lists.freedesktop.org/archiv...er/037698.html), leaving me undecided/don't_care.

Last edited by !!!; 04-28-2017 at 01:03 PM.
 
Old 04-28-2017, 01:45 PM   #197
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by Myk267 View Post
There are good alternatives to SysV, has been since at least '97: http://jdebp.eu./FGA/daemontools-family.html No conspiracy theories needed; nobody uses them. The "if you build it, they will come" methodology really doesn't work on its own.
you can simply use init and run busybox
 
Old 04-28-2017, 02:13 PM   #198
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by Xeratul View Post
you can simply use init and run busybox
What's the advantage of busybox outside an embedded system or a very lightweight distro like dsl?
 
Old 04-28-2017, 03:18 PM   #199
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by hazel View Post
What's the advantage of busybox outside an embedded system or a very lightweight distro like dsl?
you simply do your own distro and do not need to run any Systemd distro
 
Old 04-28-2017, 03:34 PM   #200
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
"What's the advantage of busybox"

There may be little, none or some. I guess if one designed a distro, then they'd have to weigh the merits of using busybox.

Little, easy to install.

None. Hard to maintain.

Some, may offer designer ways to keep their work.

??
 
Old 04-29-2017, 12:24 AM   #201
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by jefro View Post
"What's the advantage of busybox"

There may be little, none or some. I guess if one designed a distro, then they'd have to weigh the merits of using busybox.

Little, easy to install.

None. Hard to maintain.

Some, may offer designer ways to keep their work.

??
It is much better to be really FREE.

You compile your kernel yourself, you launch it from init. you can learn how to make your linux box, using a way eg busybox. Once you learned the process of kernel compiling (Linux) and how to start init, you are at the second learning step of making your own distribution from source. Then, you can build the new operating system on linus kernel the way that you like.

Many times, problems like the one of Systemd will happen. It is clear that one day you will be locked and no longer free. Packages are heavy library, and their version, dependent. Graphical applications/softwares are programmed non longer on X11, but on libraries, that take a severe time to compile. Since there are many other things to do in life, you need others, to compile for you the libraries.

The kernel and operating system of Linux is getting heavier and heavier, more and more complex. There is likely a chance some day that you won't be capable to compile it or won't have time.

Since you get a ready flavor for you, you are completely dependent on others. This is opposite of being free. If you complain today about Systemd, it means that you aren't really free. Sorry. In other words, you use the Linux flavor or in other words, the package or choices of others, including Systemd. This is not freedom, isn't it? You have to have to wait for a group of persons that will fork a distro for you.

Having simple graphical applications and simple basics can make sense to allow a basic system, this allow you to use the kernel and build your operating system the way you like. Today's dependencies have become unrealistic.

If a good application die, because there is no longer a compatibility with libraries, this means that you aren't really free. A code shall be still compilable with gcc in 10 years.

Last edited by Xeratul; 04-29-2017 at 01:54 AM.
 
Old 04-29-2017, 04:02 AM   #202
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Xeratul View Post
you simply do your own distro
sure, why didn't i think of that.
 
Old 04-29-2017, 02:01 PM   #203
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,521

Rep: Reputation: Disabled
I have a couple of systems that have X, a WM, & Firefox.
They are secure, & don't have systemd.
Also they are under 1GB in size.

What are they?

They are OpenBSD.
 
Old 04-30-2017, 03:29 AM   #204
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by fatmac View Post
I have a couple of systems that have X, a WM, & Firefox.
They are secure, & don't have systemd.
Also they are under 1GB in size.

What are they?

They are OpenBSD.
*BSD has been always awesome. BSD is real Unix, with all power and advantages, stable and clean. The cool thing of OpenBSD is available src on CSV.

Probably, many will move to OpenBSD/FreeBSD.
 
1 members found this post helpful.
Old 04-30-2017, 05:24 PM   #205
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
HELP!! I need an intern to code free for me, stat({1,2})!

Quote:
Originally Posted by ondoho View Post
sure, why didn't i think of that.
I want systemd to replace my bootloader, kernel, and PackageManager in My SunOS SMF
https://news.ycombinator.com/item?id=7203364 FUD: did L.P. simply *clone* that SMF?
systemd on wristwatch FUD: systemd is an attempt to replace electrons!

Last edited by !!!; 04-30-2017 at 07:10 PM.
 
Old 05-07-2017, 08:37 AM   #206
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Rep: Reputation: Disabled
By Having tested (for a short time ) on NuTyX, I didn't get it, I'm still looking what's bring Systemd to GNU/linux world where we want:

- Simplicity (commands as short as possible)
- Modularity (one task one module / one package)
- Clean ( not reinventing stuff that's are so crucial and already maintains)
- Nothing done automaticaly in your back, the primary user is the only admin on a such OS
- I forgot the others
 
1 members found this post helpful.
Old 05-07-2017, 08:43 AM   #207
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
We?
 
Old 05-07-2017, 09:28 AM   #208
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by tnut View Post
By Having tested (for a short time ) on NuTyX, I didn't get it, I'm still looking what's bring Systemd to GNU/linux world where we want:

- Simplicity (commands as short as possible)
- Modularity (one task one module / one package)
- Clean ( not reinventing stuff that's are so crucial and already maintains)
- Nothing done automaticaly in your back, the primary user is the only admin on a such OS
- I forgot the others
On the other hand:

- Speed of boot and shutdown
- Easy configuration. Although in theory, init scripts can always be edited, in practice they are usually too complex for an amateur sysadmin to change safely. .ini-style files are nice.
 
Old 05-07-2017, 10:11 AM   #209
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Rep: Reputation: Disabled
Quote:
- Speed of boot and shutdown
- Easy configuration. Although in theory, init scripts can always be edited,
About speed, hmmm 1 sec faster (was the best I could have means with static IP adress and NO INITRD of course). As I don't care about shutdown time, it was never an argument for me.

About the scripts. you right, they are rules instead of plain bash (or other interpreters ) commands could make life easy (ones you get right the explaination of them). What's funny any way, systemd allows you to still use plain scripts files .... I wonder why
 
1 members found this post helpful.
Old 05-07-2017, 11:02 AM   #210
Myk267
Member
 
Registered: Apr 2012
Location: California
Posts: 422
Blog Entries: 16

Rep: Reputation: Disabled
Quote:
Originally Posted by tnut View Post
By Having tested (for a short time ) on NuTyX, I didn't get it, I'm still looking what's bring Systemd to GNU/linux world where we want:

- Simplicity (commands as short as possible)
- Modularity (one task one module / one package)
- Clean ( not reinventing stuff that's are so crucial and already maintains)
- Nothing done automaticaly in your back, the primary user is the only admin on a such OS
- I forgot the others
The benefits of a systemd distribution () are that you can expect a bunch of components to be there, installed, ready to use. It can definitely be seen as a counterpoint in the sea of *nix platforms that present a POSIX environment that then has to be layered with some set of third party tools that might amount to everything systemd can do.
 
  


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 01: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