Displaying 5 results from an estimated 5 matches for "vnc_viewer".
Did you mean:
gncviewer
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
...ify this, maybe stick in config space
- vncconnect=[]
+ parm=[]
args = self.cmdline
if args:
arg_list = string.split(args)
for arg in arg_list:
al = string.split(arg, ''='')
- if al[0] == "VNC_VIEWER":
- vncconnect=["-vncconnect", "%s" % al[1]]
- break
- return vncconnect
+ if al[0] == "VNC_CONNECT":
+ parm=parm + ["-vncconnect", "%s" % al[1]]
+ elif al[0] == &q...
2007 May 18
0
Ubuntu Feisty Dom0 running Windows
...#39;'], [''memory'', ''512''], [''vcpus'',
''1''], [''image'', [''hvm'', [''kernel'', ''/usr/lib/xen- ioemu-3.0/boot/hvmloader''],
[''args'', ''VNC_VIEWER=darknight:5501 ''], [''device_model'', ''/usr/lib/xen-
ioemu-3.0/bin/qemu-dm''], [''vcpus'', ''1''], [''boot'', ''d''], [''vnc'', 1],
[''vncunused'', 1], ['...
2007 Apr 11
0
windows 2003 install trhough vnc problem
...windows.
So the domain gets created with xm create but no VNC port is displayed:
-----
Using config file "2003.hvm".
VNC= 1
Started domain 2003-1
----
Moreover with an xm list -l" I see:
----
(hvm
(kernel /usr/lib/xen-3.0.3-1/boot/hvmloader)
(args ''VNC_VIEWER=172.16.100.4:5501 '')
----
So theorically VNC is listenning on port 5501, but netstat -l doesn''t
show it, and all VNC connections fail (Connection refused: connect()).
When I do "xm list", the hvm guest have no state, its strange:
--
Name...
2009 May 04
0
problem with pci path through - device not present in DomU
...;'on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''image'',
[''hvm'', [''kernel'', ''/usr/lib/xen-3.2-1/boot/hvmloader''], [''args'',
''VNC_VIEWER=127.0.1.1:5501 ''], [''pae'', 1], [''vcpus'', 1], [''boot'', ''d''],
[''fda'', ''''], [''fdb'', ''''], [''timer_mode'', 0], [''localtime...
2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
...lay()
- if not vnc_display:
- warn("No free vnc display")
- return
- print ''VNC='', vnc_display
- vnc_port = spawn_vnc(vnc_display)
- if vnc_port > 0:
- vnc_host = get_host_addr()
- vnc = ''VNC_VIEWER=%s:%d'' % (vnc_host, vnc_port)
- vals.extra = vnc + '' '' + vals.extra
-
def preprocess(vals):
preprocess_disk(vals)
preprocess_pci(vals)
@@ -1156,7 +1124,6 @@
preprocess_ioports(vals)
preprocess_ip(vals)
preprocess_nfs(vals)
- pre...