Bug#435271: only root crontabs are executed

2011-04-03 Thread Christian Kastner
Hi, On 04/25/2010 09:44 PM, Christian Kastner wrote: Fahad Ahmad wrote: I am facing the exact same problem as the original poster on all my debian lenny servers. The servers that are still on etch with the exact same pam configurations have no problems running jobs as normal users. Here

Bug#435271: only root crontabs are executed

2010-04-25 Thread Christian Kastner
Fahad Ahmad wrote: I am facing the exact same problem as the original poster on all my debian lenny servers. The servers that are still on etch with the exact same pam configurations have no problems running jobs as normal users. Here is the strace output from cron: *snip* 443

Bug#435271: only root crontabs are executed

2010-01-25 Thread Justin Pryzby
What is it that cron is writing to syslog? Something about permission denied -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#435271: only root crontabs are executed

2007-08-21 Thread Javier Fernández-Sanguino Peña
On Mon, Jul 30, 2007 at 07:07:38PM +0200, Mattia Monga wrote: Package: cron Version: 3.0pl1-100 Severity: important A very simple user crontab is never executed $ crontab -u monga -l # m h dom mon dow command * * * * * date /tmp/date.user This really looks like a PAM configuration

Bug#435271: only root crontabs are executed

2007-07-30 Thread Mattia Monga
Package: cron Version: 3.0pl1-100 Severity: important A very simple user crontab is never executed $ crontab -u monga -l # m h dom mon dow command * * * * * date /tmp/date.user # However, an analogous root crontab works! # crontab -u root -l # m h dom mon dow command * * * * * date