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)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"