https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254432
--- Comment #2 from David BOYER <[email protected]> --- (In reply to Stéphane D'Alu from comment #1) That was my first hypothesis, because it seems logical, but I thought it was a mistake because it was working well on FreeBSD 12. But service -r (I wasn't aware of this option so thank you ;-) ) shows that ctld is started AFTER NETWORKING on 12: # grep -n -E 'iovctl|netif|NETWORKING|ctld' 12/service-r 38:/etc/rc.d/iovctl 39:/etc/rc.d/netif 60:/etc/rc.d/NETWORKING 90:/etc/rc.d/ctld The question is what changed this behavior ? I am currently comparing rc files from both versions but did not find anything obvious so far. NOTE: Adding netif as a dependency to ctld works, but it takes forever before I can ssh to my host. It seems that it is waiting for my jails to be up and running before. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
