Bug 1060525
| Summary: | Empty Graphs for Disk IO, CPU usage, Network IO | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Thomas Wagner <t.wagner> | ||||||||
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | ||||||||
| Status: | CLOSED CANTFIX | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | unspecified | CC: | acathrow, berrange, crobinso, gscrivan, t.wagner | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-02-03 19:57:03 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Thomas Wagner
2014-02-02 11:22:10 UTC
Created attachment 858220 [details]
Screenshot vor virt-Manager
Please provide the output of virt-manager --debug when reproducing Created attachment 858284 [details]
debug-Output
Hmm, something is weird with your install. What's python -c 'import virtinst; print virtinst' ls -l /usr/share/virt-manager hera:/usr/share/virt-manager # python -c 'import virtinst; print virtinst'
Error opening directory '/usr/share/virt-manager/data': No such file or directory
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "virtinst/__init__.py", line 17, in <module>
from virtcli import cliconfig, cliutils
File "virtcli/cliconfig.py", line 74, in <module>
_setup_gsettings_path(icon_dir)
File "virtcli/cliconfig.py", line 56, in _setup_gsettings_path
raise RuntimeError("Failed to compile local gsettings schemas")
RuntimeError: Failed to compile local gsettings schemas
hera:/usr/share/virt-manager # ls -l /usr/share/virt-manager
total 108
drwxr-xr-x 3 root root 4096 Jan 23 23:00 icons
drwxr-xr-x 2 root root 4096 Jan 25 09:18 ui
-rwxr-xr-x 1 root root 9814 Jun 13 2013 virt-clone
-rwxr-xr-x 1 root root 10370 Jun 13 2013 virt-convert
-rwxr-xr-x 1 root root 7851 Jun 13 2013 virt-image
-rwxr-xr-x 1 root root 37914 Jun 13 2013 virt-install
-rwxr-xr-x 1 root root 10686 Jun 13 2013 virt-manager
drwxr-xr-x 2 root root 4096 Feb 2 11:03 virtManager
drwxr-xr-x 2 root root 4096 Jan 23 23:00 virtcli
drwxr-xr-x 3 root root 4096 Jan 23 23:00 virtconv
drwxr-xr-x 2 root root 4096 Feb 2 11:03 virtinst
That schema error should be solved by installing glib-compile-schemas Have you been running from /usr/share/virt-manager the entire time? Can you show the python -c output when running from $HOME or somewhere else? But I still don't understand what the 'util' error in your virt-manager log is about, that function is definitely there. What do you mean with glib-compile-schemas? I do not find any package named like this in the opensuse repositories I normally started the virt-manager using x11 menu entry. Did you mean this Output? hera:~ # pwd /root hera:~ # python -c 'import virtinst; print virtinst' Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named virtinst Okay, I'm having a hard time understanding what's going on here. Can you remove any virt-manager or virt-install distro packages you have, rm -rf /usr/share/virt-manager, and walk me through exactly what you did to reproduce the original issue? Starting with git clone or what tarball you are using, how you installed, all the install output, and then --debug output when reproducing, and the full command line you used ot invoke. On fedora, glib-compile-schemas is provided by the glib2 package. I imagine opensuse must have some way to say 'install the package that provides /usr/bin/glib-compile-schemas', on fedora it's just 'yum install /usr/bin/glib-compile-schemas' I have uninstalled the virt-packages and cleaned up the directory as you mentioned. Afterwards installed the packages again: zypper in virt-manager virt-manager-common virt-viewer virt-install zypper does not report any error. I am using this repositoy from open build Service: https://build.opensuse.org/package/show/Virtualization/virt-manager hera ~# virt-manager --debug >/tmp/debug.log 2>&1 new debug-output attached Created attachment 858853 [details]
New debug output
You need to file a bug with opensuse, whoever backported those patches messed things up and forgot to backport the util.py bit with is_err_nosupport. |