delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/09/26/11:44:12

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Fri, 26 Sep 2003 11:43:55 -0400 (EDT)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: =?iso-8859-1?Q?=D8yvind_Harboe?= <oyvind DOT harboe AT zylin DOT com>
cc: cygwin AT cygwin DOT com
Subject: Re: cron problems finally resolved
In-Reply-To: <LDEFIMCDLFJKECEABIHDGEDJCGAA.oyvind.harboe@zylin.com>
Message-ID: <Pine.GSO.4.56.0309261140500.3193@slinky.cs.nyu.edu>
References: <LDEFIMCDLFJKECEABIHDGEDJCGAA DOT oyvind DOT harboe AT zylin DOT com>
Importance: Normal
MIME-Version: 1.0

On Fri, 26 Sep 2003, Øyvind Harboe wrote:

> After much knashing of teeth, I've finally figured out
> what made my cron scripts fail:
>
> In a normal shell, the /usr/bin is in at the front of
> the $PATH.
>
> When cron runs as a cygrunsrv service /usr/bin is at the
> end of the $PATH.
>
> In my case, I had a Windows version of "tar" that being executed
> instead of CygWins "tar", but only when run from within cron
> as a service.
>
> My workaround was to launch the subcript in question via "bash":
>
> bash --login -i -c "sh /cygdrive/c/foo/backup.sh"
>
>
> This is not the first time I've run into $PATH problems between
> Windows and CygWin. Something to look out for.
>
> Øyvind

Øyvind,

FWIW, you don't have to invoke "sh" since you're already invoking bash,
i.e., you could change your invocation to

bash --login -i -c "cygdrive/c/foo/backup.sh"

(or even without a -c)...  Take a look at the "-e" option to cygrunsrv --
it might help.  Also, the following thread might be of interest:
<http://cygwin.com/ml/cygwin/2003-09/msg01633.html>.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019