<div>&nbsp;</div>
<div>We're running into the problem described in bug 1177468, where urandom tries to</div>
<div>use a cached file descriptor that was closed by a daemonizing function.&nbsp; &nbsp;A quick</div>
<div>fix/workaround is to have os.urandom open /dev/urandom everytime it gets called</div>
<div>instead&nbsp;of using the a cached fd.</div>
<div>&nbsp;</div>
<div>Would that create any problems other that those related to the additional system</div>
<div>call overhead?</div>
<div>&nbsp;</div>
<div>BTW, I added the traceback we're getting as comment to the bug.</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>&nbsp;</div>
<div>PS</div>
<div>&nbsp;</div>
<div>This is with Python 2.4.1</div>
<div>&nbsp;</div>
<div>-- <br>Luis P Caamano<br>Atlanta, GA USA </div>