Tag Archive for 'xen'

用Debian6.0架设xen开发服务器很好

内存 8G,CPU P4 3G

Xen3.0中文手册

http://fred.oracle1.com/~fred/Xen3man/

Logging In to Xen Console After Receiving “xenconsole: Could not open tty” Error

So you try and log in to a domU and xen says it can’t open a tty?

1
2
3
4
5
6
[tres@calliope ~]$ sudo xm console xen-domu.vm
xenconsole: Could not open tty `/dev/pts/15': No such file or directory
This error normally happens when xenconsoled is no longer running. You can quickly verify by looking for the xenconsoled process:

[tres@calliope ~]$ ps auxwww | grep xenconsoled
[tres@calliope ~]$

If you don’t find it, just run

1
/etc/init.d/xend start