Re: ininite rc loop

看板DFBSD_bugs作者時間15年前 (2011/01/24 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串5/5 (看更多)
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.
文章代碼(AID): #1DFAncO- (DFBSD_bugs)
文章代碼(AID): #1DFAncO- (DFBSD_bugs)