[Bug 816139] New: cron does not run jobs
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.
https://bugzilla.novell.com/show_bug.cgi?id=816139 https://bugzilla.novell.com/show_bug.cgi?id=816139#c Wojtek Dziewięcki <vdziewiecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=816139 https://bugzilla.novell.com/show_bug.cgi?id=816139#c1 Vitezslav Cizek <vcizek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vcizek@suse.com --- Comment #1 from Vitezslav Cizek <vcizek@suse.com> 2013-04-25 18:18:38 CEST --- Hm, the same cron version works fine for me on my 12.3 machine. $ grep cron /var/log/messages returns the same as for you (only edits), but the jobs are run regularly. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=816139 https://bugzilla.novell.com/show_bug.cgi?id=816139#c2 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Marcus Meissner <meissner@suse.com> 2013-04-25 21:02:51 UTC --- ok, i cross checked today and the cron session run ... hmm, i will see if it happens agaion :/ -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=816139 https://bugzilla.novell.com/show_bug.cgi?id=816139#c3 --- Comment #3 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-04-26 11:36:57 UTC --- I cannot reproduce this bug. I tried similar cronjob (cd and run a script) on 12.3 and it works ok. Tell us if this happens to you again. You could also try something simple, like: * * * * * echo somestuff > /home/meissner/somefile And see if that works. -- 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.
participants (1)
-
bugzilla_noreply@novell.com