Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Any one get xrdp to work on debian 9?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
shinobi
Posts: 14
Joined: 2017-08-17 00:21

Any one get xrdp to work on debian 9?

#1 Post by shinobi »

Any one get xrdp to work on debian 9?

I found many examples of how to do it, but none of them seem to work? They all follow the same basic steps:

# apt-get install xrdp
# systemctl enable xrdp
# systemctl start xrdp

But I can't get the installation to complete in a clean manner:

# apt-get install xrdp
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
ssl-cert
Suggested packages:
openssl-blacklist guacamole
The following NEW packages will be installed:
ssl-cert xrdp
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/459 kB of archives.
After this operation, 3,006 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
Selecting previously unselected package ssl-cert.
(Reading database ... 145124 files and directories currently installed.)
Preparing to unpack .../ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) ...
Selecting previously unselected package xrdp.
Preparing to unpack .../xrdp_0.9.1-9_amd64.deb ...
Unpacking xrdp (0.9.1-9) ...
Setting up ssl-cert (1.0.39) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Setting up xrdp (0.9.1-9) ...
Job for xrdp.service failed because the control process exited with error code.
See "systemctl status xrdp.service" and "journalctl -xe" for details.
invoke-rc.d: initscript xrdp, action "restart" failed.
● xrdp.service - xrdp daemon
Loaded: loaded (/lib/systemd/system/xrdp.service; enabled; vendor preset: ena bled)
Active: failed (Result: exit-code) since Wed 2017-08-30 14:14:07 PDT; 11ms ag o
Docs: man:xrdp(8)
man:xrdp.ini(5)
Process: 3703 ExecStart=/usr/sbin/xrdp $XRDP_OPTIONS (code=exited, status=1/FA ILURE)
Process: 3693 ExecStartPre=/bin/sh /usr/share/xrdp/socksetup (code=exited, sta tus=0/SUCCESS)
CPU: 21ms

Aug 30 14:14:07 psycho systemd[1]: Starting xrdp daemon...
Aug 30 14:14:07 psycho systemd[1]: xrdp.service: Control process exited, co…us=1
Aug 30 14:14:07 psycho systemd[1]: Failed to start xrdp daemon.
Aug 30 14:14:07 psycho systemd[1]: xrdp.service: Unit entered failed state.
Aug 30 14:14:07 psycho systemd[1]: xrdp.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package xrdp (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Errors were encountered while processing:
xrdp
E: Sub-process /usr/bin/dpkg returned an error code (1)
#

Thanks in advance!

shinobi
Posts: 14
Joined: 2017-08-17 00:21

Re: Any one get xrdp to work on debian 9?

#2 Post by shinobi »

Appears this issue has been addressed, a patch/update fixed the issue found. The xrdp package now core to Stretch 9.1 works as expected. Providing tignervnc-standalone-server is also used.

Post Reply