compile and install issues on rhel8 #3610
-
Following the guide on the readme at the root of the project, I am not able to successfully rdp into a rhel8 box. I'm assuming I am missing something basic, so hopefully some kind soul is able to see what I am missing. The sources I'm using are the 10.4.1 release. Reproduction steps:
If I have missed something obvious please accept my apologies, and thanks for taking the time to read this. -Matt |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi Matt You also need to build and install xorgxrdp as well, to use Xorg. This may be it. I assume there's a good reason you're not installing xrdp (and xorgxrdp) from EPEL? The EPEL maintainer does a very good job of keeping xrdp up to date. |
Beta Was this translation helpful? Give feedback.
-
According to the sesman log, the session is exiting very quickly. Here's a few things to try:
|
Beta Was this translation helpful? Give feedback.
-
The recommendation is simply not to use the same users locally as you use over RDP. If you have to do this, make sure the first logout has completed from a systemd point-of-view by looking at the |
Beta Was this translation helpful? Give feedback.
The recommendation is simply not to use the same users locally as you use over RDP.
If you have to do this, make sure the first logout has completed from a systemd point-of-view by looking at the
loginctl
output. Ifsystemd --user
is still running for the process, there could be some issues.