15 messages in com.xensource.lists.xen-develRE: [Xen-devel] Newbie question: "err...
FromSent OnAttachments
Quinton Hoole25 Jan 2005 06:54 
Quinton Hoole25 Jan 2005 23:04 
Jan Kundrát26 Jan 2005 07:46 
Quinton Hoole27 Jan 2005 02:04 
Jan Kundrat28 Jan 2005 07:23 
Mark Williamson28 Jan 2005 08:11 
Mark Williamson28 Jan 2005 08:54 
Quinton Hoole28 Jan 2005 08:59 
Anthony Liguori28 Jan 2005 12:24 
Quinton Hoole28 Jan 2005 23:46 
Ian Pratt29 Jan 2005 01:41 
Quinton Hoole29 Jan 2005 03:37 
Quinton Hoole29 Jan 2005 03:44 
Mark Williamson29 Jan 2005 05:43 
Quinton Hoole31 Jan 2005 01:07 
Subject:RE: [Xen-devel] Newbie question: "error creating domain: vbd: segment not found"
From:Quinton Hoole (quin@hoole.biz)
Date:01/28/2005 08:59:43 AM
List:com.xensource.lists.xen-devel

Marvellous! Fixed.

Thanks

Q

-----Original Message----- From: maw@hermes.cam.ac.uk [mailto:maw@hermes.cam.ac.uk] On Behalf Of Mark Williamson Sent: 28 January 2005 18:12 To: xen-@lists.sourceforge.net Cc: Quinton Hoole; 'Jan Kundrát' Subject: Re: [Xen-devel] Newbie question: "error creating domain: vbd: segment not found"

Thanks, but I'm using the standard XenLinux distribution (vmlinuz-2.6.10-xen0) which I downloaded from the Xen downloads page a few weeks back. Surely this has the required loop device support?

Can you check that you have the losetup command available on your system and that it works OK?

Try: losetup /dev/loop0 /home/quintonh/Downloads/xen/ttylinux-xen

And then change the VBD to refer to 'phy:/dev/loop0' instead of 'file:...'.

(assuming that works, you can remove the loop mapping after stopping the domain using 'losetup -d /dev/loop0)

Cheers, Mark