内存 8G,CPU P4 3G
Tag Archive for 'xen'
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 |

Recent Comments