From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: guests started with xl create -V have no monitoring process Date: Fri, 27 Sep 2013 11:10:47 +0200 Message-ID: <20130927091047.GA1800@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org The following command leaves no xl monitoring process for the domU. The result is that shutdown for this guest is not working properly, there is always a stale domid left behind: xl -v create -V -d -f some.cfg < /dev/null & Removing the -V option is a workaround. This happens with 4.3 and is not fixed in master. Olaf