Search Criteria
Package Details: webvirtmgr-git v4.8.9.r25.g86bb20f-1
Package Actions
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: | Apache |
Submitter: | zer0t3ch |
Maintainer: | forumi0721 |
Last Packager: | forumi0721 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-17 07:47 (UTC) |
Last Updated: | 2018-07-30 14:47 (UTC) |
Dependencies (12)
- bridge-utils
- dmidecode (dmidecode-git)
- dnsmasq (dnsmasq-regex, dnsmasq-git, dnsmasq285, dnsmasq-nftset-git, pi-hole-ftl)
- ebtables (iptables-nosystemd-minimal-git, iptables-minimal-git, iptables-git, ebtables-git, iptables-fullconenat-nft, iptables-nft)
- libvirt (libvirt-apparmor, libvirt-remote-only, libvirt-git, libvirt-xen)
- libvirt-python
- python2 (python2-bin)
- qemu (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-patch-raspberry4, qemu-pinning-base, qemu-pinning-desktop, qemu-pinning-full, qemu-git, qemu-headless-git, qemu-base, qemu-desktop, qemu-full)
- supervisor
- websockify (websockify-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python2-pip (make)
Latest Comments
wongsyrone commented on 2019-11-12 01:10 (UTC)
libvirt-python2 is removed, please solve it.
nmc commented on 2018-05-06 23:40 (UTC)
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 (UTC) (edited on 2018-03-06 03:21 (UTC) by tracernz)
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 (UTC)