【问题标题】:Unable to start PCF Dev (cf dev start) on Ubuntu because of missing KVM由于缺少 KVM,无法在 Ubuntu 上启动 PCF Dev (cf dev start)
【发布时间】:2020-03-15 17:50:08
【问题描述】:

尝试在 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

【问题讨论】:

    标签: pcfdev


    【解决方案1】:

    原来需要安装KVM

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

    来源:Installation of KVM

    【讨论】:

      猜你喜欢
      • 2016-09-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-15
      • 1970-01-01
      • 2014-03-10
      • 2021-04-20
      • 1970-01-01
      相关资源
      最近更新 更多