search for: vncpid

Displaying 6 results from an estimated 6 matches for "vncpid".

Did you mean: ncpid
2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
...@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): - """Spawns a vncviewer that listens on the specified display. On success, - returns the port that the vncviewer is listening on and sets the global - vncpid. On failure, returns 0. Note that vncviewer is daemonized. - ""&quo...
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
...ample.hvm-stubdom and +xmexample.hvm-dm In your HVM config "hvmconfig", diff -r c9b516a77927 stubdom/stubdom-dm --- a/stubdom/stubdom-dm Mon Aug 04 11:29:45 2008 +0100 +++ b/stubdom/stubdom-dm Mon Aug 04 12:51:31 2008 +0100 @@ -55,7 +55,7 @@ term() { kill %1 ( [ -n "$vncpid" ] && kill -9 $vncpid - xm destroy stubdom-$domname + xm destroy $domname-dm xm destroy $domname ) & # We need to exit immediately so as to let xend do the commands above @@ -67,12 +67,12 @@ trap term SIGHUP ############ # stubdomain # Wait for any previous stubdom t...
2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
....py", line 1266, in xm_importcommand cmd.main([command] + args) File "/usr/lib/xen-3.1-1/lib/python/xen/xm/create.py", line 1319, in main dom = make_domain(opts, config) File "/usr/lib/xen-3.1-1/lib/python/xen/xm/create.py", line 1064, in make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process I use Xen 3.1-1 and Kernel 2.6.18-5 (dom0). The machine is a Intel Core 2 Duo 1,86 Ghz with VT ( i get the flag via /proc/cpuinfo). I installed the Packages not from Source. I installed them via apt (Debian package tool). Xend is started and so...
2007 Sep 27
0
trying to get a windows2000 moved over to a xen machine.
...quot;, line 751, in xm_importcommand cmd.main([command] + args) File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 1185, in main dom = make_domain(opts, config) File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 976, in make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process <snip> i have no clue what this means... the xen-server is a ubuntu 7.04 SERVER with xen 3.0.3. it isn''t running X so i want the vm to start a vnc server so i can connect to it using vnc to get the console. TIA, Tomoki _________...
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
....py", line 1306, in xm_importcommand     cmd.main([command] + args)   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1200, in main     dom = make_domain(opts, config)   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1063, in make_domain     os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process Without ''file:/xen/win/images/oradata.img,ioemu:hdc,w'' all works fine How can I attach the second hdd image? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xe...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel