Displaying 4 results from an estimated 4 matches for "set_dev".
Did you mean:
net_dev
2014 Aug 14
1
virt-manager/ GTK & py issue
...delRow
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/details.py", line 1197, in
hw_selected
self.refresh_graphics_page()
File "/usr/share/virt-manager/virtManager/details.py", line 2755, in
refresh_graphics_page
title = self.gfxdetails.set_dev(gfx)
File "/usr/share/virt-manager/virtManager/gfxdetails.py", line 197, in set_dev
uiutil.set_combo_entry(self.widget("graphics-type"), gtype, 0)
File "/usr/share/virt-manager/virtManager/uiutil.py", line 140, in
set_combo_entry
combo.get_child().set_text(...
2016 Feb 23
4
[PATCH v3 0/4] [FOR COMMENTS ONLY] Rework inspection.
Previously posted:
https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html
Inspection now really succeeds on a small number of simple guests.
To test it out:
$ ./run guestfish -v -x -a /tmp/centos-6.img
><fs> run
><fs> debug sh "guestfs-inspection --verbose"
Rich.
2015 Dec 05
6
[PATCH 0/6 v2] [FOR COMMENTS ONLY] Rework inspection.
This is a more working version. Inspection (partially) succeeds on a
real guest this time :-)
You can test it out on a real guest (in this case, a CentOS disk image
located at /tmp/centos-6.img) by doing:
$ ./run guestfish -v -x -a /tmp/centos-6.img
><fs> run
><fs> debug sh "guestfs-inspection --verbose"
which will print lots of debugging, and at the end the
2016 Jan 21
8
[PATCH v3 0/6] [FOR COMMENTS ONLY] Rework inspection.
For background on this change, see:
https://rwmj.wordpress.com/2015/12/06/inspection-now-with-added-prolog/
v2 was previously posted here:
https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html
To test this patch series on a real guest, you can do:
$ ./run guestfish -v -x -a /var/tmp/centos-6.img
><fs> run
><fs> debug sh "guestfs-inspection