Bug#854548: still not fixed: Correction

2017-02-28 Thread Tim Fischer
xrdp-sesman is starting, but xrdp fails to start and automatically stops 
xrdp-sesman.
output of  journalctl -xn is:

Failed at step RUNTIME_DIRECTORY spawning /usr/sbin/xrdp-sesman: File exists

Actually, "socksetup" is now called more than once, which could be avoided by 
removing one line from xrdp.service as proposed in the above patch.





Bug#854548: still not fixed

2017-02-28 Thread Tim Fischer

I believe the bug is not yet fixed.
xrdp-service is now starting, but starting xrdp leads to an error.
Proposed fix is to remove the line "RuntimeDirectory=xrdp" from xrdp.service:

--- a/instfiles/xrdp.service
+++ b/instfiles/xrdp.service
@@ -7,7 +7,6 @@ After=network.target xrdp-sesman.service
 [Service]
 Type=forking
 PIDFile=/run/xrdp/xrdp.pid
-RuntimeDirectory=xrdp
 EnvironmentFile=-/etc/sysconfig/xrdp
 EnvironmentFile=-/etc/default/xrdp
 User=xrdp