Displaying 20 results from an estimated 8000 matches similar to: "Are simultaneous VNC viewer connections to a single DomU possible?"
2008 Jul 30
1
[PATCH] Allow xm to spawn vnc viewer
The new merged qemu no longer has the ability to spawn a vnc viewer
process in the bowels of the xend/qemu stack. In this patch we
provide support for this use case in a different manner - one more
akin to the mechanism used for `xm console'' and `xm create -c''.
We introduce new xm options:
xm create --vncviewer [--vncviewer-autopass]
xm vncviewer [--vncviewer-autopass]
2008 Jan 27
9
Problem setting up VNC on SLES10 HVM DomU
I''ve just uneventfully installed SLES10 as an HVM DomU (after finding
out, the hard way, that OpenSUSE 10.3 won''t install on Intel VT).
This almost went without a hitch, but I''ve been banging my head against
a brick wall for a few hours trying to get VNC working. I can get a
remote desktop, but a few seconds after I log in to the remote desktop,
the screen goes
2009 Dec 26
0
xen vnc domU
Hi
I''ve got xen setup and working fine with multiple domU''s
I can connect to them from the machine by
vncviewer localhost:0 / vncviewer localhost:1
I''ve also setup vnc on the server (dom0?) itself (port 5900) and can access it from other machines.
I haven''t been able to figure out how to enable the the domU''s from a remote machine.
Thanks
(FYI am
2008 May 08
0
total server lock-up during CentOS5.1 installation with vnc
Hi,
I would like to share my experience with
total server lock-up during CentOS5.1 installation
using vnc installation method.
My setup was as follows
+--------------------------------------+
| my_PC, CentOS4.6 |
| X, KDE, vncviewer |
| 100Mbit/s eth0 |
| Intel Corporation 82801BA/BAM/CA/CAM |
+------eth0----------------------------+
2008 Jul 22
5
VNC server problem
HI all,
i am configuring VNC server in CentOS 5.1. i have enables this two
lines in /etc/sysconfig/vncserver file
VNCSERVERS="2:vnc"
VNCSERVERARGS[2]="-geometry 1024x768 -depth 24"
here i have created a user vnc and set the password using vncpasswd cmd.
then i started the vncserver
# vncserver
New 'localhost.localdomain:1 (gopinath)' desktop is
2011 Oct 13
2
XCP: problem connecting to VNC for first VM installation
Hello,
I''ve launched my first guest installation on XCP and I would like to know
how to see the installation process through VNC.
On the XCP:
# netstat -lnatp |grep vnc
tcp 0 0 127.0.0.1:5900 0.0.0.0:*
LISTEN 7867/vncterm
tcp 0 0 127.0.0.1:5901 0.0.0.0:*
LISTEN 8928/vncterm
So, there is something listening for
2007 Mar 01
8
Remote access to domU console using vnc
I have an FC6 dom0 running on a headless server. I want to install a
CentOS 4.4 domU with a console accessed using vnc from a remote machine.
I *think* I should be able to do this from my understanding of the
documentation.
I''ve configured a domU to boot from an ISO image to do the CentOS
install and run xm create. netstat on dom0 shows there''s a listener
on 0.0.0.0:5900, but
2006 Aug 05
5
Is the VNC setting available for non-hvm DomU''s?
I have been scouring this list''s archives and have consumed any and all
how-to guides I could find but am still unsure. All discussion in this
list on this issue is around hvm/vti DomU''s. Has anyone been able to
attach a vnc client to a vanilla (non-hvm) DomU using the VNC console
setting?
On an FC5 (2.6.16-1.2080_FC5xen0) kernel deployed on vanilla (non-hvm)
hardware,
2008 Feb 13
3
Qemu vnc WMVi support
Hi all,
the patch "qemu-vnc-wmvi.patch" adds support for the WMVi pseudoencoding
in qemu vnc server.
If the client implements it, it is supposed to be able to change colour
depth when receiving a WMVi message.
Since I didn''t know any client that supports it and I wanted to test the
implementation before submitting any patch I also modified vncviewer to
support WMVi.
The
2007 Apr 12
3
domu under sles10
Hi,
I''m trying to build non sles10 domU under sles10 dom0. I''ve downloaded
centos and debian images from www.jailtime.org fixed the config file
and try to start domU.
After creating domU from images I get
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I''m running without problems two sles10 domU machines.
After using google allot :-)
2007 Dec 13
0
Unable connect to the domU console
Hi
I am running xen on sles10 sp1. Already created one vm for
sles10 sp1 using " directory installation " to create image file , by
following the instruction given under
http://www.novell.com/documentation/suse10/index.html?page=/documentatio
n/suse10/adminguide/data/sec_xen_inst.html. Vm created successfully (xm
create conffile). But I am not able to connect to the console(vnc
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
To GeraldClark and PjWelsh,
I have centos 6 and used your guide to get it going with vnc.
First of all thanks for putting that up, so many techs told me I did not
have to install a desktop to make it work and they were so wrong.
http://wiki.centos.org/HowTos/VNC-Server
Using centos 6 I found some differences and wanted to post them here to
see if anything helps clear it all up.
I acutally
2007 Apr 11
0
windows 2003 install trhough vnc problem
Hello,
I want to install a 2003 guest on a Debian Etch with xen binary
packages (apt-get install), but through a vnc console (no graphical
interface). So I launch the xm create in an ssh connection, and want
to connect through vnc to complete the installation of windows.
So the domain gets created with xm create but no VNC port is displayed:
-----
Using config file "2003.hvm".
VNC= 1
2006 Apr 01
1
SSH + VNC
I am trying to log into a desktop that is running CentOS 4.2 by
tennelling VNC through SSH..
The desktop auto-logins a user, then sits there waiting for me to login.
On the client side, I fire up SSH tunneling
ssh -L 8000:127.0.0.1:5900
The client spits back the error
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server
The server says
channel 5: open
2012 Apr 01
2
qemu reverse vnc connection
I was looking at vnc.c to see what would be involved in making a reverse VNC connection (vnc server connects to the client), and it looks possible but I also wondered if there was any reason why libvncserver couldn''t be used instead? Both qemu-dm and libvncserver appear to be licensed under GPL although I haven''t checked what version.
I''ve never figured out whether
2008 Sep 24
2
Install via VNC
This sounds very interesting:
http://wiki.centos.org/TipsAndTricks/VncHeadlessInstall
It would get me around my limitations on the screen on the OQO. And the
instructions read rather well.
Only thing I don't know how to do is have vncviewer in 'listen' mode.
2008 Oct 26
10
VNC access console of paravirtualised DomU
Hi,
I''ve seen this asked a few times, but I just can''t work out whether I am misinterpreting how this is supposed to work, or if it is just broken in my setup.
What I want is to be able to see the character cell console of DomU''s via VNC. As far as I understand, when I create/startup the DomU, then a vnc server should start listening on my Dom0. I have tried every
2007 Feb 03
3
Unablce to open VNC
I have vnc working on my server when I am logged into that server. If I
run vncviewer, I have a copy of the Desktop. Hwever, if I SSH into the
server, I get an error. Due to my lack of experience, I am not sure
what the log file means:
http://209.204.172.137/misc/vnc_error.txt
Could someone tell me what I am missing?
Todd
--
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707)
2008 Jan 13
0
Cannot Install SLES9-SP4 Para DomU on SLES10-SP1 Dom0
We are trying to install a 32-bit SLES9-SP4 paravirtual machine on a 64-bit SLES10-SP1 Dom0 host from scratch.
We have two problems:
1. The YaST2 VM creation tool fails to create a vm if a network card is selected.
2. The initial vm boots from the SLES9-SP4 iso file, but then complains it can''t find the installation source.
Here is the /etc/xen/vm/file (after manually editing for a
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7.
I did the following on C7 server:
yum install tigervnc-server
cp /lib/systemd/system/vncserver at .service
/etc/systemd/system/vncserver@:1.service
systemctl daemon-reload
edit /etc/systemd/system/vncserver@:1.service and replace
<USER> with myuser
su - myuser run