=== modified file 'mandos' --- mandos 2011-12-21 16:33:08 +0000 +++ mandos 2011-12-21 17:16:00 +0000 @@ -2218,6 +2218,9 @@ .format(e)) if e.errno != errno.ENOENT: raise + except EOFError as e: + logger.warning("Could not load persistent state: " + "EOFError: {0}".format(e)) with PGPEngine() as pgp: for client_name, client in clients_data.iteritems():