-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xrdp_mm_connect_chansrv: connect failed #1901
Comments
Here's another trigger char: ` |
Hi @saddy001 I'm unable to reproduce this with a password ending in " on either the Guacamole client or Can you provide a password where you see this happening? Also, it doesn't seem like this can be a root cause. If you've already authenticated, as the log above shows, there's nothing else on the xrdp side which uses the password. It's more likely your session is ending unexpectedly. Can you post the xrdp-sesman log when this happens as well please? |
Only WARN log level here, so there's not much to see:
I tested with the password d"dd |
That's really useful - thanks. This scenario fits the evidence we have so far:-
The session exiting may or may not be anything to do with your password characters. Can we get a log from the system when the failure happens? Procedure is:-
Hopefully that will give us more clues. |
The tested password was not
|
Interesting - there's no logging at all from the session itself, which implies it didn't really get going. I see from this line:-
that you're using a user-provided window manager. Does your user Assuming it does, we could get some more logging out of
|
I see what's the problem, I had an error in start.sh under certain conditions. Thanks for investigating! |
When certain characters are used in the user's password, the connection fails to establish (black screen). For example the " character triggers the issue, but there are more. Without these chars, everything works as expected. May be related: #1435
The text was updated successfully, but these errors were encountered: