15 messages in com.xensource.lists.xen-devel[Xen-devel] Newbie question: "error c...
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:[Xen-devel] Newbie question: "error creating domain: vbd: segment not found"
From:Quinton Hoole (quin@hoole.biz)
Date:01/25/2005 11:04:05 PM
List:com.xensource.lists.xen-devel

Advance apologies for a potential retransmit – the moderator doesn’t seem to have got to my previous post yet, so here goes from a registered account

I'm following the ttylinux example in section 3.3 of the xen user manual, and getting the following error:

[root@localhost quintonh]#  /usr/sbin/xm create -c /etc/xen/ttylinux.domain-config-file Using config file "/etc/xen/ttylinux.domain-config-file". Error: Error creating domain: vbd: Segment not found: uname=file:/home/quintonh/Downloads/xen/ttylinux-xen

My domain config file is attached, but essentially looks like this:

kernel = "/boot/vmlinuz-2.6.10-xenU" memory = 64 name = "ttylinux" nics=1 ip = "1.2.3.4" disk = [ 'file:/home/quintonh/Downloads/xen/ttylinux-xen,hdb2,w' ] root = "/dev/hdb2 ro"

And the file is there:

[root@localhost xen]# pwd /home/quintonh/Downloads/xen [root@localhost xen]# ls -als total 26196    4 drwx------  3 quintonh quintonh     4096 Jan 25 15:47 .    4 drwx------  8 quintonh quintonh     4096 Jan 17 16:29 .. 16020 -rw-rw-r--  1 quintonh quintonh 16384000 Jan 25 14:39 ttylinux-xen

Any ideas?

Q