DragonFly BSD
DragonFly bugs List (threaded) for 2011-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ininite rc loop


From: YONETANI Tomokazu <y0n3t4n1@xxxxxxxxx>
Date: Mon, 24 Jan 2011 07:00:57 +0900

On Sun, Jan 23, 2011 at 03:50:24PM +0100, Matthias Rampke wrote:
> I have symlinked /usr/pkg/etc to /etc and I had linked
> /usr/pkg/share/examples/rc.d to /etc/rc.d, although I have tried to
> untangle the latter (which didn't help). Comparing /etc/rc.d with

This would cause loop because /etc/rc.d/localdaemons tries to scan
$local_startup, which contains /usr/pkg/etc/rc.d, which points to
/etc/rc.d on your machine.  Then there's /usr/pkg/etc/rc.d/localdaemons,
which tries to start the things under /usr/pkg/etc/rc.d...

So if you'd like to keep the current configuration, you need to set
local_startup=NO in /etc/rc.conf.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]