From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Schiers" Subject: Possible Compatibility Bug in xl create Date: Mon, 23 May 2011 22:01:32 +0200 Message-ID: References: <20110523191650.GB32595@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20110523191650.GB32595@reaktio.net> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: "stefano.stabellini" List-Id: xen-devel@lists.xenproject.org Dear all, there is a problem with xl that will still prevent it tob e a=20 replacement for xm in /etc/init.d/xendomains. I tracked it down to the rdname function in the a.m. file, which is=20 expecting the command xm create --dryrun --quiet to create a Lisp-like structure, where the xendomain script will extract=20 the DomU name from. xl create --dryrun --quiet will not output such a structure.=20 xl -d -f =20 will do, but as soon as combined with -n, it will not. My setting is starting/shutting down only DomUs mentioned in=20 /etc/xen/auto. BR, Carsten.