vnc-server is used to remotely access a machine from another machine where vnc-client will be running
Questions tagged [vnc-server]
235 questions
0
votes
1 answer
OpenNebula 4,14.2 Federation error VNC Master/Slave
We have federated two OpenNebula as master/slave, but we have detected a strange issue. Using the Master Sunstone, we can change to the Slave Sunstone. It works well, but if we try to lunch the VNC console from any virtual machine it fails (slave…

EduardoISG
- 1
- 1
0
votes
1 answer
VNC4Server/vncserver – always use desktop number 1 after starting of the vnc server
I am using vncserver on a Ubuntu 14.04.3 LTS server machine to connect remotely and perform administrative tasks. I do not automatically start VNC. I first connect over SSH and call "vncserver -geometry 1024x800 &" to start it.
However normally…

Mkay
- 13
- 4
0
votes
1 answer
etc/init.d/vncserver: line 33: [: =: unary operator expected
While starting and stopping the vncserver . i am facing the following error.But, the service is running fine.SO do any one have the similar kind of error on vnc server startup script.
"
/etc/init.d/vncserver restart
…

shashi
- 1
- 1
0
votes
1 answer
Connect to Amazon ec2 through GUI from ubuntu 14.04
How can I connect to Amazon ec2 through a GUI? I believe this requires setup of gui in the instance. I tried many links, right out of the first page, after googling, but I got stuck at the stage, where I have to use the VNC client to connect. Below…

Lakshmi Narayanan
- 5,220
- 13
- 50
- 92
0
votes
1 answer
How to set Vncserver in bash script (redhat6)
I am using a script to automatically set up a computer. I need to assign a password to the vnc server for the user, which is normally done using the vncserver command. However, it prompts for the user to enter and re-enter their password, neither of…

Nicholas
- 29
- 8
0
votes
1 answer
novnc: How to run websockify automatically
Maybe someone can help me with novnc.
I want to use the novnc service, so I installed it on a debian machine with debian packages. I am able to manually establish a vnc session over a proxy server to another vnc server. But currently I have to…

Helen Curry
- 11
- 2
- 7
0
votes
1 answer
With RealVNC and a Raspberry Pi, how can I connect to the same session as the raspberry itself?
I have a Raspberry Pi with Raspbian Wheezy installed. I'm using TightVNC server on the Raspberry Pi and RealVNC on my MAC to connect to it. However, when I log in with RealVNC, I'm given a new session, with my own desktop, applications etc.
I want…

Weblurk
- 6,562
- 18
- 64
- 120
0
votes
0 answers
Installing tight VNC from bat file
I am trying to install TightVnC using a bat file.
the code i have below will not work.
I copied the below code minus the line with the http address in it. It was set up to use a local file for the .msi installer. But i have to install this on 200…

Donavon
- 51
- 1
- 1
- 12
0
votes
1 answer
CentOS 6 VNC Server denies connection
I have set up tigervnc-server on my CentOS 6 machine following this guide. At first everything worked fine, I could connect to the server using TightVNC Viewer on my Windows machine. I left the session running in the background for a while. The…

henrikl
- 479
- 2
- 14
0
votes
1 answer
Error in VNC server while taking the GUI session of an ec2 instance
I have installed the Tiger VNC server on an ec2 instance. But when I try to connect to the VNC viewer than I get an error:
Unable to connect to the socket: Connection time out (10060)
I have enabled the port 5900 in the security group.
Thanks

Megha Sharma
- 2,235
- 8
- 27
- 31
0
votes
1 answer
building libvncserver undefined reference to __gnu_mcount_nc
I am trying to build LIBVNCSERVER as shared library instead of executable.
The make file to build libVNCSERVER is
include $(CLEAR_VARS)
LOCAL_PATH := $(INITIAL_PATH)
#for vnc
LIBVNCSERVER_ROOT:=./LibVNCServer-0.9.9
LIBVNCSERVER_SRC_FILES:=…

nmxprime
- 1,506
- 3
- 25
- 52
0
votes
1 answer
wants to provide password to tightvnc server by using script
I am installating tightvnc server on my ubuntu machine by using ruby script my script contain following:
#!/usr/bin/ruby env
`sudo apt-get --force-yes -y install tightvncserver`
`printf "%s\n%s\n" "demo123" "demo123" | vncserver :1`
I used…

Pradeep Gupta
- 397
- 1
- 5
- 17
0
votes
1 answer
How to terminate an application based on file existence check in Tcl on Linux environment
I run T-Plan robot which connects to my windows machine and executes some script.
On successful execution of script,I export the generated xml file via pscp to my linux machine.
T-paln robot acts as a 3rd party freeware to pass some command via cmd…

turmoilawaits
- 33
- 8
0
votes
1 answer
Find android adb command from logcat
I hope anyone can help me. I am using VNC server on an Android stick on which I am developing, because I don't want it to be connected with a display at all time. The problem is that now and then the VNC app force closes. Without a display i am…

Audiophil
- 11
- 3
0
votes
2 answers
How to run my executable file on VNC tight viewer?
I am using an embedded PC which contains VNC server. I am able to access the contents of the embedded PC on my laptop using VNC tight viewer via ethernet cable. I want to run the executable file generated by the Linux operating system on this…

user3252048
- 77
- 1
- 12