This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with bash script running under NT AUTHORITY\SYSTEM




--- On Wed, 12/2/09, Almo <almo2001@yahoo.com> wrote:

> From: Almo <almo2001@yahoo.com>
> Subject: Problem with bash script running under NT AUTHORITY\SYSTEM
> To: cygwin@cygwin.com
> Date: Wednesday, December 2, 2009, 4:47 PM
> 


> echo "/usr/bin/gzip -f ./$1.sql 2>> error.log"
> >> error.log
> usr/bin/gzip -f ./$1.sql 2>> error.log
> 
> The output I get is:
> 
> hyperquest_v2.sql
> /usr/bin/gzip -f ./hyperquest_v2.sql 2>> error.log
> usr/bin/gzip: No such file or directory


If what you provided is literally what you have, notice the missing / in front of "usr/bin/gzip" above. That would explain the error - wherever the service is trying to run, there isn't a folder called usr there.

Edit the above code to execute exactly what you echo into the error log..

-- 
Tcl - It's the real thing. http://wiki.tcl.tk/ 
http://www.purl.org/NET/lvirden/ http://www.xanga.com/lvirden/
Anything in this posting represents only my personal opinion.



      

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]