similar to: using remote vnc on centos 4.4

Displaying 20 results from an estimated 30000 matches similar to: "using remote vnc on centos 4.4"

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
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 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
2009 Jan 24
1
Single Session VNC
Currently most machines I connect to use a display, but I want to run vncserver such that the display is always 0. Is this possible. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090123/3cf56d78/attachment-0003.html>
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
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
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)
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
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.
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...
2016 Jun 02
2
vnc on C7
Thanks Frank. The below in fact worked and restarting the service. Jerry To get mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ]
2018 Dec 19
5
VNC question
We have run into the infamous black screen problem with tigervnc under CentOS7, which prompted me to look into how vnc is configured here. https://access.redhat.com/solutions/966063 Am I reading this correctly - root needs to set up a systemd vnc service for every user and display individually? Compared to e.g. CentOS before 7, or indeed any other Linux/Unix system where vnc is completely under
2015 Dec 10
4
VNC on centOS
Hi, I have recently installed centOS 7 and trying to start vnc server on it. Somehow, I am unable to make vncserver working. I have modified iptable rules and xstartup file but it did not help. Has anyone else faced this problem earlier? Any help would be appreciated. Regards Hersh
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
2009 Jun 03
1
VNC-Server HowTo
Gerald and P.J., I just finished setting up VNC services following http://wiki.centos.org/HowTos/VNC-Server and have a few comments. "2.3. Edit the server configuration" The last line should be corrected from VNCSERVERARGS[1]="-geometry 800x600" to VNCSERVERARGS[3]="-geometry 800x600" "2.4. Create xstartup scripts" Comments about the rational for
2010 Jan 27
1
xterm clones on VNC problem
I've been scratching my head over this one after setting up VNC on another existing server. Followed the instructions here http://wiki.centos.org/HowTos/VNC-Server as usual. It worked initially. However since this server is going to be installed in a rather inconvenient place and having done pretty stupid things before, I decided for the first time to try the portion that says # Add the
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
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
2006 Apr 07
4
HowTo use VNC on Debian Dom0 and DomU
Hello, Could someone explain me step by step, how to use VNC on a debian sarge 3.1 Dom0 and DomU. I follow this tutorial to install XEN : http://www.howtoforge.com/perfect_setup_xen3_debian And I try this for VNC but it doesn''t work : http://www.debian- administration.org/articles/322 (I try XDM and XFCE4) Thanks you! _______________________________________________ Xen-users
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,