Index: trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms
===================================================================
--- trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms	(revision 716)
+++ trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms	(revision 717)
@@ -17,5 +17,5 @@
         try:
             name, data = get_dom(int(domid))
-        except TypeError:
+        except (xs.Error, TypeError):
             continue # went down since we started
         if name.startswith('d_'):
