![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fork() help | alexicopax | High Level Programming | 3 | 03-08-2007 04:08 AM |
| shm sem fork etc... Please help | Dana73 | High Level Programming | 1 | 02-28-2006 08:51 AM |
| Fork () | iwbasts | High Level Programming | 5 | 11-09-2005 04:39 AM |
| Fork or what? | crippe | High Level Programming | 0 | 03-08-2005 05:21 AM |
| Fork | Deepali | UNIX for Dummies Questions & Answers | 5 | 08-26-2001 09:14 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
rc=127 can't fork
I have a script to download a file using wget.
It works if I execute it from the command line. But, if I run it in cron, it doesnt work and I am getting the following in the cron log: > CMD: /export/home/username/test > username 23159 c Tue Aug 1 14:40:00 2006 < username 23159 c Tue Aug 1 14:40:00 2006 rc=127 I found this explanation for rc=127: rc=127 can't fork (this might also be return code from the shell) Does anyone know why this is happening? This is solaris 8, wget 1.10 ( from sun freeware) I am running this as a regular user. Here is the script: #!/usr/bin/ksh wget ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/*.tar |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|