modoboa-installer icon indicating copy to clipboard operation
modoboa-installer copied to clipboard

Installer fails if cron is not installed

Open B-X-M opened this issue 5 years ago • 1 comments

Affected: Debian 10, possibly other distros

The installer fails if the server relies on systemd timers only and thus does not provide the standard cron mechanism (standard in many containerized versions of e.g. debian). Failure message indicates that it cannot write to /etc/cron.d as it does not exist.

Workaround: Make sure cron is installed before running the installer.

Fix: Check that /etc/cron.d is writable, provide useful message to the user.

B-X-M avatar May 16 '20 09:05 B-X-M

As the description shows an issue with a non-existing directory, #81 seems related here.

almereyda avatar Mar 28 '21 00:03 almereyda