Bugs item #944108, was opened at 2004-04-28 17:51 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100259&aid=944108&group_id=259
Category: Initial RAM Disk Group: v3.2.0 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Exit error on sleep_loop procedure Initial Comment: On Redhat 9.0: If multicast with Flamethrower fails the first time, the retry variable "count" is unset in the sleep_loop procedure of /etc/int.d/functions in initrd.img. This leads to an exit error: flamethrower_client() { ... until [ "$SUCCESS" = "yes" ] ... if [ $COUNT -lt $RETRY ]; then ... sleep_loop $FLAMETHROWER_CLIENT_SLEEP done .... } sleep_loop() { ... unset COUNT ... } ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-12 08:12 Message: Logged In: NO Solution is simply to change the name of COUNT variable in sleep_loop procedure ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100259&aid=944108&group_id=259 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel