This is (I believe) now resolved.  It had to do with the path not being
exported in the init script.  The 'which rsync' bit was failing to find
rsync.  I've added the export bit and that should resolve the issue.

-Brian


On Wed, 2003-01-22 at 02:36, dann frazier wrote:
> i'm not really sure what's being asked - i have noticed that when
> i install the systemimager-server rpm, it turns off the service, and
> never restarts it - it always needs to be started by hand.
> 
> i'm not familiar w/ the service command.
> 
> On Tue, Jan 21, 2003 at 01:56:06PM -0500, Sean Dague wrote:
> > Dann,
> > 
> > What do you make of this error?
> > 
> >     -Sean
> > 
> > ----- Forwarded message from Jeff Squyres <[EMAIL PROTECTED]> -----
> > 
> > Date: Tue, 21 Jan 2003 13:37:49 -0500 (EST)
> > From: Jeff Squyres <[EMAIL PROTECTED]>
> > To: OSCAR development <[EMAIL PROTECTED]>
> > Subject: Re: [Oscar-devel] new SIS problem?
> > 
> > On Tue, 21 Jan 2003, Jeff Squyres wrote:
> > 
> > > -----
> > > --> Running post_server_install scripts for server core packages
> > > which: no rsync in ((null))
> > > -----
> > 
> > Doing a little more checking, I've found that the place where rsync is
> > supposed to be started is right here in the OSCAR process, via
> > /etc/rc.d/init.d/systemimager (from RPM: systemimager-server-3.0.0-1).
> > 
> > The first few lines of that script are:
> > 
> > -----
> > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> > NAME=rsync
> > OPTIONS="--daemon --config=/etc/systemimager/rsyncd.conf"
> > DAEMON=`which $NAME` || exit 0
> > -----
> > 
> > And if I run this manually (e.g,. "service systemimager --status"), I get
> > the "which: no rsync in ((null))" error.
> > 
> > However, if I change the "PATH" statement to "export PATH...", it all
> > works.
> > 
> > So I'm not quite sure how the environment propgation stuff is going wrong
> > here, and I'm not sure if "export" is the Right answer.  [shrug]
> > 
> > -- 
> > {+} Jeff Squyres
> > {+} [EMAIL PROTECTED]
> > {+} http://www.lam-mpi.org/
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Scholarships for Techies!
> > Can't afford IT training? All 2003 ictp students receive scholarships.
> > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> > www.ictp.com/training/sourceforge.asp
> > _______________________________________________
> > Oscar-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > 
> > ----- End forwarded message -----
> > 
> > -- 
> > _______________________________________________________________________
> >                             
> > Sean Dague                [EMAIL PROTECTED]               http://dague.net
> > 
> > There is no silver bullet.  Plus, werewolves make better neighbors than
> > zombies, and they tend to keep the vampire population down.
> > _______________________________________________________________________
> 
> 
> 
> -- 
> 
> [EMAIL PROTECTED] 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Scholarships for Techies!
> Can't afford IT training? All 2003 ictp students receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> _______________________________________________
> Sisuite-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/sisuite-devel
> 
-- 
---------------------------------------------------
 Brian Elliott Finley  http://baldguysoftware.com/
  phone: 630.803.8183  http://systemimager.org/           
---------------------------------------------------



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to