View previous topic :: View next topic |
Author |
Message |
oglueck n00b
Joined: 13 May 2004 Posts: 14
|
Posted: Fri Apr 12, 2019 1:12 pm Post subject: init scripts: --nodeps omits cgroups |
|
|
Is it intentional for openrc-run to not set cgroups for a service when --nodeps is given?
I am asking because of udev. When you update udev then the emerge message tells you to reload with /etc/init.d/udev --nodeps restart
But as that won't put udev in its own cgroup anymore it can cause problems when it kills processes from its cgroup. Such as sshd...
see http://odi.ch/weblog/posting.php?posting=732 |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Fri Apr 12, 2019 5:58 pm Post subject: |
|
|
Run it with --verbose/--debug flags, the cgroup part of openrc has debug print statements that should say whether it tried to use a cgroup or not.
If it really is broken like this, that's quite a severe bug and you should probably report it. |
|
Back to top |
|
|
|