Lab 5.8 unable to start vncserver@42
Created file as directed but stuck with below error.
Error.
[rks@localhost ~]$ systemctl start vncserver@42
Job for vncserver@42.service failed because the control process exited with error code. See "systemctl status vncserver@42.service" and "journalctl -xe" for details.
The bellow are journalctl -x ...
-- Unit vncserver@42.service has begun starting up.
Dec 21 17:52:42 localhost.localdomain systemd[20321]: Failed at step USER spawning /usr/bin/vncserver: No such process
-- Subject: Process /usr/bin/vncserver could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The process /usr/bin/vncserver could not be executed and failed.
--
-- The error number returned by this process is 3.
Dec 21 17:52:42 localhost.localdomain systemd[20324]: Failed at step USER spawning /usr/bin/vncserver: No such process
-- Subject: Process /usr/bin/vncserver could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The process /usr/bin/vncserver could not be executed and failed.
--
-- The error number returned by this process is 3.
Dec 21 17:52:42 localhost.localdomain systemd[1]: vncserver@42.service: control process exited, code=exited status=217
Dec 21 17:52:42 localhost.localdomain systemd[1]: Failed to start Remote desktop service (VNC) on port :42.
-- Subject: Unit vncserver@42.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit vncserver@42.service has failed.
--
-- The result is failed.
Dec 21 17:52:42 localhost.localdomain systemd[1]: Unit vncserver@42.service entered failed state.
Dec 21 17:52:42 localhost.localdomain systemd[1]: vncserver@42.service failed.
Dec 21 17:52:42 localhost.localdomain polkitd[714]: Unregistered Authentication Agent for unix-process:20293:3947458 (system bus name :1.733, object p
Comments
-
Thank you for letting us know there is possibly an issue.
Please double check the systemctl command was exicuted as root not a regular user.
If that does not help can you please post your "/etc/systemd/system/vncserver@.service" file.Thanks !
0 -
[Unit]
Description=Remote desktop service (VNC) on port :%I
After=syslog.target network.target[Service]
Type=forking
User=studentExecStartPre=-/usr/bin/vncserver -kill :%i
ExecStart=/usr/bin/vncserver :%i -localhost
PIDFile=/home/lee/.vnc/%H:%i.pid
ExecStop=-/usr/bin/vncserver -kill :%i[Install]
WantedBy=multi-user.target0 -
Hi, Well this seems to be all fine.
Can you please let me know the version/distro you are using?
Are you using one of the Linux Foundation images?Please let me know the version of vncserver and systemd you are using.
Thanks
0 -
Hi, The CentOs image was downloaded from CentOs web.
[rks@localhost ~]$ cat /etc/centos-release
CentOS Linux release 7.4.1708 (Core)[rks@localhost ~]$ cat /proc/version
Linux version 3.10.0-693.5.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) ) #1 SMP Fri Oct 20 20:32:50 UTC 2017[rks@localhost ~]$ rpm -qa | grep tigervnc-server
tigervnc-server-minimal-1.8.0-1.el7.x86_64
tigervnc-server-1.8.0-2.el7_4.x86_640 -
Hi, I retested it on a clean installation and duplicated your issue. It is a typo in the example file. The PID specification has the wrong user name in it.
Incorrect:
PIDFile=/home/lee/.vnc/%H:%i.pidCorrect:
PIDFile=/home/student/.vnc/%H:%i.pidThank you for pointing this out, it will be corrected in the next version.
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 111 Mobile Computing
- 19 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 976 Programming and Development
- 310 Kernel Development
- 648 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
