We depend on a working cron service in ngcp-installer: | 2020-12-17 22:07:16 spce: Synchronizing current with expected services state | Failed to start cron.service: Unit cron.service not found. | +22:07:17 (cfg.inc:450): cfg_apply_configs_default(): log_die 'Can not apply configuration' | +22:07:17 (log.inc:27): log_die(): echo 'ABORTED: Can not apply configuration' | ABORTED: Can not apply configuration We don't have an explicit dependency on cron though: | $ aptitude why cron | i ngcp-ngcp-ce Depends ngcp-services-ce | i A ngcp-services-ce Depends logrotate | i A logrotate Depends cron | anacron | cron-daemon | systemd-sysv We have systemd-sysv present, so cron isn't necessarily pulled in any longer automatically (at least with apt's resolver as present in current Debian/bullseye). So explicitly depend on cron package. Change-Id: I3a46f853dfcfca5a0737553eaa35ffbf8342a7cfmr9.2.1
parent
79c36694e3
commit
a54977c9aa
Loading…
Reference in new issue