retitle

On Sat, May 09, 2015 at 12:57:22PM +0200, David Ayers wrote:
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virtManager/create.py", line 1344, in 
> page_changed
>     self.populate_summary()
>   File "/usr/share/virt-manager/virtManager/create.py", line 931, in 
> populate_summary
>     self.netdev_changed(None)
>   File "/usr/share/virt-manager/virtManager/create.py", line 1088, in 
> netdev_changed
>     obj = self.conn.get_net(key)
>   File "/usr/share/virt-manager/virtManager/connection.py", line 685, in 
> get_net
>     return self.nets[uuid]
> KeyError: '1f05d411-9f8f-5ee4-4162-4616caa714de'
> ###################### Forward 5/5

So it's failing when building the summary. I'm not sure why it can't
find net with that uuid. Can you do a

    grep -r 1f05d411-9f8f-5ee4-4162-4616caa714de /etc/libvirt/

on the affected host (assuming you're seeing the error when using
qemu+ssh://ayers@<myhost>/system)

Is the behaviour different if you use qemu:///system ?
Cheers,
 -- Guido


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to