F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

Extra dependencies to run #46

Open tieugene opened 3 years ago

tieugene commented 3 years ago

Fedora 32 (x64), qt-virt-manager 0.71.95:

bash-5.0$ LC_ALL=C qt5-virt-manager
libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
libvirt: XML-RPC error : Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory
libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
libvirt: XML-RPC error : Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory
libvirt: VMware Driver error : internal error: vmrun utility is missing
libvirt: VMware Driver error : internal error: vmrun utility is missing
libvirt: VMware Driver error : internal error: vmrun utility is missing
libvirt:  error : invalid argument: URI is missing the server part
libvirt:  error : invalid argument: URI is missing the server part
libvirt:  error : invalid argument: URI is missing the server part
libvirt: OpenVZ Driver error : internal error: OpenVZ control file /proc/vz does not exist

I have no local libvirt, openvz etc. I use it for remote KVMs control only.

F1ash commented 3 years ago

OpenVZ drivers must be installed manually if it need as another drivers as Xen, VMWare, LXC, BHyve...

tieugene commented 3 years ago

OpenVZ drivers must be installed manually if it need as another drivers as Xen, VMWare, LXC, BHyve...

I need no openvz, XEN etc in localhost. But application produces errors about them.

F1ash commented 3 years ago

Oh! .. Application search local installed virtual connections... it was required feature from users at develop beginning.

You are have some suggest about conflicts of interests?

tieugene commented 3 years ago

You are have some suggest about conflicts of interests?

No problem. But why it produces errors if not found? it is not errors, it is just not found.

F1ash commented 3 years ago

hmm... Such a libvirt implementation... these errors from libvirt output... maybe for debug, because these errors make nothing virError events. If virError event would happen then it shown into app's Log.