diff options
author | Rainer Weikusat <rweikusat@mobileactivedefense.com> | 2011-10-24 14:47:58 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2011-10-24 14:47:58 +0200 |
commit | bc71b5c54fee6cd3f66d47c57bb54048d49f1429 (patch) | |
tree | 4de00ac6cdb913c37524a70c519b283dcdc2ee08 /templates | |
parent | ubuntu template: allow containers to create tap devices (diff) | |
download | lxc-bc71b5c54fee6cd3f66d47c57bb54048d49f1429.tar.gz lxc-bc71b5c54fee6cd3f66d47c57bb54048d49f1429.tar.bz2 lxc-bc71b5c54fee6cd3f66d47c57bb54048d49f1429.zip |
Don't list containers w/ active console sessions multiple times
The lxc-ls shell script uses netstat -xa to get a listing of AF_UNIX
sockets it then parses in order to determine the names of presently
running containers. This is wrong because it will list the
listening socket and all sockets created by accepting connections on
that. This causes the script to display the names of containers with
active lxc-console sessions 1 + n times, n being the number of active
console sessions. The patch below fixes this by using netstat -xl
instead which only displays the listening sockets.
Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions