Search Criteria
Package Details: webvirtmgr-git v4.8.9.r25.g86bb20f-1
Git Clone URL: | https://aur.archlinux.org/webvirtmgr-git.git (read-only, click to copy) |
---|---|
Package Base: | webvirtmgr-git |
Description: | Web front-end for KVM virtual machines |
Upstream URL: | https://www.webvirtmgr.net/ |
Licenses: | |
Submitter: | zer0t3ch |
Maintainer: | forumi0721 |
Last Packager: | forumi0721 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-17 07:47 |
Last Updated: | 2018-07-30 14:47 |
Dependencies (12)
- bridge-utils
- dmidecode (dmidecode-git)
- dnsmasq (dnsmasq-git, pi-hole-ftl)
- ebtables (iptables-git, ebtables-git, iptables-minimal-git, iptables-nosystemd-minimal-git, iptables-fullconenat-nft, iptables-nft)
- libvirt (libvirt-xen, libvirt-apparmor, libvirt-git)
- libvirt-python
- python2
- qemu (qemu-60fps, qemu-pinning-headless, qemu-pinning-headless-arch-extra, qemu-pinning-block-iscsi, qemu-pinning-block-rbd, qemu-pinning-block-gluster, qemu-pinning-guest-agent, qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-git)
- supervisor
- websockify
- git (git-git) (make)
- python2-pip (make)
Latest Comments
wongsyrone commented on 2019-11-12 01:10
libvirt-python2 is removed, please solve it.
nmc commented on 2018-05-06 23:40
After clean install i've got 500 error with next string in logs
ImportError: No module named libvirt
To resolve this issue just install libvirt-python2 AUR package
tracernz commented on 2018-03-06 03:19
I modified the qemu dep to qemu-headless (I don't want all the extra stuff that comes with the full qemu package on my headless server). I also used a systemd unit instead of supervisord (and removed the supervisor dep):
[Unit] Description=WebVirtMgr application server
[Service] Type=simple ExecStart=/usr/bin/python2 /usr/lib/webvirtmgr/manage.py run_gunicorn -c /usr/lib/webvirtmgr/conf/gunicorn.conf.py User=webvirtmgr WorkingDirectory=/usr/lib/webvirtmgr Environment=PYTHONPATH=/usr/lib/webvirtmgr/lib
[Install] WantedBy=multi-user.target
zer0t3ch commented on 2015-08-17 08:01
This is my first attempt at putting something on the AUR. I think I didn't mess up?