Re: Hanging while opening /dev/random

2000-01-16 Thread Igmar Palsenberg
> Ok peeps, here an interesting one. It's got me stumped. > I have a passwd program which access /dev/random before it changes a > users password. Thing is hangs for no reason before completing. > > Running strace passwd tells me that when it tries to read from > /dev/random it just hangs. B

Re: Hanging while opening /dev/random

2000-01-14 Thread Tom Gilbert
* Jamie Carl ([EMAIL PROTECTED]) wrote: > Ok peeps, here an interesting one. It's got me stumped. > I have a passwd program which access /dev/random before it changes a > users password. Thing is hangs for no reason before completing. > > Running strace passwd tells me that when it tries to rea

Re: Hanging while opening /dev/random

2000-01-13 Thread David Taylor
IIRC, that is the correct behaviour when your system does not have enough random "information". That is, it waits for system entropy to generate some more. Or, I may have completely forgotten the real reason and pulled this from my arse. :-) -- David -- To unsubscribe: mail [EMAIL PROTECTE

Hanging while opening /dev/random

2000-01-13 Thread Jamie Carl
Ok peeps, here an interesting one. It's got me stumped. I have a passwd program which access /dev/random before it changes a users password. Thing is hangs for no reason before completing. Running strace passwd tells me that when it tries to read from /dev/random it just hangs. Has anyone seen