![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron problem | tez | UNIX for Dummies Questions & Answers | 3 | 10-27-2006 05:48 PM |
| cron problem! | blowtorch | UNIX for Advanced & Expert Users | 4 | 03-08-2006 01:12 AM |
| Problem with cron | jhansrod | AIX | 2 | 11-25-2005 04:30 PM |
| cron problem | VPN | UNIX for Dummies Questions & Answers | 2 | 04-16-2004 06:27 AM |
| Cron Problem | Raiden | Shell Programming and Scripting | 4 | 11-16-2003 07:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
problem with cron job
new to unix here, im learning how to schedule jobs with crontab. The following cron job runs under root but not under a test account i created.
50 11 * * 0 /usr/bin/banner "HELLO" > /dev/console i have no idea with it isn't running under the test account but runs right on time when i create the cronjob under root.can someone please help? thanks. |
|
||||
|
You might check /var/cron/log to make sure the command's executing. Cron jobs won't run if the account's password has been locked. Also, make sure you're using crontab -e to make changes vs hand editing them. Cron doesn't know about new crontabs files unless you restart the cron process. crontab -e kicks the cron process when you save your changes.
Carl |
|
||||
|
Thanks for the reply, I checked the log and the error is:
"! could not obtain latest contract from popen(3C): No such process " I tried a different cron job and it works, it seems this only happens on non-root jobs that produce output. any help please? |
|
||||
|
Well now, with an actual error message, you can google the results. I did a quick google and found this interesting topic over on the sun forums:
http://forum.java.sun.com/thread.jspa?threadID=5073270 You might check it out and see if any of the answers there fix your problem. Carl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|