
January 11th, 2004, 06:19 AM
|
|
Contributing User
|
|
Join Date: Aug 2001
Location: India
Posts: 192
Time spent in forums: 2 h 12 m 27 sec
Reputation Power: 12
|
|
|
Help Running cron job
Hi,
I am using cron for first time.
I have added following lines /etc/crontab file
######
39 * * * * root echo "This command is run at one min past every hour"
39 * * * * root arp -e
###########
I am getting follwoing error :
######
crond: can't lock /var/run/crond.pid, otherpid may be 914: Resource temporarily unavailable
######
I have used follwoing command to check whether Cron is running :
#####
[zzzzzzz root]# ps aux | grep crond
root 914 0.0 0.2 1516 604 ? S Jan04 0:00 crond
#####
Any clue what's going wrong?
Help appreciated.
|