All of lore.kernel.org
 help / color / mirror / Atom feed
* Newbie question: "error creating domain: vbd: segment not found"
@ 2005-01-25 14:54 Quinton Hoole
  2005-01-26 15:46 ` Jan Kundrát
  0 siblings, 1 reply; 16+ messages in thread
From: Quinton Hoole @ 2005-01-25 14:54 UTC (permalink / raw)
  To: xen-devel

Hi 

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Newbie question: "error creating domain: vbd: segment not found"
@ 2005-01-26  7:04 Quinton Hoole
  0 siblings, 0 replies; 16+ messages in thread
From: Quinton Hoole @ 2005-01-26  7:04 UTC (permalink / raw)
  To: 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

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 2005/01/25
 



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Newbie question: "error creating domain: vbd: segment not found"
@ 2005-01-28 14:39 Quinton Hoole
  0 siblings, 0 replies; 16+ messages in thread
From: Quinton Hoole @ 2005-01-28 14:39 UTC (permalink / raw)
  To: xen-devel

Hi Guys

I'm still struggling to get ttylinux running on xen - please see config
files etc below.  Can anyone perhaps help?  I'm using the bog standard
binaries for both xen and ttylinux downloaded from the xen site.  The
only change I've made relative to the tutorial in section 3.3 of the xen
user manual are that my root partition is on /dev/hdb2, and not
/dev/sda1, so my domain config file has been edited appropriately
(/dev/sda1 does not even exist on my system).  Am I perhaps confused
here?  Should I be using a device other than my dom0 root device?

Thanks in advance...

Q

> -----Original Message-----
> From: Quinton Hoole [mailto:quinton@hoole.biz]
> Sent: 26 January 2005 09:04
> To: 'xen-devel@lists.sourceforge.net'
> Subject: Newbie question: "error creating domain: vbd: segment not
found"
> 
> 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
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 2005/01/25
> 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.5 - Release Date: 2005/01/26
 



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2005-01-31  9:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 14:54 Newbie question: "error creating domain: vbd: segment not found" Quinton Hoole
2005-01-26 15:46 ` Jan Kundrát
2005-01-27 10:04   ` Quinton Hoole
2005-01-28 15:23     ` Jan Kundrat
2005-01-28 16:11     ` Mark Williamson
2005-01-28 17:00       ` Quinton Hoole
2005-01-28 16:55         ` Mark Williamson
2005-01-28 20:24           ` Anthony Liguori
2005-01-29  7:46             ` Newbie question: "error creating domain: vbd:segment " Quinton Hoole
2005-01-29  9:41               ` Ian Pratt
2005-01-29 11:44                 ` Quinton Hoole
2005-01-29 13:43                   ` Mark Williamson
2005-01-31  9:08                     ` Quinton Hoole
2005-01-29 11:37           ` Newbie question: "error creating domain: vbd: segment " Quinton Hoole
  -- strict thread matches above, loose matches on Subject: below --
2005-01-26  7:04 Quinton Hoole
2005-01-28 14:39 Quinton Hoole

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.