Bugs item #680168, was opened at 2003-02-04 08:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=680168&group_id=9368
Category: Installation Group: 2.2 Status: Open Resolution: Fixed Priority: 8 Submitted By: Jeff Squyres (jsquyres) Assigned to: Brian Elliott Finley (brianfinley) Summary: rsyncd does not start Initial Comment: As has been discussed on the devel mailing list, /etc/rc.d/init.d/systemimager may fail to launch the rsyncd due to a PATH problem in some environments (e.g., RH 7.3). This causes the clients to be unable to download their images, unless the user manually starts the rsyncd. We should either have a new SI RPM, or, if that's not possible in time, apply a patch to /etc/rc.d/init.d/systemimager at OSCAR's install time to make it do the Right Thing. ---------------------------------------------------------------------- >Comment By: Jeff Squyres (jsquyres) Date: 2003-02-13 10:19 Message: Logged In: YES user_id=11722 <frustrated> Can we *please* get a fix for this from the package maintainers? We've been holding up the 2.2 release for *weeks* because of a simple, one-word fix that is required for SI. This is really silly, and is getting very frustrating. No other progress has been able to get into CVS because it's frozen, waiting this fix. </frustrated> ---------------------------------------------------------------------- Comment By: Jeff Squyres (jsquyres) Date: 2003-02-12 15:39 Message: Logged In: YES user_id=11722 We asked for that 3 weeks ago (!) and didn't get it. So it seemed to be a quicker solution to put in a patch. ---------------------------------------------------------------------- Comment By: Jason Brechin (brechin) Date: 2003-02-12 15:36 Message: Logged In: YES user_id=274641 Why don't we just make the simple change in the packaged file? It seems like a much more robust solution than patching after it's installed. ---------------------------------------------------------------------- Comment By: Michael Chase-Salerno (mchasal) Date: 2003-02-12 14:43 Message: Logged In: YES user_id=99742 This is broken in multiple ways. The problem Tom is seeing is caused because the $PATCH variable is used without being first set, so the patch command is handed the directory instead of the patch. In addition, the actual patch will complain and return badly because the patch is contained in the script and patch tries to deal with the script instructions and can't. Finally, patch creates a systemimager.orig file in the /etc/init.d directory, so after this script runs, you can do a "service systemimager.orig start" which we really don't want to leave around. Brian, I would suggest just using sed to make this change to that file. ---------------------------------------------------------------------- Comment By: Thomas Naughton (naughtont) Date: 2003-02-11 19:59 Message: Logged In: YES user_id=288102 quick test before cutting beta4, patch fails copy/pasted last part of output to logfile attached below (test on rh73vm) ---------------------------------------------------------------------- Comment By: Jeff Squyres (jsquyres) Date: 2003-02-11 15:00 Message: Logged In: YES user_id=11722 This is *not* fixed. You committed a patch, but there's nothing to *apply* this patch at run time. ---------------------------------------------------------------------- Comment By: Brian Elliott Finley (brianfinley) Date: 2003-02-11 14:58 Message: Logged In: YES user_id=140 Created patch for the immediate release. Patched in SystemImager CVS for future releases. Patch committed to packages/sis dir. ---------------------------------------------------------------------- Comment By: Michael Chase-Salerno (mchasal) Date: 2003-02-04 10:27 Message: Logged In: YES user_id=99742 I believe this is the known export problem. Brian, can you please fix this and check a new rpm into OSCAR or provide a patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=680168&group_id=9368 ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
