search for: 2571ec1ddde1

Displaying 1 result from an estimated 1 matches for "2571ec1ddde1".

2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
...e. Without this patch, vncviewer process remain as follows. > # pgrep -fl vnc > 4303 vncviewer -log *:stdout:0 -listen 5501 > 5089 vncviewer -log *:stdout:0 -listen 5502 > 5763 vncviewer -log *:stdout:0 -listen 5503 Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> diff -r 2571ec1ddde1 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Tue Sep 16 22:01:28 2008 +0900 +++ b/tools/python/xen/xm/create.py Wed Sep 17 16:57:45 2008 +0900 @@ -1116,39 +1116,7 @@ if port in ports: continue return d return None -vncpid = None -def spawn_vnc(display):...