On Wed, Nov 30, 2005 at 09:05:54AM +0100, Friedrich Delgado Friedrichs wrote:
> Package: cron
> Version: 3.0pl1-93
> Followup-For: Bug #260789
> 
> Hi!
> 
> I see very similar phenomena to what the OP reported. Cronjobs from
> personal crontabs are not executed.

(...)

> Cronjobs do not run, although cron reports that they have been run.

Hmm.. this is strange

> It appears I can fix this situation briefly by issuing
> "dpkg-reconfigure cron", at least if I include a test cronjob
> afterwards, cron executes it. But a while afterwards (after the next
> package installation?) cronjobs stop running again.

Can you please:

- show me what is returned by 
# ls -la /var/spool/cron/crontabs
# ls -la /usr/bin/crontab
# dpkg-statoverride --list /usr/bin/crontab

- make scripts 755 and add a proper she-bang line (#!/bin/bash) 
  and change 
  /bin/bash /home/friedel/bin/fetchstuff 
  to
  /home/friedel/bin/fetchstuff

- could strace cron (with 'strace -p PID -f') and provide me with both
  the strace file and the cronjob script it tries to run (use private e-mail
  if there's sensitive information there)

> Cronjobs in the personal crontab of the root user don't run as well,
> however the system cronjobs (/etc/cron.daily and company) are being
> run (my logs are rotated etc.).

Which is really weird.

Regards

Javier

Attachment: signature.asc
Description: Digital signature

Reply via email to