From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mick Jordan Subject: Re: Size limit on extra argument to xm create; RETRACT Date: Wed, 09 Sep 2009 21:00:27 -0700 Message-ID: <4AA879DB.8090403@Sun.COM> References: <4AA8772C.5060601@Sun.COM> Reply-To: Mick.Jordan@Sun.COM Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <4AA8772C.5060601@Sun.COM> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 09/ 9/09 08:49 PM, Mick Jordan wrote: > Experimentally there seems to be a 1024 byte limit on the size of the > extra parameter to xm create (shades of csh!). > > Before I dig in to the code, I'm thought I'd check if this a limit in > xm or a more fundamental limit in the Xen guest interface. I can > imagine a hard limit of a page in the latter case, but that would be a > lot better than 1024. Ha, so funny, the problem was actually the csh limit. xm works fine when spawned from bash.