What init system do you use on MX, the default (sysVinit) or systemd?

What init system do you use on MX, the default (sysVinit) or systemd?

default (sysVinit)
113
88%
systemd
7
5%
sometimes one, sometime other
4
3%
what is an init system?
4
3%
 
Total votes: 128

Message
Author
User avatar
esbeeb
Posts: 48
Joined: Thu Mar 14, 2019 1:09 am

Thanks for the Boot Options tool

#41 Post by esbeeb »

I'm actually really grateful that MX Linux provides that tool. I appreciate their views on avoiding systemd, and I'm OK with them having a preference that they make the default, that of sysVinit, but then they let me have an "out" if I needed it. This shows respect that they are not out to shove their views down my throat. That means a lot.

Sincerely thanks, MX Linux devs, for not being unreasonable idealists. You came up with a way to accommodate the views on both sides of the camp.
Esbeeb
MX 21

mr_dashi
Posts: 9
Joined: Sat Mar 09, 2019 7:30 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#42 Post by mr_dashi »

I voted default. I've only been using Linux for 4 years and pretty much only "know" systemd. It works for my modest means, but I am very sympathetic to the idea of "init freedom" and those who question systemd's trajectory. As it stands right now, I don't need systemd - all my tools work perfectly. I roll vanilla Arch with systemd on my desktop, but MX/sysVinit on other installs. I really hope MX/anitX can continue to provide an alternative init to systemd. When WW3 comes around, I'm camping up with those that know how to hunt, fish, canoe, and pitch a tent. I predict a huge init fork down the road. We're in good hands.

User avatar
jsomonte
Posts: 8
Joined: Sun Apr 30, 2017 2:06 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#43 Post by jsomonte »

Systemd creates more problems than solutions. Systemd will not provide any improvement to MX Linux.

User avatar
Otter
Posts: 25
Joined: Sun Jul 02, 2017 2:58 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#44 Post by Otter »

Don't care about systemd for now.

I use MX Linux because it doesn't use systemd and I guess there are many others like me.
:dancingman: Happy MX Linux User!

User avatar
beardedragon
Posts: 164
Joined: Wed Mar 27, 2019 11:26 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#45 Post by beardedragon »

To find out which init you are using in MX run the following in terminal:
sudo dpkg -S /sbin/init
Rule #1 Backup Everything
Rule #2 Read Rule #1

User avatar
Head_on_a_Stick
Posts: 919
Joined: Sun Mar 17, 2019 3:37 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#46 Post by Head_on_a_Stick »

beardedragon wrote: Sat Apr 20, 2019 8:01 am sudo dpkg -S /sbin/init
That won't work with MX because the systemd-sysv package isn't installed, a kernel parameter is used to boot with systemd instead of sysvinit.

This will work though:

Code: Select all

cat /proc/1/comm
For example, I've just installed MX and I'm running systemd as PID1 so I see

Code: Select all

empty@mx:~ $ dpkg -S /sbin/init
sysvinit-core: /sbin/init
empty@mx:~ $ cat /proc/1/comm
systemd
empty@mx:~ $
mod note: Signature removed, please read the forum rules

User avatar
Adrian
Developer
Posts: 8987
Joined: Wed Jul 12, 2006 1:42 am

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#47 Post by Adrian »

Yeah, or "ps -p1" if you see "init" in output it's sysvinit, if you see "systemd" guess what...

User avatar
beardedragon
Posts: 164
Joined: Wed Mar 27, 2019 11:26 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#48 Post by beardedragon »

@Head_on_a_Stick
That won't work with MX because the systemd-sysv package isn't installed, a kernel parameter is used to boot with systemd instead of sysvinit.


bob@mx:~
$ sudo dpkg -S /sbin/init
[sudo] password for bob:
sysvinit-core: /sbin/init
Rule #1 Backup Everything
Rule #2 Read Rule #1

User avatar
Head_on_a_Stick
Posts: 919
Joined: Sun Mar 17, 2019 3:37 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#49 Post by Head_on_a_Stick »

beardedragon wrote: Sat Apr 20, 2019 1:35 pm

Code: Select all

bob@mx:~
$ sudo dpkg -S /sbin/init
[sudo] password for bob: 
sysvinit-core: /sbin/init
Try that again after rebooting and selecting the systemd option from MX's "Advanced Options" GRUB sub-menu, it will return the same output even when systemd is running as init.

And that dpkg command will work as your normal user btw.

@all: apologies for the noise.
mod note: Signature removed, please read the forum rules

User avatar
beardedragon
Posts: 164
Joined: Wed Mar 27, 2019 11:26 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#50 Post by beardedragon »

Head_on_a_Stick wrote: Sat Apr 20, 2019 2:14 pm
beardedragon wrote: Sat Apr 20, 2019 1:35 pm

Code: Select all

bob@mx:~
$ sudo dpkg -S /sbin/init
[sudo] password for bob: 
sysvinit-core: /sbin/init
Try that again after rebooting and selecting the systemd option from MX's "Advanced Options" GRUB sub-menu, it will return the same output even when systemd is running as init.

And that dpkg command will work as your normal user btw.

@all: apologies for the noise.
I don't want systemd, thanks anyway.
Rule #1 Backup Everything
Rule #2 Read Rule #1

Post Reply

Return to “General”