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] Re: Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server -

To: Priya <pbhat@xxxxxxxxxxxx>, hurenkam <hurenkam@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Thu, 23 Sep 2010 12:16:28 +0000 (UTC)
Cc: nunziaG84@xxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, Pasi Kärkkäinen <pasik@xxxxxx>
Delivery-date: Thu, 23 Sep 2010 05:57:27 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1285244188; bh=D7xQ6rpFvfmOY5KZYkUT2Bw7Kla3ih8GbKCRT8A9jy0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=g/4zY/h2GATCJ9UrIltD48ur4y0vxrDUGO10y8INmqlyV9I3IYkRAUfG0V+WVTSiY4J+50mq6LuUlHrcMyvI89Eq2dqqpttKwCyWoCC6M9L8uKm2qavutW4tfbxj0fzop+UIg0PB9pcTXTLb/SRBxJXllQ2PV0nUTSo6IAYoGUo=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=SNTZE57ZYCUrEFw3AV/G1xyyvILJXeS0x8KS/xTvFdBrTFa5/3VRnz+RMF32D/eZmw+Ui+ShF/xCpS4YT7tukazEolq0gd2r0ugJJrbUlZ++YQ+V7lsqwnW7BF4FWuVXtsIjaxrX3gyNc+YpRzHf08YmHmNssAY+bL/99iVoyfg=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <165862d53dc733749e0e0b6e7b7a5a9c@xxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Could you submit .config file for particular pvops kernel ( loading under Xen and not creating devices required)

Boris.

--- On Thu, 9/16/10, hurenkam <hurenkam@xxxxxxxxx> wrote:

From: hurenkam <hurenkam@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
To: "Priya" <pbhat@xxxxxxxxxxxx>
Cc: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>, nunziaG84@xxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, "Pasi Kärkkäinen" <pasik@xxxxxx>
Date: Thursday, September 16, 2010, 11:30 AM

Hi,

> xenfs is not mounted. Here is the output for the mount command:
>
> I did a modprobe on xenfs but I cannot mount it yet. Could you please
> give me the correct command line arguments for doing so. Here are my
> outputs:
>
> root@XenOpen:~# modprobe xenfs
> root@XenOpen:~# mount xenfs
> mount: can't find xenfs in /etc/fstab or /etc/mtab

Try this:
# mount -t xenfs xenfs /proc/xen


> There is no "xen" directory in /dev....Here is what I have:
That's also a problem, it should exist, and should contain the
following:

# ls -l /dev/xen
total 0
crw-rw---- 1 root root 10, 62 2010-09-16 00:37 evtchn
crw-rw---- 1 root root 10, 61 2010-09-16 00:37 gntdev

Perhaps they are built as modules, try modprobing them:
# modprobe xen-gntdev
# modprobe xen-evtchn


Ubuntu is unaware of these devices, so unless you built them
into your kernel, they may not automatically be available
after you boot.
Probably udev could/should take care of this during boot, but
i've just decided to configure my kernel with these devices
as built-in.
If you wish, you can add the modules to your modules list in
/etc/initramfs-tools/modules, then they will automatically
be added to your initrd when you run update-initramfs to
create your initrd.


Regards,
Mark.


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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>