From mboxrd@z Thu Jan 1 00:00:00 1970 From: "W. Michael Petullo" Subject: xl create ... -c Date: Wed, 16 Feb 2011 19:18:13 -0600 Message-ID: <20110217011813.GA3596@imp.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Has anyone else noticed that "xl create DOM -c" does not work when using Xen 4.1.0 RC4? This seems to contradict xl's usage message. I see: $ sudo xl create Client.conf -c Usage: xl [-v] create [options] [vars] Create a domain from config file . Options: -h Print this help. -p Leave the domain paused after it is created. -c Connect to the console after the domain is created. So the documentation states that "-c" should accepted in this position, but the program does not accept it. On the other hand, "xl create -c Client.conf" works. -- Mike :wq