"Maurizio Lemmo (Tannoiser)" <[EMAIL PROTECTED]> wrote:

> I found this bug closed, but, the problem remain, probably because
> the time waited from the script isn't still enough.

What kind of machine can take as much as 15 seconds to create a device
node ? Really ?

> I solved with the "add sleep 5 before chown" suggest.

Currently, the script waits for 10 seconds max. Please change the
value to 15 or 20 seconds and, if it works, I'll bump the limit in the
next upload (given that I just uploaded 1.0.16-1, that can take some
time).

(okay, sleep 1 may actually wait less than 1 second, so that should
probably be taken into account here -- anyway the script is a
conffile, feel free to modify it and dpkg won't touch it)

N=0
while [ ! -e $DEVICE ] && [ $N -lt 10 ]; do
#                             here ^^
    sleep 1
    N=$(expr $N + 1)
done

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]> 
 
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to