From 34f7ddd41ebddfb8a38aa8231c59c738c26082a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 7 Nov 2015 05:43:34 +0100 Subject: [PATCH] core: force QubesDB reconnection on VM start --- core-modules/000QubesVm.py | 3 +++ 1 file changed, 3 insertions(+) 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),