- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cron: can't access your crontab file. Resubmit it...
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
01-28-2002 12:09 PM
01-28-2002 12:09 PM
Cron: can't access your crontab file. Resubmit it.
This mesg from root, maybe permission problem ?
Server : k580 - HP-UX 11.00
Thanks in Advance
sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:13 PM
01-28-2002 12:13 PM
Re: Cron: can't access your crontab file. Resubmit it.
Mine are:
# ll /var/spool/cron/crontabs/root
-r-------- 1 root sys 214 Jan 23 14:27 /var/spool/cron/crontabs/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:30 PM
01-28-2002 12:30 PM
Re: Cron: can't access your crontab file. Resubmit it.
Check this out:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e8ccc3181220300c5e/screen=ckiDisplayDocument?docId=200000006433534
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:55 PM
01-28-2002 12:55 PM
Re: Cron: can't access your crontab file. Resubmit it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 01:11 PM
01-28-2002 01:11 PM
Re: Cron: can't access your crontab file. Resubmit it.
What were you doing that caused you to get the error message?
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 07:39 PM
01-28-2002 07:39 PM
Re: Cron: can't access your crontab file. Resubmit it.
ll -d / /var /var/spool /var/spool/cron /var/spool/cron/crontabs
drwxr-xr-x 31 root root 5120 Dec 6 03:32 /
drwxr-xr-x 20 bin bin 1024 Apr 18 1999 /var
dr-xr-xr-x 14 bin bin 1024 Jul 21 1999 /var/spool
dr-xr-xr-x 7 bin bin 1024 Jan 4 2001 /var/spool/cron
dr-xr-xr-x 2 bin bin 1024 Jan 28 13:34 /var/spool/cron/crontabs
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2002 12:34 AM
03-09-2002 12:34 AM
Re: Cron: can't access your crontab file. Resubmit it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2002 01:18 AM
03-09-2002 01:18 AM
Re: Cron: can't access your crontab file. Resubmit it.
I believe Bill is right.
Btw, if you already have your problem resolved, can you at least assign points to the correct solution above so that the rest of the forumers would know that this problem has already been resolved. If not, at least respond to say that your problem has been fixed by so-and-so solution (please describe the solution or point to it). If it has not yet been resolved, please also feedback by responding.
If you have problems locating this post of yours, you can use the search engine at https://www.beepz.com/cgi-bin/itrc.cgi.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:23 AM
03-12-2002 06:23 AM
Re: Cron: can't access your crontab file. Resubmit it.
the problem resolved that day itselt, one the
DBA admin edit the crontab using vi and not
done properly. Thanks to everyone.
sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:27 AM
03-12-2002 06:27 AM
Re: Cron: can't access your crontab file. Resubmit it.
You get this message when there is no crontab file for root or for that user.
Probably root does not have a crontab file. Check if the file exist in /var/spool/cron/crontabs. The file name should be root. If it does not exist, you can create a new crontab file, just do a "crontab -e" and it will open a new file in vi mode. you can add your cron jobs to this file in and then save the file. The file will automatically be scheduled by cron. Do "man crontab" for more info on how to add cron jobs to the system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:24 AM
03-12-2002 08:24 AM
Re: Cron: can't access your crontab file. Resubmit it.
you told us that the DBA edited the crontab file with vi- editor and did it not "properly". Does this mean he closed his connection to the computer without saving the file? This would generate a temporary file with the option to repair it in future.
vi -r file_name should show you that file, remove it and this error should leave.
Allways stay on the bright side of life!
Peter