On Wed, 20 Apr 2011 22:02:41 +0400 Peter Volkov <p...@gentoo.org> wrote:
> В Срд, 20/04/2011 в 12:24 -0500, William Hubbs пишет: > > The author of the bug feels that the way to fix this is for us to > > put a check in openrc that makes it refuse to run services if it > > was not used in the boot process. Why refuse? It could instead assume it needed to only start a service in, say, a chroot, like ssh or apache2, without assuming anything else needs to be done. If the service needed anything else, it could be left to fail on its own terms. > This is good idea to have in any case since I remember my system went > crazy after I've tried to start some service inside chroot. Basically, baselayout/openrc (baselayout-1 has the same problem) would (try to) shut down your system because it thought something was terribly wrong. That's bitten me as well when I still thought I could test services inside a chroot. > > This may work; however, I do not feel that it addresses the root > > cause of the bug. I feel that the root cause is packages > > unconditionally installing udev rules which assume everyone uses > > openrc. How should the udev rules be changed to match /any/ init system? jer