https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165769
Steve Wills <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Steve Wills <[email protected]> --- I've just run into this issue myself. I have a jail with two IPs, one ipv4 and one ipv6, and apache starts up in the jail. Apache is supposed to listed on both IPs but the v6 address isn't up before the apache rc script is called, so it fails. Adding a "sleep 1" to the top of the apache rc script works as a temporary work around, or adding "sleep 1" in rc.conf. Given netwait has "KEYWORD: nojail" now, I think Mark's comment that this should be worked around in the jail infrastructure is probably right. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
