Bugs item #944108, was opened at 2004-04-28 19:51
Message generated for change (Comment added) made by brianfinley
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Brian Elliott Finley (brianfinley)
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: Brian Elliott Finley (brianfinley)
Date: 2004-06-16 08:48
Message:
Logged In: YES
user_id=140
Fixed. Thanks for the patch!
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-05-13 08:47
Message:
Logged In: NO
Solution is simply to change the name of COUNT variable in
sleep_loop procedure
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-05-12 10: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 The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel