Ticket #216 (closed defect: fixed)
Intermittent Python crashes at startup
| Reported by: | frisco | Owned by: | lars |
|---|---|---|---|
| Priority: | normal | Milestone: | cryptonas-live-cd 0.4.0 |
| Component: | debian-package | Version: | svn |
| Severity: | normal | Keywords: | threading |
| Cc: |
Description
Most of the time on startup there's an unhandled Python exception. Although the attached screen shot is from my virtual machine, I've noticed something similar on real boxes.
In most cases after this occurs the CryptoNAS web interface is accessible and everything seems to be fine; in a few cases I wasn't able to access the web interface and didn't discover why. Also, the Python traceback output may have been different in the cases where the web interface didn't work.
In cases where there is a problem with the web interface, restarting CryptoNAS using
/etc/init.d/cryptobox-server stop /etc/init.d/cryptobox-server start
corrected the problem.
I'll try to pay more attention to the specific symptoms in the future, but I wanted to mention this in case you guys had any ideas. I've heard there are problems with some of the Python thread code; maybe this is a race condition.
