WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Problem while installing XEN 3.1 on Fedora 6

To: raghunathan srinivasan <raghunathansrinivas@xxxxxxxxx>
Subject: Re: [Xen-users] Problem while installing XEN 3.1 on Fedora 6
From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
Date: Tue, 06 Nov 2007 08:16:46 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 06 Nov 2007 00:16:13 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=kuk/ToqTs2f7fSrSNhEMNIn1eVvohyMpS1bUdcACVH4=; b=VzDB89BP0QRJMcySZmDmkDJ7QYwr4GM5zyDJnKIVSnUn0qOHXUjeoR7/kHbkMIj04nC1PSmnjcbZONyYwtZT/ycO02u8bM2OOZN6XLJvT0dwWtYSiBcDCsOAiGO0GzbAlou/4uNB+q8YRFXrKa9pRluz3PZiNBMdbHg6eyso3cU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=bBaTI+YkbcbnoeDy6ax+C/qGRGLRPYOqM0NJeXaklHIkHNQxWSlmwwfj6XSphZbGdLf2nooTRxWXUSj/SgV1uB1WCrdVtCIWzN4PJyE81skmsvGASSlxSrfxzu99XHCycrmdX16ALmWYi1Kwai1+GvR4PMn1rarC2s1kHviB/1c=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <ef65ab0d0711052130u4febdc5ep4eae141e5e7bae6@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <ef65ab0d0711052130u4febdc5ep4eae141e5e7bae6@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.13 (Windows/20070809)
raghunathan srinivasan wrote:
Hi,

I downloaded XEN 3.1 source code on a fedora 6 machine.
I did
# make world
# make install

It did not give me an error then when I restarted the machine the Grub
did not have 2 options. It had only one option that was the kernel.
On loading the OS, when i gave

Right. The source code does not have the smarts to run "grubby" and set up the kernel. This is what you get for using source code, and not an RPM. Go ahead and take a look at the SRPM and the .spec file to see exactly how it uses grubby, and reset your default kernel, and reboot.
# xend
it gives the following errors:
[root@localhost sbin]# xend
ERROR Internal error: Could not obtain handle on privileged command
interface (2 = No such file or directory)
ERROR Internal error: Could not obtain handle on privileged command
interface (2 = No such file or directory)
Traceback (most recent call last):
  File "/usr/sbin/xend", line 42, in ?
    from xen.xend.server import SrvDaemon
  File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 26, in ?
    import relocate
  File "//usr/lib/python/xen/xend/server/relocate.py", line 26, in ?
    from xen.xend import XendDomain
  File "//usr/lib/python/xen/xend/XendDomain.py", line 35, in ?
    from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  File "//usr/lib/python/xen/xend/XendCheckpoint.py", line 22, in ?
    from xen.xend.XendConfig import XendConfig
  File "//usr/lib/python/xen/xend/XendConfig.py", line 27, in ?
    from xen.xend.XendDevices import XendDevices
  File "//usr/lib/python/xen/xend/XendDevices.py", line 22, in ?
    from xen.xend.server import blkif, netif, tpmif, pciif, iopif,
irqif, usbif, vfbif
  File "//usr/lib/python/xen/xend/server/pciif.py", line 38, in ?
    xc = xen.lowlevel.xc.xc()
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle
on privileged command interface (2 = No such file or directory)')

Can anyone tell me what has gone wrong and how I can correct this?
Yes, upgrade to Fedora Release 7, and use the kernek-xen RPM if you can.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>