Subject: Re: xm list and terminated domUs
To: None <port-xen@NetBSD.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: port-xen
Date: 04/19/2005 13:50:42
Martti Kuparinen wrote:
> After shutting dowm all 20 domUs with "halt -p" inside the domU
> some (but not all) all still visible when running "xm list".
> Any ideas why?
> 
> Name              Id  Mem(MB)  CPU  State  Time(s)  Console
> Domain-0           0      128    0  r----   1330.2
> NetBSD-1           1        0    1  ---s-      7.7    9601
> NetBSD-10         10        0    0  ---s-      3.3    9610
> NetBSD-11         11        0    1  ---s-      3.5    9611
> NetBSD-13         13        0    1  ---s-      3.5    9613
> NetBSD-15         15        0    1  ---s-      3.7    9615
> NetBSD-17         17        0    1  ---s-      3.5    9617
> NetBSD-19         19        0    1  ---s-      3.7    9619


I also found out that I still had 20 python processes running
and consoming all CPU power (idle 0% and the dom0 system was very
slow). As soon as I logged out from those 20 xterms those
processes disappeared and the system was usable again.

Martti