Bugs item #944108, was opened at 2004-04-28 17:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
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
...
}



----------------------------------------------------------------------

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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to