0

尝试在 Ubuntu 19.10 上启动 PCF Dev;失败,输出如下:

$ cf dev start
Downloading Resources...
Progress: |====================>| 100.0%
Setting State...
Error: argument "virbr0" is wrong: Device does not exist

Cannot find device "virbr0"
Creating the VM...
Starting the VM...
Fetching VM Address...
FAILED
cf dev start: exit status 1
4

1 回答 1

0

原来需要安装KVM :

$ sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils

来源:KVM的安装

于 2019-11-20T05:09:21.767 回答