-
Notifications
You must be signed in to change notification settings - Fork 64
cf dev start: unable to find VM IP address from '/var/lib/libvirt/dnsmasq/virbr0.status' #107
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/167009440 The labels on this github issue will be updated when the story is started. |
The following user that posted a similar issue was missing some other system packages. Could that be the case here? |
@aemengo virsh net-list output
service libvirtd status
virsh net-start default
|
I had the same error and it turns out virtualization wasn't enabled on my machine. The issue was fixed by enabling it. |
@georgi-bozhinov i check my system, virtualisation is already enabled. i tried to do the whole process again. still geting the same error. |
@karizma987 Is that file present? What are the contents of |
Had the same problem as @georgi-bozhinov where virtualization was not enabled on the machine. Works now that it is enabled. |
@aemengo i check the file in var/lib/libvirt/dnsmasq/virbr0.status ] and no other content. |
@eddie-at-ibm i use the following command to check whether virtualization is enabled or not. sudo modprobe msr |
|
@aemengo ps aux | grep linuxkit gives the below output
inside ~/.cfdev/log linuxkit.log is present. one new thing happened, i tried reinstalling again the cf dev.... but this time the error i got is this:-
now i don't know whether the previous error is rectified or i got a new error in addition. trying finding the solution for this error now. will update soon further about the progress. |
What are the last few lines of the linuxkit.log file? |
@aemengo can you tell where to find this linuxkit.log file? i used the terminal to see the content of cfdev/log but not able to see the content of linuxkit.log |
Can you perform the following and tell me the output?
|
@aemengo got this as output
|
I'm really sorry for the delay in responding, but unfortunately there's still not much to go on. Something must be occurring wrongly with the |
@aemengo thank you for responding, i am working on the issue, will update incase i am able to move forward in the installation. |
@karizma987 I hit the same issue today, however my |
@richard-cox i tried output is
so that means default is already active i guess. |
I found this line, |
How to compile this repo? I want to fix some bugs and tests on my own. @aemengo |
i have the same error... |
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.
OUTOUT AFTER THE LAST COMMAND
next i run
cf install-plugin -r CF-Community cfdev
output
did i miss any step?
i am not able to rectify the error.
The text was updated successfully, but these errors were encountered: