diff --git a/core-modules/000QubesVm.py b/core-modules/000QubesVm.py index 8cf8a661..4927a400 100644 --- a/core-modules/000QubesVm.py +++ b/core-modules/000QubesVm.py @@ -1760,6 +1760,9 @@ class QubesVm(object): except IOError: # ENOENT (pidfile) pass + # force connection to a new daemon + self._qdb_connection = None + retcode = subprocess.call ([ system_path["qubesdb_daemon_path"], str(self.xid),