Artix Linux Forum

Init systems => dinit => Topic started by: xen on 02 November 2022, 00:27:35

Title: [solved!] dinit cant manage services
Post by: xen on 02 November 2022, 00:27:35
Code: [Select]
  % sudo dinit status alsa                                                !1373
dinit: In multiple cgroups, cannot determine cgroup root path
dinit: Control socket is already active (another instance already running?)

Any way to fix this? Was working the other day, and today i boot up probably after upgrading and i cant manage any services with dinitctl or i get the error posted above.

Any help would be greatly appreciated. Ty!
Title: Re: [HELP] dinit cant manage services
Post by: vaapicon on 02 November 2022, 00:32:30
What you pasted in the code snippet was the command "dinit". The dinit command launches the dinit init. Use the command dinitctl instead.

Example
Code: [Select]
sudo dinitctl status alsa
Title: Re: [HELP] dinit cant manage services
Post by: xen on 02 November 2022, 00:41:07
ahh that must be it! was over looking it. 

thank you for the help!