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] Problems creating a ttylinux domain with almost defaultc

To: "Rob Renaud" <rrenaud@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] Problems creating a ttylinux domain with almost defaultconfig
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Mon, 5 Dec 2005 03:33:51 -0000
Cc: ian.pratt@xxxxxxxxxxxx
Delivery-date: Mon, 05 Dec 2005 03:33:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcX5Sy/LVrBLJePVQRqiv4FG5JeB3wAAQ6Dg
Thread-topic: [Xen-users] Problems creating a ttylinux domain with almost defaultconfig
Have a look in /var/log/xen-hotplug.log to see what's going wrong. 

If you still can't figure it out, use xen-bugtool to collect together
your logs and post them.

Ian

> I am trying following the docs, trying to create a ttylinux domain. 
> However, the creation fails as so.
> 
> root:~$ xm create -c ttylinux_xen_config Using config file 
> "ttylinux_xen_config".
> Error: Device 0 (vif) could not be connected. Backend device 
> not found.
> 
> No terminal shows up, and I can't xm console blocks.  
> However, xm list shows the domain.
> 
> root:~$ cat ttylinux_xen_config
> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 64
> name = "ttylinux"
> nics = 1
> ip = "1.2.3.4"
> disk = ['file:/home/rob/ttylinux-xen,sda1,w']
> root = "/dev/sda1 ro"
> 
> root:~$ xm list
> Name                              ID Mem(MiB) VCPUs State  Time(s)
> Domain-0                           0      128     1 r-----   176.5
> ttylinux                           6       64     1 --p---     0.0
> 
> _______________________________________________
> 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>
  • RE: [Xen-users] Problems creating a ttylinux domain with almost defaultconfig, Ian Pratt <=