I try to access my OpenSuse Leap 42.3 box from Windows 7. I could connect successfully from OpenSuse 13.2 but since the upgrade to Leap 42.3 it doesn’t work anymore.
the xrpd service can’t be started.
systemctl start xrdp**.service doesn’t start the service
xrdp.sh stops with a failure (/etc/var/xrdp.log). But it doesn’t say more, just one line**
xrdp.service - xrdp daemon
Loaded: loaded (/usr/lib/systemd/system/xrdp.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mo 2018-02-12 19:50:27 CET; 3min 25s ago
Process: 1945 ExecStart=/etc/xrdp/xrdp.sh start (code=exited, status=1/FAILURE)
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
$ systemctl start xrdp.service
Job for xrdp.service failed because the control process exited with error code. See “systemctl status xrdp.service” and “journalctl -xe” for details.
$ journalctl -xe
Subject: Unit xrdp.service has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
–
– Unit xrdp.service has begun starting up.
Feb 12 19:57:20 linux-uece xrdp.sh[3888]: sesman is already loaded
Feb 12 19:57:20 linux-uece systemd[1]: xrdp.service: Control process exited, code=exited
Feb 12 19:57:20 linux-uece systemd[1]: Failed to start xrdp daemon.
– Subject: Unit xrdp.service has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
–
– Unit xrdp.service has failed.
–
– The result is failed.
Feb 12 19:57:20 linux-uece systemd[1]: xrdp.service: Unit entered failed state.
Feb 12 19:57:20 linux-uece systemd[1]: xrdp.service: Failed with result ‘exit-code’.
peter@linux-uece:~> sudo systemctl status xrdp.service
[sudo] Passwort für root:
● xrdp.service - xrdp daemon
Loaded: loaded (/usr/lib/systemd/system/xrdp.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mo 2018-02-12 20:24:14 CET; 1min 57s ago
Process: 8510 ExecStart=/etc/xrdp/xrdp.sh start (code=exited, status=1/FAILURE)
Feb 12 20:24:14 linux-uece systemd[1]: Starting xrdp daemon…
Feb 12 20:24:14 linux-uece xrdp.sh[8510]: sesman is already loaded
Feb 12 20:24:14 linux-uece systemd[1]: xrdp.service: Control process exited, code=exited status=1
Feb 12 20:24:14 linux-uece systemd[1]: Failed to start xrdp daemon.
Feb 12 20:24:14 linux-uece systemd[1]: xrdp.service: Unit entered failed state.
Feb 12 20:24:14 linux-uece systemd[1]: xrdp.service: Failed with result ‘exit-code’.