Skip to main content
Topic: [solved!] dinit cant manage services (Read 639 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[solved!] dinit cant manage services

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!

Re: [HELP] dinit cant manage services

Reply #1
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

Re: [HELP] dinit cant manage services

Reply #2
ahh that must be it! was over looking it. 

thank you for the help!