[Bug 673351] New: cron not starting on boot
https://bugzilla.novell.com/show_bug.cgi?id=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c0 Summary: cron not starting on boot Classification: openSUSE Product: openSUSE 11.4 Version: RC 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: doiggl@velocitynet.com.au QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101124 SUSE/2.0.11-3.2 SeaMonkey/2.0.11 cron not starting on boot I start cron from command # cat startcrontab.sh rccron stop # Shutting down CRON daemon done rccron start # Starting CRON daemon # rpm -qa | grep -i cron cronie-1.4.6-13.2.x86_64 perl-Config-Crontab-1.30-11.2.x86_64 cron-4.2-13.2.x86_64 Reproducible: Always Steps to Reproduce: 1. Boot pc 2. cron not started 3. open terminal | run commands # rccron stop # rccron start Actual Results: cron not started. Suspect its a configuration setting but not sure Expected Results: cron starts on boot -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |vcizek@novell.com |ovo.novell.com | -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c1 Vitezslav Cizek <vcizek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED CC| |vcizek@novell.com Severity|Major |Normal --- Comment #1 from Vitezslav Cizek <vcizek@novell.com> 2011-02-21 13:20:50 UTC --- I'm little confused from your report. So cron does not start at all? Or is it just at boot time and you are able to run it by hand? rccron start finishes successfully? Is cron enabled to start at boot? (chkconfig -l cron) What does the log files (/var/log/messages, ...) show about it? Did it work before upgrade to 11.4 RC1? Cron is working on my 11.4 RC1 box. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c2 --- Comment #2 from Glenn Doig <doiggl@velocitynet.com.au> 2011-02-21 13:38:56 UTC --- It just at boot time cron does not start I run it by hand for startup- # grep -i cron /var/log/messages | head Feb 18 22:20:01 zen /usr/sbin/cron[25587]: pam_listfile(crond:account): Couldn't open /etc/cron.allow Feb 18 22:20:01 zen /usr/sbin/cron[25588]: pam_listfile(crond:account): Couldn't open /etc/cron.allow Feb 18 22:20:01 zen /USR/SBIN/CRON[25590]: (wwwrun) CMD ( php /usr/share/cacti/poller.php > /dev/null 2>&1) Feb 18 22:20:01 zen /USR/SBIN/CRON[25591]: (root) CMD (cacti php /usr/share/cacti/poller.php > /dev/null 2>&1 ) Feb 18 22:20:27 zen crontab: pam_listfile(crond:account): Couldn't open /etc/cron.allow Feb 18 22:20:27 zen crontab[25600]: (root) BEGIN EDIT (root) Feb 18 22:21:08 zen crontab[25600]: (root) REPLACE (root) Feb 18 22:21:08 zen crontab[25600]: (root) END EDIT (root) Feb 18 22:22:01 zen /usr/sbin/cron[6145]: (root) RELOAD (/var/spool/cron/tabs/root) Feb 18 22:25:01 zen /usr/sbin/cron[25758]: pam_listfile(crond:account): Couldn't open /etc/cron.allow # ll /etc/cron.allow ls: cannot access /etc/cron.allow: No such file or directory Did it work before upgrade to 11.4 RC1? No - milestone6 same result -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c3 Martin Schröder <martin@oneiros.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 - Medium |P2 - High CC| |martin@oneiros.de Severity|Normal |Major --- Comment #3 from Martin Schröder <martin@oneiros.de> 2011-02-21 20:31:18 CET --- cron was updated today (4.2-233.1 -> 4.2-266.1, Distribution: Base:System / openSUSE_11.3) and is now broken with these symptoms. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c4 Martin Schröder <martin@oneiros.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P3 - Medium Severity|Major |Normal --- Comment #4 from Martin Schröder <martin@oneiros.de> 2011-02-21 20:40:09 CET --- (In reply to comment #3)
cron was updated today (4.2-233.1 -> 4.2-266.1, Distribution: Base:System / openSUSE_11.3) and is now broken with these symptoms.
I get these messages, but everything seems to be working as intended... -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c5 --- Comment #5 from Vitezslav Cizek <vcizek@novell.com> 2011-02-22 08:44:49 UTC --- (In reply to comment #4)
I get these messages, but everything seems to be working as intended...
This is another bug: https://bugzilla.novell.com/show_bug.cgi?id=662433 But, as you have already found out, it has no effect on overall functionality, It is completely unrelated to this particular problem. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c6 --- Comment #6 from Vitezslav Cizek <vcizek@novell.com> 2011-03-04 10:56:51 UTC --- Are you sure, that cron is set to start at boot? You can check this by running "chkconfig -l cron". It's strange that it starts by hand and not on boot. It is started by the same means as you run it manually. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c Vitezslav Cizek <vcizek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |doiggl@velocitynet.com.au -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c7 Glenn Doig <doiggl@velocitynet.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|doiggl@velocitynet.com.au | --- Comment #7 from Glenn Doig <doiggl@velocitynet.com.au> 2011-03-15 12:47:04 UTC --- # chkconfig -l cron cron 0:off 1:off 2:on 3:on 4:off 5:on 6:off What do I need to use to change the settings from off to on if needed -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c8 --- Comment #8 from Vitezslav Cizek <vcizek@novell.com> 2011-03-15 13:14:15 UTC --- You have default settings. So this is not the problem. Anyway, you can edit this using chkconfig, but easier way is Yast -> System -> System services -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c9 Vitezslav Cizek <vcizek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |doiggl@velocitynet.com.au --- Comment #9 from Vitezslav Cizek <vcizek@novell.com> 2011-07-11 13:59:00 CEST --- Is the bug still relevant? Can you test it again? I can't tell, as I never was able to reproduce it. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c10 --- Comment #10 from Glenn Doig <doiggl@velocitynet.com.au> 2011-07-11 13:10:12 UTC --- Checked again and crontab is working. ok to close. -- 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=673351 https://bugzilla.novell.com/show_bug.cgi?id=673351#c11 Vitezslav Cizek <vcizek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED InfoProvider|doiggl@velocitynet.com.au | Resolution| |WORKSFORME --- Comment #11 from Vitezslav Cizek <vcizek@novell.com> 2011-07-11 15:29:01 CEST --- Thanks, I'll close it then. Feel free to reopen it, if that behaviour reappears again. I have no idea what caused it. Funny bug. -- 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