DSD-DBS / capella-dockerimages

Collection of Docker images for MBSE. Most images are based on Eclipse Capella.
https://dsd-dbs.github.io/capella-dockerimages/
Apache License 2.0
15 stars 5 forks source link

Clipboard stops working after Reconnect #67

Closed MoritzWeber0 closed 1 year ago

MoritzWeber0 commented 1 year ago

After reconnecting to a session, copy/paste doesn't work anymore.

Some potential workarounds are listed here: https://github.com/neutrinolabs/xrdp/issues/1188

MoritzWeber0 commented 1 year ago

Some notes / approaches I tried:

The interesting log lines are:

[20221206-12:44:08] [ERROR] xrdp_mm_connect_chansrv: connect failed trying again...
[20221206-12:44:12] [ERROR] xrdp_mm_connect_chansrv: connect failed trying again...
[20221206-12:44:16] [ERROR] xrdp_mm_connect_chansrv: connect failed trying again...
[20221206-12:44:20] [ERROR] xrdp_mm_connect_chansrv: connect failed trying again...
[20221206-12:44:20] [ERROR] xrdp_mm_connect_chansrv: error in trans_connect chan

All in all, it seems that the cliprdr channel doesn't accept new connection after disconnect.

Manual restart of chansrv are not supported yet: https://github.com/neutrinolabs/xrdp/issues/1259

amolenaar commented 1 year ago

@MoritzWeber0 This issue is fixed with the upgrade to Debian Bookworm, right?

MoritzWeber0 commented 1 year ago

Resolved with https://github.com/DSD-DBS/capella-dockerimages/pull/168 & https://github.com/DSD-DBS/capella-dockerimages/pull/170