- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Crontab error
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
11-03-2004 03:21 PM
11-03-2004 03:21 PM
crontab: can't create your crontab file in the crontab directory.
The user exists in /var/adm/cron/cron.allow
Permission of /usr/bin/crontab:
-rwsr-xr-x 1 root bin
Permission of /var/spool/cron/crontabs:
dr-xr-xr-x 2 bin bin
Please help me ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 03:28 PM
11-03-2004 03:28 PM
Re: Crontab error
File permission is Ok
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 03:28 PM
11-03-2004 03:28 PM
Re: Crontab error
$ ls -l /usr/bin/crontab
-r-sr-xr-x 1 root bin 32768 Jun 18 2002 /usr/bin/crontab
your permissions looks ok.
Try applying the cron patch to resolve it
if you are running 11.0
http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_27141
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 03:36 PM
11-03-2004 03:36 PM
Re: Crontab error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 03:41 PM
11-03-2004 03:41 PM
Re: Crontab error
Check for patch PHCO_26562
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:03 PM
11-03-2004 04:03 PM
Re: Crontab error
all dir and files under this dir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:07 PM
11-03-2004 04:07 PM
Re: Crontab error
-rw-r--r-- 1 bin bin
Patch already there.
# ll /var/spool/cron
total 4
dr-xr-xr-x 2 bin bin 96 Nov 3 23:58 atjobs
-r--r--r-- 1 bin bin 335 Nov 14 2000 crontab.root
dr-xr-xr-x 2 bin bin 96 Nov 3 12:07 crontabs
drwxrwxrwt 2 root root 1024 Nov 4 00:05 tmp
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:24 PM
11-03-2004 04:24 PM
Re: Crontab error
What permission /var/spool/cron has ?
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:25 PM
11-03-2004 04:25 PM
Re: Crontab error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:31 PM
11-03-2004 04:31 PM
Re: Crontab error
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:37 PM
11-03-2004 04:37 PM
Re: Crontab error
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:21 PM
11-03-2004 07:21 PM
Solutionsee the following link.it says this problem can occure due to some enviornmental entry /path in your .profile
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=69854
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:48 PM
11-03-2004 08:48 PM
Re: Crontab error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 12:09 PM
11-25-2004 12:09 PM
Re: Crontab error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 07:51 AM
03-07-2006 07:51 AM
Re: Crontab error
check you environment variables
env |grep EDITOR
My EDITOR variable was set to emacs. I changed it to vi and everything worked fine.
Thanks