How would I do this? I tried changing permissions to 775 and even 777 and I still received the same error.
Chris > Has'nt that to do with write pernmissions? You might have to act as > root for some actions. > > Christian > > Am Samstag, 28.06.03 um 18:28 Uhr schrieb Chris Millet: > >> I set up a simple script invoking the 'whoami' command and it works >> fine >> both from the command line and as an external action. However, when I >> rewrite the script to invoke ImageMagick's 'convert' utility, it works >> fine >> from the command line, but not as an external action. Instead, I >> receive the >> following error: >> >> [Application�File] [4] START /scripts/script.taf WitangoServer >> [External�Action] [5] External >> [Query] [5] /Volumes/XRAID/mg2/scripts/whoami.sh; Parameters: >> x=LOGO:; >> [External�Action] [5] Forking process >> [External�Action] [12] Waiting on the child process >> [External�Action] [112] Error: No child processes >> [External�Action] [112] Waiting done >> [ActionResults] [115] >> [External�Action] [116] Complete >> [Results�Action] [117] Results >> [request$�Vars] [118] variableTimeout=30; resultSet=[Array:0x0]; >> >> >> The script "whoami.sh" >> ====================== >> #!/bin/sh >> convert $x /Volumes/XRAID/mg2/scripts/logo.gif >> >> I've also tried: >> >> #!/bin/sh >> /usr/local/bin/convert $x /Volumes/XRAID/mg2/scripts/logo.gif >> >> >> Any ideas why this won't run as an external action? >> >> Thanks, >> Chris >> >> _______________________________________________________________________ >> _ >> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf >> > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
