-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to virt-manager #5
Comments
Latest virt-manager release from last week is python3 only, maybe you don't have a python3 install of virt-bootstrap? |
I see, thanks. I'll try to build/get dependencies and virt-bootstrap myself rather than use AUR package. I'll report later on results. |
Hi @SuperPrower you can install sudo pip install passlib
yaourt -S libguestfs python-libguestfs skopeo libvirt Unfortunately, the AUR package for # Dependencies for libvirt-sandbox
yaourt -S libvirt-glib libselinux cpio gobject-introspection intltool dhclient xz-static-git
git clone git://libvirt.org/libvirt-sandbox.git
cd libvirt-sandbox/
./configure --prefix=/usr
make && sudo make install Then you should be able to install git clone https://github.com/virt-manager/virt-bootstrap
cd virt-bootstrap/
sudo python setup.py install Please let me know if there are any issues. I will try to update the AUR packages for |
There are some problems with latest git version of libvirt-sandbox. I'm really confused about first steps since README in libvirt-sandbox repository since it says I just need to run Let me check with latest packaged version. Also, do I really have to install |
Hi @SuperPrower you are right! Neither the Thank you for pointing it out! Would you be interested in sending a patch to extend the build instructions? The building process is similar to the one used for libvirt, which is described in
I created |
Thing is, I can't get it working. Even if I try Also, I would like to note that when I try to Also, I get error about undefined references to Then, So I made a little research and found a mailing list thread in redhead, suggesting that reason is libguestfs. Seeing that AUR package required python2, I went and built it from sources. (version 1.38.6)... ...for which I needed to build So, back to building
According to mailing lists, this is correct report for python3. So I went and ignored warnings about not using I went back and ran I just hope that this train of thoughts may be helpful in... something. Stuff seems to be working for RHEL-based distros, so this is really just a problem about bunch of outdated AUR packages ( |
Hi! I use Arch Linux, I have built virt-bootstrap from AUR and I have virt-manager installed from official repository, however, in OS container creation, I still get message about needing to install virt-bootstrap to enable OS container creation.
What can I possibly do wrong? Thanks in advance.
The text was updated successfully, but these errors were encountered: