From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Subject: 'xm create' broken as of cs 13896 Date: Fri, 09 Feb 2007 16:22:52 -0500 Message-ID: <45CCE62C.5030405@tycho.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: 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 The 'xm create' command produces the following output for a PV linux domain on x86_32 on xen-unstable changeset 13896: $> xm create vmconfig Using config file "/etc/xen/vmconfig". Error: (13, 'Permission denied') Running 'xm list' after the previous command shows the following: $> xm list Name ID Mem VCPUs State Time(s) Domain-0 0 193 1 r----- 24.6 fc5-1 2 128 1 --p--- 0.0 >>From /var/log/xen/xend.log: [2007-02-09 16:17:43 2584] ERROR (XendDomain:1378) (13, 'Permission denied') Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendDomain.py", line 1376, in domain_sched_credit_set return xc.sched_credit_domain_set(dominfo.getDomid(), weight, cap) Error: (13, 'Permission denied') -- Chris