Comment 12 for bug 435367

Revision history for this message
James Cape (jcape) wrote : Re: gnome-terminal assert failure: Vte:ERROR:/build/buildd/vte-0.22.0/./src/vtestream-file.h:30:_xread: assertion failed: (fd || !len)

Same problem, i386, iterating a list of VM consoles running on a redhat box

for server in `virsh list | awk '{ print $2; }' | egrep -v '(^$|^(D|N))'`; do virsh console $server; done