Displaying 20 results from an estimated 4000 matches similar to: "vncserver on CentOS 7"
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
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
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
2015 Apr 03
0
vncserver on CentOS 7
> Is the port opened in the firewall?
I stopped firewalld with "systemctl stop firewalld"
Jerry
On Fri, Apr 3, 2015 at 2:46 PM, Jerry Geis <geisj at pagestation.com> wrote:
> 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:
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
2017 May 25
0
Centos7 Cant start vncserver
Actually it is running:
netstat -tuln | grep 590
tcp        0      0 0.0.0.0:5901            0.0.0.0:* LISTEN
tcp        0      0 0.0.0.0:5902            0.0.0.0:* LISTEN
tcp        0      0 0.0.0.0:5903            0.0.0.0:* LISTEN
tcp6       0      0 :::5901                 :::* LISTEN
tcp6       0      0 :::5902                 :::* LISTEN
tcp6       0      0 :::5903                 :::* LISTEN
2020 Nov 12
1
CentOS 8 vncserver
I am trying to get vncserver working on CentOS 8. Fully updated.
On the console - logged in as a normal user I run:
export DISPLAY=:0.0
xhost +
/usr/bin/x0vncserver -display :0 -rfbport 5901 -passwordfile
/home/silentm/.vnc/passwd
I get this error:
Invalid MIT-MAGIC-COOKIE-1 key/usr/bin/x0vncserver: unable to open display
":0"
Based on the error I changed the DISPLAY=:0 and tried
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
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 ]
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
2018 Aug 01
0
Strange vncserver behavior
I got vncserver working per:
https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/
Then I went to set up a second instance, and have that for logging on to 
root:
==========
cp /lib/systemd/system/vncserver at .service 
/etc/systemd/system/vncserver@:2.service
vi /etc/systemd/system/vncserver@\:2.service
replace <USER> with root
systemctl daemon-reload
systemctl start
2007 Jan 31
2
Accessing vncserver
On my Centos server I have vncserver running. ( # ps -A shows Xvnc), 
however I cannot access it from other computers on the LAN.  Do I need 
to make a firewall change?
Todd
-- 
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
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
2016 Jun 02
0
vnc on C7
On Thu, Jun 2, 2016 at 7:56 AM, Jerry Geis <geisj at pagestation.com> wrote:
> 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
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
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
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.
2005 Aug 31
1
SELinux
I'm probably dense - CentOS 4.1
# cat /etc/sysconfig/selinux
..snip...
SELINUXTYPE=targeted
# su - Alec
# tail -n 3 /var/log/messages
Aug 31 08:48:26 srv1 su(pam_unix)[31435]: session opened for user Alec
by root(uid=0)
Aug 31 08:48:26 srv1 su[31435]: Warning!  Could not relabel /dev/pts/0
with user_u:object_r:devpts_t, not relabeling.Operation not permitted
Aug 31 08:48:27 srv1
2013 Mar 14
0
vncserver doesn't start. Why?
I have been using tigervnc-server with CentOS6.2 since last summer.
I worked well.
Two days ago, I installed CentOS6.2 with Software development environment in
a new PC and  after "yum -y install update", tried to insall tigervnc-server
using "yum -y install tgervnc-server"
Installation itself has finished without any touble but vncserver didnot
start with the message like
2010 Mar 15
1
Get VNCserver to only listen on a particular IP address
Hi,
Does anyone know if possible to get vncserver to only listen on one particular Ip address?
Have two network interfaces (public + private) and just want the vncserver to listen on the private IP address 192.168.10 for example
Thanks
Keith