https://bugzilla.novell.com/show_bug.cgi?id=816139 https://bugzilla.novell.com/show_bug.cgi?id=816139#c0 Summary: cron does not run jobs Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: vdziewiecki@suse.com ReportedBy: meissner@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- I upgraded my machine to 12.3 and only now noticed that cron does not run my jobs anymore. User meissner on NIS/NFS. Tab is in : ls /var/spool/cron/tabs/ -l insgesamt 4 -rw------- 1 root suse 493 18. Apr 15:50 meissner $ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.PTV6Uy installed on Thu Apr 18 15:50:58 2013) # (Cronie version 4.2) 30 19,20,21,22,23 * * * cd $HOME/projects/bs/Emulators\:Wine/wine-snapshot/ ; bash ./wine-snapshot.sh ... $ ps auxw|grep cron root 17134 0.0 0.0 22404 1664 ? Ss Apr18 0:00 /usr/sbin/cron -n $ systemctl status cron cron.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/cron.service; enabled) Active: active (running) since Thu, 2013-04-18 15:09:00 CEST; 18h ago Main PID: 17134 (cron) CGroup: name=systemd:/system/cron.service └ 17134 /usr/sbin/cron -n checking cron only sees crontab lists and edits. $ grep cron /var/log/messages 2013-04-18T15:50:48.846705+02:00 westernhagen crontab[17949]: (meissner) BEGIN EDIT (meissner) 2013-04-18T15:50:52.751535+02:00 westernhagen crontab[17949]: (meissner) END EDIT (meissner) 2013-04-18T15:50:57.262734+02:00 westernhagen crontab[17952]: (meissner) BEGIN EDIT (meissner) 2013-04-18T15:50:58.640191+02:00 westernhagen crontab[17952]: (meissner) REPLACE (meissner) 2013-04-18T15:50:58.640515+02:00 westernhagen crontab[17952]: (meissner) END EDIT (meissner) 2013-04-18T16:59:23.031755+02:00 westernhagen crontab[18871]: (root) LIST (root) 2013-04-18T16:59:28.184435+02:00 westernhagen crontab[18895]: (meissner) LIST (meissner) 2013-04-19T09:30:22.878618+02:00 westernhagen crontab[5590]: (meissner) LIST (meissner) $ rpm -q cron cronie cron-4.2-43.3.1.x86_64 cronie-1.4.8-43.3.1.x86_64 No idea what could be wrong ... :( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.