>> After upgrade from cron 3.0pl1-114 to 3.0pl1-116 I had the following >> problem: >> > I can confirm the general issue, however this should have first appeared > in -110, not -114 (see #581612, where we accidentally sent mails on exit > != 0, which we fixed in -112). > > Could you check your logs and verify this? >
Hi Christian, You're right that the problem was introduced earlier. I guess I saw it only after this upgrade because of an upgrade of logcheck as well and now logcheck reports me that error from /var/log/syslog. But I confirm the problem was still present once upgraded to -116: 2011-01-04 00:29:13 status installed cron 3.0pl1-116 Latest error message I have in syslog is indeed at date&time when I edited my /etc/cron.d/webcalendar to add a "|cat", I just checked again. In case you want to reproduce the problem, here is the exact content of that file such that an error message appears in /var/log/syslog: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 1,11,21,31,41,51 * * * * www-data if [ -d /usr/share/webcalendar ]; then cd /usr/share/webcalendar/tools; ./send_reminders.php 2>&1 |grep -v "PHP Notice" ; fi Phil -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org