When find_iso is called wait for devices to appear

Bug #188952 reported by Agostino Russo
2
Affects Status Importance Assigned to Milestone
Wubi
Fix Released
Medium
Agostino Russo
lupin
Fix Released
Medium
Agostino Russo

Bug Description

If find_iso fails the first time wait 5 secs and try again.
Some devices might not have time to appear otherwise.

Related branches

Agostino Russo (ago)
Changed in lupin:
importance: Undecided → Medium
status: New → Confirmed
description: updated
Revision history for this message
Agostino Russo (ago) wrote :

Something like the following lupin-helpers>find_path might do

local try_number
for try_number in 1 2 3; do
  [ $try_number -gt 1 ] && sleep 3
  for sysblock in ...; do
    #inner loop
  done
done

Agostino Russo (ago)
Changed in lupin:
status: Confirmed → Fix Committed
Changed in wubi:
status: New → Fix Committed
Agostino Russo (ago)
Changed in lupin:
assignee: nobody → ago
status: Fix Committed → Fix Released
Changed in wubi:
assignee: nobody → ago
importance: Undecided → Medium
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.