wmetcalf / buildcuckoo-trusty

A dumb set of scripts for building a cuckoo rig
61 stars 7 forks source link

Missing apt-get install kvm libvirt-bin #2

Open dkovar opened 10 years ago

dkovar commented 10 years ago

libvrtd could not be found when everything tried to start. I added:

apt-get install kvm libvirt-bin

And I think it is working now.

ubuntu-14.04-desktop-amd64.iso

dkovar commented 10 years ago

Nope, apparently not:

virtualbox-4.3 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

error: failed to get network 'default' error: Network not found: no network with matching name 'default'

libvirtd: unrecognized service

wmetcalf commented 10 years ago

This does not need to be present for the build to succeed. Only if present does it need to be restarted. If you reached this part you are probably okay.

Regards,

Will

On Thu, Jul 24, 2014 at 3:14 PM, dkovar notifications@github.com wrote:

Nope, apparently not:

virtualbox-4.3 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

  • Stopping RDP Session manager [ OK ]
  • Starting Remote Desktop Protocol server [ OK ] error: failed to get network 'default' error: Network not found: no network with matching name 'default'

error: failed to get network 'default' error: Network not found: no network with matching name 'default'

libvirtd: unrecognized service

— Reply to this email directly or view it on GitHub https://github.com/wmetcalf/buildcuckoo-trusty/issues/2#issuecomment-50071688 .