我在Ubuntu 10.04主机上运行KVM。来宾操作系统也是Ubuntu 10.04。
我正在尝试使用“控制台”命令连接到访客。看来我可以建立连接,但是没有输出。
$ sudo virsh -c qemu:///system console guest1
Connected to domain guest1
Escape character is ^]
(NOTHING HERE)
^]
$
我没有配置“串行”设备,但确实有这些“控制台”设备。
<console type='pty' tty='/dev/pts/2'>
<source path='/dev/pts/2'/>
<target port='0'/>
</console>
<console type='pty' tty='/dev/pts/2'>
<source path='/dev/pts/2'/>
<target port='0'/>
</console>
这些足够用于控制台吗?还是需要串行设备?
为了使KVM控制台正常工作,我需要做什么?