Package: cron Version: 3.0pl1-105 In case if there are crontabs which belong to users, registered in LDAP (provided by libnss-ldap) and slapd is configured to start after cron (by default), cron daemon fails to start.
As a workaround the following should be added to /etc/init.d/cron === cut === ### BEGIN INIT INFO # Provides: cron # Required-Start: $remote_fs $syslog $time # Required-Stop: $remote_fs $syslog $time # Default-Start: 2 3 4 5 # Default-Stop: 1 # Should-Start: slapd ... === end === and then cron service should be re-enabled: chkconfig off cron chkconfig on cron With best regards, Dmitry -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org