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
Share

Related Posts

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


  • No Comments

Leave a Reply