- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cron failing to execute
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
12-06-2004 05:57 PM
12-06-2004 05:57 PM
Re: cron failing to execute
change your script to do an echo 'cleartool job started at' `date` >> /tmp/cleartool.logfile.
And also just the same echo without redirection. You should receive a mail containing this echo-output.
Or add a 'set -xv' command at the beginning of your script to see the execution of the script. Should also go to your mailbox.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:42 PM
12-06-2004 10:42 PM
Re: cron failing to execute
The mail shows these error(s):
subject: Anacron job 'cron.daily'
/etc/cron.daily/00webalizer:
warning: Truncating oversized date field
warning: Truncating oversized date field
warning: Truncating oversized date field
warning: Truncating oversized date field.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 01:32 AM
12-07-2004 01:32 AM
Re: cron failing to execute
Just to know : Do you really want to use anacron and not cron ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 08:48 PM
12-07-2004 08:48 PM
Re: cron failing to execute
I would like to use cron not the anacron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 09:34 PM
12-07-2004 09:34 PM
Re: cron failing to execute
service stop anacron
service start crond
before next reboot, use "setup" utility, disable anacron and enable cron
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- « Previous
-
- 1
- 2
- Next »