- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cron won't start on bootup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 09:13 AM
02-07-2001 09:13 AM
Cron won't start on bootup
I'm having problems with cron not starting when the server is booted. I've looked in the /etc/rc.log file and here's what I get:
Start clock daemon
Output from "/sbin/rc2.d/S730cron start":
----------------------------
cron started
! cannot access fifo queue Sun Jan 28 05:35:45 CST 2001
! ******* CRON ABORTED ******** Sun Jan 28 05:35:45 CST 2001
Any help is much appreciated.
Thanks,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 09:18 AM
02-07-2001 09:18 AM
Re: Cron won't start on bootup
Make sure you have a pipe file called: /var/adm/cron/FIFO
If not, do this (as root) to make it:
# mknod /var/adm/cron/FIFO p
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 09:24 AM
02-07-2001 09:24 AM
Re: Cron won't start on bootup
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 09:39 AM
02-07-2001 09:39 AM
Re: Cron won't start on bootup
OK. Make sure you have these directories:
# /usr/lib/cron #...a link to /var/adm/cron/
# /usr/spool/cron
Also, make sure that cron isn't being started twice, erroneously. There should only be one startup link to /sbin/init.d/cron in the startup /sbin/rc
# find /sbin -name "*cron*"
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 10:19 AM
02-07-2001 10:19 AM
Re: Cron won't start on bootup
I checked all of that...and it all looks right...here's what I got when using that find command:
# find /sbin -name "*cron"
/sbin/init.d/cron
/sbin/rc1.d/K270cron
/sbin/rc2.d/S730cron
Thanks,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 10:31 AM
02-07-2001 10:31 AM
Re: Cron won't start on bootup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 12:03 PM
02-07-2001 12:03 PM
Re: Cron won't start on bootup
Thanks,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 12:24 PM
02-07-2001 12:24 PM
Re: Cron won't start on bootup
Hemant's suggestion to stop & restart cron was good. We now know that cron is viable.
Your post showing the entities in /sbin/ with the string "cron" showed what I would have expected.
BUT: Did you match as "*cron*" or just "*cron" as you typed??? If you did with only the one wildcard, please repeat with both.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 12:27 PM
02-07-2001 12:27 PM
Re: Cron won't start on bootup
Another thing: In /etc/rc.log is there only one reference (the failed one) to cron?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 01:31 PM
02-07-2001 01:31 PM
Re: Cron won't start on bootup
Thanks again,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 12:11 AM
02-08-2001 12:11 AM
Re: Cron won't start on bootup
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 08:45 AM
02-08-2001 08:45 AM
Re: Cron won't start on bootup
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 09:34 AM
02-09-2001 09:34 AM
Re: Cron won't start on bootup
well not much left to test.
Check /var/adm/cron/queuedefs, there is even a man on this one. If this is fine as well, I woud suspect, that something in your startup order has been rearanged.
Any files in /sbin/rc* or /sbin/init.d with recently changed timestamps ?
Volker