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

[Xen-users] Problems creating a ttylinux domain with almost default conf

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems creating a ttylinux domain with almost default config
From: Rob Renaud <rrenaud@xxxxxxxxx>
Date: Sun, 4 Dec 2005 22:22:05 -0500
Delivery-date: Mon, 05 Dec 2005 03:21:55 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GRQitBJE6OWvPWWmfs5Btv2pxRj1ce0aqF5wRdm57jKroVdBZDjIeDm0nmfliQ7FvfSp6N5xJUFzAVnJI8cSb3/PAQTOv8D2Ysu6U8NRiim4vM05HUnMaTW9ZBzfigk2r8bfva5FHQwN+ih7p+QdNFtqPYzFwiUjRkpzTEx65j4=
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
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems creating a ttylinux domain with almost default config, Rob Renaud <=