search for: vncconfig

Displaying 16 results from an estimated 16 matches for "vncconfig".

2016 Jun 02
2
vnc on C7
...!/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 ] && xrdb HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session &
2016 Jul 13
0
vnc on C7
...information on TigerVNC. Underlying X server release 11702000, The X.Org Foundation Wed Jul 13 15:49:53 2016 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5904 vncext: created VNC server for screen 0 No protocol specified /usr/bin/vncconfig: unable to open display ":4" No protocol specified xsetroot: unable to open display ':4' /home/ulkoenig/.vnc/xstartup: line 12: x-terminal-emulator: command not found No protocol specified vncconfig: unable to open display ":4" No protocol specified ** (mate-session:25...
2014 Oct 01
2
VNCServer Startup Config
...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 ~/.vnc/xstartup #!/bin/sh [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n export LANG export SYSFONT vncconfig -iconic & unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if [ -x /et...
2008 Jun 27
1
VNC vs GNOME desktop
.../xstartup file from the server: #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord is like a strong tower. Those who do what is right can run to...
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
2010 Dec 09
1
how to run a command on a specific vnc display
...wing two lines for normal desktop: 4 unset SESSION_MANAGER 5 exec /etc/X11/xinit/xinitrc 6 while true ;do sh /opt/scripts/rc; done & 7 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 8 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 9 xsetroot -solid grey 10 vncconfig -iconic & 11 xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 12 twm & ]# more /opt/scripts/rc java -jar /opt/selenium/selenium-server.jar > /opt/selenium/Logs/logs.txt Though that isn't working either, and still the firefox profile doesnt know where...
2015 Mar 17
2
cant' start vnc server
...root at potwsld00001 ~]# cat /etc/sysconfig/vncservers VNCSERVERS="1:mysql" And added the contents of the xstartup file for the user: [root at potwsld00001 ~]# cat /home/mysql/.vnc/xstartup #!/bin/sh [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n export LANG export SYSFONT vncconfig -iconic & unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if [ -x /et...
2005 Feb 14
2
view remote desktop
I know with vnc you can access virtual desktops, but is there a way to view the current desktop on a kde session? I tried changing the .vnc/xstartup and added the startkde & at the end to get the gui working, but can only get virtual desktops to show. or if there is a different software to use that someone else might know about. Using CentOS 3.4 Rob
2014 Jul 09
1
CentOS7: vncserver - desktop resolution
...------------------------------------ The desktop resolution is different (more than my NB display can display) and the scroll bars appear. The same behaviour occurs when I start the vncserver from commant line: vncserver :4 -geometry 1400x800 -nolisten tcp -localhost and then connect via ssh vncconfig -display :4 -connect localhost:49999 In CentOS6 I had no problem with this. The desktop resolution adjusted according the -geometry parameter. Please, let me know, if you have any idea. thanks martin
2010 Mar 11
3
VNC viewer blank screen
Hi, I have configured vnc on my centos server machine. But, unable to access the vnc client. When ever i try to access my client. All I get is a blank screen with only mouse working. I am very clue less about the problem, Can I find out this error. Regards, Vijay Shanker Dubey -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
...onnection due to this. now it gets weird, perhaps due to me installing x windows system...here is my startx file, completely different than the one you posted...and I changed nothing and it worked. #!/bin/sh [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n export LANG export SYSFONT vncconfig -iconic & unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS OS=`uname -s` if [ $OS = 'Linux' ]; then case "$WINDOWMANAGER" in *gnome*) if [ -e /etc/SuSE-release ]; then PATH=$PATH:/opt/gnome/bin export PATH fi ;; esac fi if...
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
2011 Apr 11
5
whats the package that allows copy and paste between windows
What is the package that allows copy and paste between windows? I think I need to yum reinstall it. after the 5.6 update I get the copy button when I right click - (for example in thunderbird) put when I then goto a console window and try to right click and paste the paste is grey-ed or ghosted. Is there a package that controls the clip board or something? Thanks Jerry
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type of ftp attack. I got an email from somebody saying they were being attacked by my IP address. Further investigation /var/log/messages shows a whole bunch of sshd attacks on me, none of which appear successful. I'm running ethereal right now and I can see that my system is doing some kind of ftp attacks on others.
2008 May 20
4
Can't get past the splash screen
Hi, I have a remote frontend (it's kept in the room which I don't have access) which is installed with CentOS 4 and Rocks . So, to use the desktop(Gnome) of the frontend I use the freenx + nomachine following the guide in http://www.centos.org/modules/newbb/viewtopic.php?forum=20&topic_id=1640&viewmode=threaded. It worked. Then, I intended to add user, but I couldn't create the
2013 Jan 26
0
Processed: switching email address
...on] bamfdaemon: unowned directory after purge: /usr/share/applications/ Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 656217 ! Bug #656217 [vnc4server] vnc4server: does not remove /usr/bin/vncconfig alternative Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 665016 ! Bug #665016 [piuparts] piuparts: more checks on alternatives Changed Bug submitter to 'Andreas Beckmann <anbe at d...