| Summary: | Failed invocation of /usr/sbin/service when going multi-user | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Stefan Eßer <se> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Some People | ||
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Stefan Eßer
2021-02-11 09:27:46 UTC
You can try to use rcorder /etc/rc.d/* /usr/local/etc/rc.d/* to investigate why your system tries to start cron so early. Here, it is started much later, after LOGIN. In have found that the cause of the pre-mature attempt to start cron has been caused by a dependency loop detected by rcorder. After breaking the cycle, cron is now started at the correct point in the startup process. I have found that there are optional packages that cause such loops (dnscrypt-proxy2, for example - the maintainer has been notified). |