我刚刚安装了一个 Ubuntu Lucid 64 位映像(来自斯塔克利特) 作为 Xen DomU,在 Centos 5.2 64 位上的 Xen 3.2.1 下运行。
一切运行正常,只是我的日志充斥着:
/dev/hvc0: No such file or directory
我尝试创建该设备,mknod /dev/hvc0 c 229 0
但消息只是变为:
/dev/hvc0: cannot open as standard input: No such device or address
关于我可以尝试什么有什么提示吗?:(
答案1
我问了 Stacklet 他们告诉我
10.04 使用的 Xen 内核不需要 /dev/hvc0。我建议如下:
- 删除 /etc/init/hvc0.conf(或将其移至其他地方)
- /boot/grub/menu.lst 应该引用 tty1 而不是 hvc0