[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Where did I go wrong (creating an HVM guest)?
>I'd recommend either updating to Xen 4.2 (where xl works much better) >or sticking with xend if you want to use Xen 4.1. I recently I tried virt-manager with Ubuntu 13.04 and Xen 4.2, and for me, the xl toolstack was a no-go. On the other hand, xend worked great with virt-manager and Xen 4.2. So if you want to use virt-manager, either with Xen 4.1 or Xen 4.2, xend is probably still the path of least resistance. I've gotten virt-manager working in recent releases of Ubuntu by doing the following: 1) $ sudo apt-get install ubuntu-virt-mgmt (includes virt-manager and dependencies) 2) using a terminal, start nautilus as root ($ sudo nautilus) 3) find and open the file /etc/xen/xend-config.sxp 4) uncomment the following lines: (xend-unix-server no) (xend-unix-path /var/lib/xend/xend-socket) 5) edit the line (xend-unix-server no) to read as (xend-unix-server yes) and 6) save the edited file and reboot. See https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/915954 Also, so that you can successfully start virt-manager as the currently logged in user (not just as root), run the following in a terminal: $ sudo adduser `id -un` libvirtd Aside from the need to do all of the above, virt-manager seems to work great. On Wed, Apr 10, 2013 at 4:58 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |