在任何地方都找不到任何答案,所以就在这里。
我正在尝试使用 Debian wheezy 安装上的控制台中的 virt-install 命令来创建一个新的虚拟机。
我不断收到以下输出:
Starting install...
ERROR internal error process exited while connecting to monitor: char device redirected to /dev/pts/1
inet_listen_opts: bind(ipv4,127.0.0.1,5951): Cannot assign requested address
inet_listen_opts: FAILED
根据错误消息和我访问的其他网站,我推测该端口(本例中为 5951)已被使用,但无论我使用哪个端口号,都会出现相同的错误。我在 netstat 中也看不到该端口被监听。
谁知道可能出了什么问题?
答案1
检查以确保您的lo
接口已启动并正常运行。