/usr/local/etc/rc.d not running for jail
    Philip Hallstrom 
    freebsd at philip.pjkh.com
       
    Wed Mar  8 21:02:29 UTC 2006
    
    
  
> I have a jail, running in FreeBSD 6, which starts sshd and syslogd, but 
> doesn't start any of the programs from /usr/local/etc/rc.d
>
> All the appropriate variables are in /etc/rc.conf for the various programs 
> (postfix, spamd, clamsmtp, freshclam). I am able to run the programs manually 
> by going to /usr/local/rc.d and doing "./<script> start"
>
> Any clues/suggestions?
Put the following into the jail's /etc/rc.conf:
early_late_divider="NETWORKING"
That worked for me.  My memory is this isn't a *real* solution, but that 
it does the trick (going off some posts I found on the issue when this 
happened to me)
    
    
More information about the freebsd-questions
mailing list