Results 1 to 4 of 4

Thread: kvm install on ubuntu 12.04 server - error when trying to use virt-manager

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    South Dakota
    Beans
    1,129
    Distro
    Ubuntu 13.10 Saucy Salamander

    Arrow kvm install on ubuntu 12.04 server - error when trying to use virt-manager

    I followed: https://help.ubuntu.com/community/KVM/Installation

    and, optionally, installed virt-manager as well. virt-manager launches but when I click "New" to create a virtual machine I see the following error at the bottom of that window:

    Code:
    Error: No active connection to install on.
    results of google search on that error are pathetic...

    While there are a couple things that occur to me to check into, I'm a little concerned about making changes to the system without understanding what I'm doing. I'd like to somehow verify that everything that's supposed to be running is running, whatever networking is supposed to be in place is correct, etc, etc - that everything is working right. And ultimately just get on with using the stuff.

    Can anyone walk me through this?

    Thanks in advance
    “ The best method for accelerating a computer is the one that boosts it by 9.8 m/s2. ”
    - Anonymous

  2. #2
    Join Date
    May 2012
    Beans
    2

    Re: kvm install on ubuntu 12.04 server - error when trying to use virt-manager

    Got the same problem.

  3. #3
    Join Date
    May 2012
    Beans
    2

    Re: kvm install on ubuntu 12.04 server - error when trying to use virt-manager

    I managed to get it working after this command:
    $ virt-manager -c qemu:///system kvmhost

    Don't forget to add user to groups:
    $ sudo adduser `id -un` kvm
    $ sudo adduser `id -un` libvirtd

    I hope that helps.
    Last edited by kiCKYou; May 11th, 2012 at 10:19 PM.

  4. #4
    Join Date
    Mar 2011
    Location
    South Dakota
    Beans
    1,129
    Distro
    Ubuntu 13.10 Saucy Salamander

    Arrow Re: kvm install on ubuntu 12.04 server - error when trying to use virt-manager

    Quote Originally Posted by kiCKYou View Post
    I managed to get it working after this command:
    $ virt-manager -c qemu:///system kvmhost

    Don't forget to add user to groups:
    $ sudo adduser `id -un` kvm
    $ sudo adduser `id -un` libvirtd

    I hope that helps.

    Sorry for the delay and thank you for your reply. I've since changed to fedora as my host. Haven't gotten to try to running virt-manager yet as I'm experiencing a different problem (something I hope to correct this evening). I'm sure that what you've shared will come in very handy at that time though. Again, thanks.

    Jake

    PS: I'm assuming these are to be done as root - yes?
    “ The best method for accelerating a computer is the one that boosts it by 9.8 m/s2. ”
    - Anonymous

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •