Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2837867
  • 博文数量: 599
  • 博客积分: 16398
  • 博客等级: 上将
  • 技术积分: 6875
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-30 12:04
个人简介

WINDOWS下的程序员出身,偶尔也写一些linux平台下小程序, 后转行数据库行业,专注于ORACLE和DB2的运维和优化。 同时也是ios移动开发者。欢迎志同道合的朋友一起研究技术。 数据库技术交流群:58308065,23618606

文章分类

全部博文(599)

文章存档

2014年(12)

2013年(56)

2012年(199)

2011年(105)

2010年(128)

2009年(99)

分类: Oracle

2011-08-22 20:44:56

Solaris[TM] Operating System: crontab Fails: "can't create your crontab file in the crontab directory" [ID 1005095.1]
 
 
 
修改时间02-AUG-2010     类型 PROBLEM     移植的 ID 207158     状态 PUBLISHED
 

Applies to:

Solaris Operating System - Version: 8and later   [Release: and later ]
All Platforms

Symptoms

You cannot create a crontab file which generates errors"
"crontab: can't create your crontab file in the crontab directory"
 
# crontab -l
crontab: can't open your crontab file.

Cause

Invalid user in the /etc/cron.d/cron.allow file.
Incorrect permissions of /usr/bin/crontab file.

Solution

1. Verify that the user is listed in cron.allow.
2. Check the permissions in the /usr/bin/crontab file:
# ls -al /usr/bin/crontab
-r-sr-xr-x 1 root bin 17224 Jun 18 2003 /usr/bin/crontab*
3. If the preceding procedure doesn't work, run the following command as root:
# chmod 4555 /usr/bin/crontab

Additional Information:

1008445.1 crontab administration usage and troubleshooting techniques
阅读(3474) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~