almir
almir copied to clipboard
bconsole timeout
Sometimes bacula-director will not respond at all. Process is running, but bconsole will never timeout. Result is that Popen call never ends, which looks like almir does not start correctly.
Seems like Popen got a timeout parameter in Python 3.3
There are also situations that console connection stops. Almir should handle this more gracefully, probably it shouldn't be a global state at all.