This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Description
although i found the same error being solved but it is not working for me. i am new to cloud foundry.
i am trying to install cloud foundry dev.
i used the following command.
sudo apt install qemu-kvm libvirt-bin libvirt-doc
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
echo "deb https://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
# ...then, update your local package index, then finally install the cf CLI
sudo apt-get update
sudo apt-get install cf-cli
OUTOUT AFTER THE LAST COMMAND
Reading package lists... Done
Building dependency tree
Reading state information... Done
cf-cli is already the newest version (6.45.0).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
next i run
cf install-plugin -r CF-Community cfdev
output
Plugin cfdev 0.0.16 found in: CF-Community
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin cfdev? [yN]: y
Starting download of plugin binary from repository CF-Community...
15.78 MiB / 15.78 MiB [============================================] 100.00% 2s
Installing plugin cfdev...
OK
Plugin cfdev 0.0.16 successfully installed.
**on running the command**
cf dev start
i am getting the following output
Downloading Resources...
Progress: |====================>| 100.0%
Setting State...
CF Dev collects anonymous usage data to help us improve your user experience. We intend to share these anonymous usage analytics with user community by publishing quarterly reports at :
https://github.com/pivotal-cf/cfdev/wiki/Telemetry
Are you ok with CF Dev periodically capturing anonymized telemetry [y/N]?> n
WARNING: CF Dev requires 8192 MB of RAM to run. This machine may not have enough free RAM.
[sudo] password for karishma:
Creating the VM...
Starting the VM...
Fetching VM Address...
FAILED
cf dev start: unable to find VM IP address from '/var/lib/libvirt/dnsmasq/virbr0.status'
did i miss any step?
i am not able to rectify the error.