Displaying 20 results from an estimated 1000 matches similar to: "how to run a command on a specific vnc display"
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 ]
2008 Jun 27
1
VNC vs GNOME desktop
I'm trying to use VNC to connect my home Centos box (up to date centos 5)
to my Centos 4 (also up to date) at work. I have no problem connecting.
The problem occurs after logging in, for every applet in the bottom Gnome
panel I get an error box from which I can choose to remove the applet
from the panel, or just go on. I choose to not delete but to just go on.
After I get a half dozen or so of
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
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
2016 Jul 13
0
vnc on C7
Hi Jerry,
I done a lot of search in google. Than I find your post, but without success
for my problem.
I have add your xstartup file. But I can't get it working with this
startupfile.
One problem is, that I can't find the x-terminal-emulator on my machine.
Which package must I install for x-terminal-emulator in CentOS7 ?
Maybe you can have a look at my logfile and my configuration for
2009 Feb 13
3
procmail 3.22 on CentOS 5.2
Hello,
I am implementing procmail with postfix on a new SMTP server, I have too many .procmailrc from my former sendmail installation and
not enough time to learn maildrop and migrate right now.
It seems that LOGABSTRACT does not work : I don't get the datas LOGABSTRACT should prompt in the log, whether I don't set
LOGABSTRACT (default behaviour) or if I set it to "on",
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
2010 Feb 01
3
very large difference between df and du (10 GB, hard to believe)
Hello,
I have a small server running a tool (RT : perl + mysql + apache) for our support team. I stripped down everything else. The OS is
CentOS 4.8. I noticed a difference between df and du which is hard to believe :
according to df, I am using 29 GB
[root at cedrat-rt ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 33G 29G 2.8G 92% /
none
2011 Nov 09
2
R: RE: R: Re: Dos/Unix newline translating
on Debian I'm using VIM 7.2.445
on RedHat I'm using VIM 6.3.82
I verified in both systems with this command : vi -v
----Messaggio originale----
Da: robert.grasso at cedrat.com
Data: 9-nov-2011 12.04
A: <ric.castellani at alice.it>, <jdmls at yahoo.com>, <samba at lists.samba.org>
Ogg: RE: [Samba] R: Re: Dos/Unix newline translating
on Debian it is possible that
2011 Nov 09
2
R: Re: Dos/Unix newline translating
But I have another server with RedHat and Samba 3.0.10 configured in the same way, but I can view correctly text files which I move to RedHat server.
----Messaggio originale----
Da: jdmls at yahoo.com
Data: 9-nov-2011 11.42
A: "samba at lists.samba.org"<samba at lists.samba.org>
Ogg: Re: [Samba] Dos/Unix newline translating
From: Riccardo Castellani <ric.castellani at
2007 May 21
6
4.5 upgrades on production servers?
Anyone besides me totally throw (most) caution into the wind and yum update
any mission critical production 4.x boxen to 4.5 without any problems?
8-p
- rh
--
Abba Communications
Spokane, WA
www.abbacomm.net
2015 Mar 17
2
cant' start vnc server
hey guys,
Ok so I've installed tiger vnc on a centos 6.5 machine.
And I've edited /etc/sysconfig/vncservers
[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
2007 Jun 13
1
seleniumrc_fu initial test issue
I have the seleniumrc_fu plugin installed and setup according to the
instructions, and can run the selenium:test task if there are no test
cases. My first test case simply does an open_home_page to verify
that things are working at all. Unfortuniately there seems to be an
issue with even this simple a test case. The following suggests that
there is an issue with the getNewBrowserSession
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
2010 Jul 30
1
getent acting unreliable with idmap_ad
I'm trying to get my linux boxes to authenticate to AD using winbind. I
need to get my uid's from AD so I'm using idmap_ad.
I got to the point where 'getent passwd' shows me the list of unix users
from AD with all correct details, however when I do 'getent passwd
<username>' for any username from the list returned by 'getent passwd' I
get an empty reply
2011 Mar 05
2
OT: grep regex pointer appreciated
Hi,
My grep regex foo is not very good and googling is getting me nowhere so
hopefully someone is kind enough to give me some pointers.
Goal: grep (non .dbg) filenames and versions from a ftp dir listing and
a raw html file:
$ wget --no-remove-listing -O ftp-index.txt ftp://127.0.0.1/test/
$ wget --no-remove-listing -O index.html http://127.0.0.1/test/
The relevant parts of the files above
2010 Aug 03
4
Manually mounting partitions in "linux rescue" mode
I boot from the installation DVD, with an already existing CentOS 5.5
system on my hard disks. I have separate boot, root, and home
partitions. I have moved the boot partition and now I need to
re-initialize grub from rescue mode.
Attempting to use 'rescue mode" to automatically mount my system under
/mnt/sysimage eventally fails with an error message, which essentially
says
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:
2010 Apr 06
1
VNC Server
Hi,
I?m trying to set up VCN server in Centos. I got the connection but no KDE
windows, only a black window.
Any idea?
My xstartup is :
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80+24+10+10 -ls -title .$VNCDESTOP Desktop. &
startkde &
Regards
Fernando
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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