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] xenconsole: Could not read tty from store: No such file or d

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xenconsole: Could not read tty from store: No such file or directory
From: "Marco Strullato" <marco.strullato@xxxxxxxxx>
Date: Thu, 7 Aug 2008 13:58:00 +0200
Delivery-date: Thu, 07 Aug 2008 04:58:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=e90ri1aWk945FhGoTVHnq4gwS/QlO4NOSw1McnTowVM=; b=AXbEeJHtlpo3abVtBWtz478fJLr7u14BnjNxyHnu6JjMli0w1ivZw1NZoiYvxzHOAB gD/G2jolemKdkU/UphXQq87FVJAKzbq5r7P4eYm+mMKXw87/1XOCyYTHKjZwIrqT+eUp fmwjWeIDCNf+RcY9zh7f91p4MzDbTevxGqV9A=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NU+b9pvYtDDFU4GWddjNbNEvQllZS2zHQeAeqYoXNqwLooZm3nvTnHYN7VIdNu0K+S 0S0rCY4Qc12nfxBjJIc0EeWBhMIEW1Me7LOeVfmmflv5qaLhzNpu4CDPVdR7g3s/jWfU zlg9xR9B0rLkir8msDGlUfQUN/0f7FB0GvW4k=
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all, I'm installing kubuntu 7.10 as domU into a centos 5 dom0.
I have a problem booting kubuntu.




this is the grub menu.lst
default         0
timeout         3
hiddenmenu
title           Ubuntu 7.10
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.22-14-xen ro root=/dev/xvda1 console=xvc0
initrd          /boot/initrd.img-2.6.22-14-xen





and this is the configuration file for xen
bootloader = '/usr/bin/pygrub'
memory = 256
name = "ubuntu"
vif = [ '' ]
disk = [ 'phy:/dev/HYP03VM/KUBUNTU,xvda1,w',
'phy:/dev/HYP03VM/KUBUNTU_SWAP,xvdb1,w' ]





This is the file the virtual console from kubuntu

# xvc0 - getty
#
# This service maintains a getty on xvc0 from the point the system is
# started until it is shut down again.

start on runlevel 2
start on runlevel 3

stop on runlevel 0
stop on runlevel 1
start on runlevel 4
start on runlevel 5
stop on runlevel 6

respawn
exec /sbin/getty 38400 xvc0



and I changed the securetty file adding xvc0



When I boot kubuntu I get

Started domain kubuntu
xenconsole: Could not read tty from store: No such file or directory

I rally do not know what to check... I believe there's something
different btw how centos and ubuntu manage xen...

What could I check?

Thanks

Marco

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>