similar to: Unablce to open VNC

Displaying 20 results from an estimated 500 matches similar to: "Unablce to open VNC"

2015 Apr 03
5
vncserver on CentOS 7
I am trying to setup a centos 7.1 vncserver I cannot believe they went from a relatively easy process in 6 to the "crazyness" that is 7. I did the following: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system systemctl daemon-reload edit /etc/systemd.system/vncserver at .service
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
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
2007 Dec 06
8
VNCsever not starting at boot
When I run system-config-services, it shows vncserver set to start at boot. in /etc/inittab I have init 3 vncserver does not start at boot. I log in on the console as root and service vncserver start and it starts with some warning messages about bad display name in "add" command, but I do not see where these are logged to copy them into this message. Once I start it from the
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html IPv6 support in VNC Server E4.1.7/P4.1.2 VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with IPv6 support disabled by default, for security reasons. IPv6 can be enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4 only), either on the command-line when starting vncserver under Unix Ok.
2015 Jul 18
2
VNC: i want see " my session"
Hi Patrick, Thanks for you quickly answer. Yes, x11vnc was installed on my system. The problem is i not understand the ?logic" of vnc connection, so i try to dark? I copy the /etc/systemd/system/vncserver@:1.service to /etc/systemd/system/vncserver@:0.service restart the vnc service and obtain Jul 18 11:17:16 systemd[1]: vncserver@:0.service: control process exited, code=exited
2015 Apr 03
2
vncserver on CentOS 7
>You should: >cp /lib/systemd/system/vncserver at .service <http://lists.centos.org/mailman/listinfo/centos> /lib/systemd/system/vncserver@:#.service >Where # is the vnc port 590# to open. Like /lib/systemd/system/vncserver@:4.service to start a vncserver on port 5904. > Then use `systemctl start vncserver@:4' to start that VNC server. Remember to edit the
2006 Nov 09
1
Sluggish X session with Cygwin/X and gnome desktop
Hello, I just installed CentOS 4.4 and when I connect to it from my XP machine using Cygwin/X and the gnome desktop I've noticed that after a couple of minutes it slows to a crawl (menus and dialog boxes don't display immediately when I click on them). Accessing the X session from the console does not exhibit this behavior. Just recently, instead of going with the default gnome
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
2013 Feb 25
10
VNC server not reponding to external requests
Hello everyone: I tried following the instructions on this page to set up a VNC server: http://wiki.centos.org/HowTos/VNC-Server I can telnet to port 5901 from the machine itself: # telnet 127.0.0.1 5901 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. RFB 003.008 But, when I try to connect to it from the outside world, I get a connection timeout. My
2017 Oct 15
1
sendmail
On Mon, Oct 2, 2017 at 7:25 PM, Pete Biggs <pete at biggs.org.uk> wrote: > On Mon, 2017-10-02 at 23:18 +0000, Larry Martell wrote: >> On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen >> >> > Sendmail is not the standard email server for EL7 >> >> >> What is the the standard email server? >> > > Postfix Thanks. I was able to get
2007 Apr 04
4
ZAP device reference in Zaptel 1.4 - SIMILAR
Well, I'm experiencing a similar problem with my setup... debian etch, asterisk 1.4.2, zaptel 1.4.1, ... I cannot find the chan_zap.so module file anywhere, tried recompiling with zaptel 1.4.0... no change... I tried 'make menuselect', and going to the channels-part, chan_zap is marked XXX -> dependencies missing: and this is the message for it, as an explanation. Zapata Telephony
2009 Apr 22
6
wine over ssh
Hi all, I am running wine over ssh (with X forwarding) and I have a problem getting back into the shell after executing an app using wine. Here's what I am doing: ssh -X myhost 'wine notepad' The concern is that I can get back to my shell only after I exit the notepad application. I tried appending an '&' at the end and that did'nt help. Any help is appreciated.
2003 Jan 29
1
Local Host and VNC access
I finally figured out Shorewall and have configured my Internet Sharing and have configured my Samba access, webmin access and SSH access. How do I configure access for VNC and to allow the local host to access the Internet as well (I need this to get updates and software packages.) Thanks, Shaun Marolf Mandrake 9.0-------------- next part -------------- A non-text attachment was scrubbed...
2015 Jul 18
2
VNC: i want see " my session"
Hi, I installed vnc server in my Centos 7 box, when i want to connect to the vnc server, it connects but open a new session instead the session where i working, Any suggestions? Cheers, M.
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2014 Jul 09
1
CentOS7: vncserver - desktop resolution
Hi, I just installed CentOS7 and managed to start the vncserver service, but once I connect to the machine, the desktop resolution isn't the one which I set in the vncserver@:3.service file located in /lib/systemd/system/ directory. The content of the mention file: ---------------------------------------- [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target
2007 Dec 29
1
vnc server
I followed these instructions, http://egopoly.com/archives/2006/09/how_to_use_vnc.html to successfully connect to my centos 5.1 box. I assumed I could #chkconfig vncserver on to make this permananet but when I tried to #service vncserver start I got the message no desktop configured. Can anyone point me in the right direction to have vncserver run at startup? Thanks! jlc
2009 Jun 04
14
Gnome-login to osol DomU fails, refusing valid credentials
i''ve managed to get 2009.06 installed in a Xen DomU on Linux Dom0. it''s currently ''up'' with a static IP, and i can successfully ssh into the box as either root or ''myuser''. all network/login settings seem to survive reboot. i''ve set up for VNC to the DomU. i can connect, and am at the Gnome login window. but, neither
2015 Apr 06
1
vncserver on centos 7
Is there a way to make vncserver on centos 7 to be read only? I want to allow someone to connect and see the screen- but not change it of course. Thanks, jerry