|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xenconsole: Could not read tty from store: No such file
Hi Zechao,
well I've had a similiar problem, maybe this will help you
to solve the problem:
Look for the following line in the file /etc/inittab of
you domU (try to mount the domU image in dom0 to edit the inittab
file of the vm):
co:2345:respawn:/sbin/mingetty console
If the line is missing simply add it to the inittab. Below
you find an example how (a part of) my inittab looks like.
-----
# Run gettys in standard runlevels
#
#line added to get a login prompt:
#(dont forget to comment out the following line)
#
co:2345:respawn:/sbin/mingetty console
#co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav
#1:2345:respawn:/sbin/mingetty tty1
#2:2345:respawn:/sbin/mingetty tty2
#3:2345:respawn:/sbin/mingetty tty3
#4:2345:respawn:/sbin/mingetty tty4
#5:2345:respawn:/sbin/mingetty tty5
#6:2345:respawn:/sbin/mingetty tty6
-------------
I hope this will solve your problem.
cheers,
marcel
Am 22.06.2007 um 05:03 schrieb zechao wang:
Hello everyone:
When i starting a linux domU, i get the error message: "xenconsole:
Could not read tty from store: No such file or directory"
#xm create -c /etc/xen/fc6.cfg
Using config file ...
.......
xenconsole: Could not read tty from store: No such file or directory
-----------------
#xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 251 1 r----- 18.6
fc6 1 256 1 -
b---- 0.2
------------------
#xm console 1
xenconsole: Could not read tty from store: No such file or directory
The "xenconsoled" process is running.
The directory "/var/run/xenstored/" is existent.
I searched, but get very little useful information!
Could someone give me some advice ? Thank you very much !
Mp3疯狂搜-新歌热歌高速下
_______________________________________________
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
|
|
|
|
|