Skip to content
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

The socket directories override from CLI is not necessary, because: #3281

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

basilgello
Copy link
Contributor

@basilgello basilgello commented Sep 24, 2021

  • Socket-activated Xpra proxy server listens on TCP port 14500,
    and does not bind to any Unix domain socket via -bind=none.

  • Non-socket-activated Xpra proxy server listens on TCP port 14500
    and does bind on /run/xpra/system domain socket via
    --bind=/run/xpra/system.

The negative side effect of restricting DotXpra.socket_details
to search only in /run/xpra is that existing sockets in
$XDG_RUNTIME_DIR/xpra can not be found by make_authenticators,
so remote user can not re-attach to existing Xpra backend server
via proxy.

Signed-off-by: Vasyl Gello [email protected]

  * Socket-activated Xpra proxy server listens on TCP port 14500,
    and does not bind to any Unix domain socket via '--bind=none'.

  * Non-socket-activated Xpra proxy server listens on TCP port 14500
    and does bind on '/run/xpra/system' domain socket via
    '--bind=/run/xpra/system'.

The negative side effect of restricting 'DotXpra.socket_details'
to search only in '/run/xpra' is that existing sockets in
'$XDG_RUNTIME_DIR/xpra' can not be found by 'make_authenticators',
so remote user can not re-attach to existing Xpra backend server
via proxy.

Signed-off-by: Vasyl Gello <[email protected]>
@totaam totaam merged commit f950828 into Xpra-org:master Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants