Displaying 20 results from an estimated 1000 matches similar to: "vnc on C7"
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
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 ]
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
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
2010 Dec 09
1
how to run a command on a specific vnc display
Hello,
I'm using selenium rc for automated testing on a centos box.
working on the box itself has no problem as long as i start the server through terminal.
though if i wanted to run tests remotely i have a problem with firefox not knowing on which display to run.
i have a vnc client running on port 1 (5801/5901)
I've tried the following:
export DISPLAY=1 ; java -jar
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 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:
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
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
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
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:
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
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
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
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
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
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
2014 Mar 27
1
vncserver does not start gnome-sessioin automatically
I installed RHEL 5.8 x86_64 today. To my surprise, when I connect it using
vnc viewer it does not start gnome-session automatically.
The last line in .vnc/xstartup is twm&
Before I removed RHEL 6.1 a few days ago, vncserver always starts
gnome-session every time I open vncviewer.
Is that related to RHEL version or vnc-server version?
Best Regards,
Yawei