Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-10-10 13:37:50

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

segfault in xfce4-session: login via XRDP not possible

Hello,

folks from XRDP redirected me here. The reason is a log message about segfault of xfe4-session.

The original post with log output and some more background can be found here:
https://github.com/neutrinolabs/xrdp/discussions/2819

My first trail was about XRDP. Because I played a bit with my XRDP config (as described in the linked thread). After that I wasn't able to login via XRDP. But a regular login via sitting in front of the machine was possible. Even resetting and resinstalling the whole XRDP config didn't solved the problem.

When I create a new user (via "adduser") I'm able to login via XRDP into this users without problems.

So I'm stuck here and don't know in which direction to go. The full log outputs can be found in the linked thread. I would be glad if someone could have a look at it.

Thanks in advance

Offline

#2 2023-11-14 19:11:11

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

I am sorry to ask again, but the problem resists.

I asked at German Debian Forum and at XRDP itself. Currently there is no idea about further diagnosis or a solution.
Can anyone help here?

Offline

#3 2023-11-14 19:45:24

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,051

Re: segfault in xfce4-session: login via XRDP not possible

Similar report with same error message here.

Since you're not getting a response here. and this does generate a segfault on xfce4-session, I would recommend opening a bug report.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#4 2023-11-15 19:56:22

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

Thanks for the hint. I found the file ~/.xsession-errors and in there the following messages

/usr/bin/x-session-manager: X server already running on display :10.0
xfce4-session-Message: 20:49:55.496: SSH authentication agent is already running
gpg-agent: Ein gpg-agent läuft bereits - ein weiterer wird nicht gestartet

(xfwm4:3659): Gtk-WARNING **: 20:49:55.568: cannot open display: :10.0

Does this help somehow understanding the problem?

Offline

#5 2023-11-15 23:44:20

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,051

Re: segfault in xfce4-session: login via XRDP not possible

This doesn't contain the xfce4-session error, but it does post a warning from xfwm4 which means the log in did work (as opposed to the information you posted in the bug report to xrdp).

Can you post your new xrdp log file and the contents of your xrdp.ini file?

Maybe also the result of:

journalctl --user -b 0 --no-pager

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#6 2023-11-17 19:11:35

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

Thanks a lot for your reply and asking back.
I turned on the machine and then tried to login via Windows remote desktop client one time (at 19:58 round about). After that I collected the logs.

/etc/xrdp/xrdp.ini

[Globals]
; xrdp.ini file version number
ini_version=1

; fork a new process for each incoming connection
fork=true

; ports to listen on, number alone means listen on all interfaces
; 0.0.0.0 or :: if ipv6 is configured
; space between multiple occurrences
; ALL specified interfaces must be UP when xrdp starts, otherwise xrdp will fail to start
;
; Examples:
;   port=3389
;   port=unix://./tmp/xrdp.socket
;   port=tcp://.:3389                           127.0.0.1:3389
;   port=tcp://:3389                            *:3389
;   port=tcp://<any ipv4 format addr>:3389      192.168.1.1:3389
;   port=tcp6://.:3389                          ::1:3389
;   port=tcp6://:3389                           *:3389
;   port=tcp6://{<any ipv6 format addr>}:3389   {FC00:0:0:0:0:0:0:1}:3389
;   port=vsock://<cid>:<port>
port=3389

; 'port' above should be connected to with vsock instead of tcp
; use this only with number alone in port above
; prefer use vsock://<cid>:<port> above
use_vsock=false

; regulate if the listening socket use socket option tcp_nodelay
; no buffering will be performed in the TCP stack
tcp_nodelay=true

; regulate if the listening socket use socket option keepalive
; if the network connection disappear without close messages the connection will be closed
tcp_keepalive=true

; set tcp send/recv buffer (for experts)
#tcp_send_buffer_bytes=32768
#tcp_recv_buffer_bytes=32768

; security layer can be 'tls', 'rdp' or 'negotiate'
; for client compatible layer
security_layer=negotiate

; minimum security level allowed for client for classic RDP encryption
; use tls_ciphers to configure TLS encryption
; can be 'none', 'low', 'medium', 'high', 'fips'
crypt_level=high

; X.509 certificate and private key
; openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365
; note this needs the user xrdp to be a member of the ssl-cert group, do with e.g.
;$ sudo adduser xrdp ssl-cert
certificate=
key_file=

; set SSL protocols
; can be comma separated list of 'SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'
ssl_protocols=TLSv1.2, TLSv1.3
; set TLS cipher suites
#tls_ciphers=HIGH

; concats the domain name to the user if set for authentication with the separator
; for example when the server is multi homed with SSSd
#domain_user_separator=@

; The following options will override the keyboard layout settings.
; These options are for DEBUG and are not recommended for regular use.
#xrdp.override_keyboard_type=0x04
#xrdp.override_keyboard_subtype=0x01
#xrdp.override_keylayout=0x00000409

; Section name to use for automatic login if the client sends username
; and password. If empty, the domain name sent by the client is used.
; If empty and no domain name is given, the first suitable section in
; this file will be used.
autorun=

allow_channels=true
allow_multimon=true
bitmap_cache=true
bitmap_compression=true
bulk_compression=true
#hidelogwindow=true
max_bpp=32
new_cursors=true
; fastpath - can be 'input', 'output', 'both', 'none'
use_fastpath=both
; when true, userid/password *must* be passed on cmd line
#require_credentials=true
; when true, the userid will be used to try to authenticate
#enable_token_login=true
; You can set the PAM error text in a gateway setup (MAX 256 chars)
#pamerrortxt=change your password according to policy at http://url

;
; colors used by windows in RGB format
;
blue=009cb5
grey=dedede
#black=000000
#dark_grey=808080
#blue=08246b
#dark_blue=08246b
#white=ffffff
#red=ff0000
#green=00ff00
#background=626c72

;
; configure login screen
;

; Login Screen Window Title
#ls_title=My Login Title

; top level window background color in RGB format
ls_top_window_bg_color=009cb5

; width and height of login screen
;
; The default height allows for about 5 fields to be comfortably displayed
; above the buttons at the bottom. To display more fields, make <ls_height>
; larger, and also increase <ls_btn_ok_y_pos> and <ls_btn_cancel_y_pos>
; below
;
ls_width=350
ls_height=430

; login screen background color in RGB format
ls_bg_color=dedede

; optional background image filename. BMP format is always supported,
; but other formats will be supported if xrdp is build with imlib2
; The transform can be one of the following:-
;     none  : No transformation. Image is placed in bottom-right corner
;             of the screen.
;     scale : Image is scaled to the screen size. The image aspect
;             ratio is not preserved.
;     zoom  : Image is scaled to the screen size. The image aspect
;             ratio is preserved by clipping the image.
#ls_background_image=
#ls_background_transform=none

; logo
; full path to file or file in shared folder. BMP format is always supported,
; but other formats will be supported if xrdp is build with imlib2
; For transform values, see 'ls_background_transform'. The logo width and
; logo height are ignored for a transform of 'none'.
ls_logo_filename=
#ls_logo_transform=none
#ls_logo_width=240
#ls_logo_height=140
ls_logo_x_pos=55
ls_logo_y_pos=50

; for positioning labels such as username, password etc
ls_label_x_pos=30
ls_label_width=65

; for positioning text and combo boxes next to above labels
ls_input_x_pos=110
ls_input_width=210

; y pos for first label and combo box
ls_input_y_pos=220

; OK button
ls_btn_ok_x_pos=142
ls_btn_ok_y_pos=370
ls_btn_ok_width=85
ls_btn_ok_height=30

; Cancel button
ls_btn_cancel_x_pos=237
ls_btn_cancel_y_pos=370
ls_btn_cancel_width=85
ls_btn_cancel_height=30

[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogFile=xrdp.log
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
#ConsoleLevel=INFO
#EnableProcessId=false

[LoggingPerLogger]
; Note: per logger configuration is only used if xrdp is built with
; --enable-devel-logging
#xrdp.c=INFO
#main()=INFO

[Channels]
; Channel names not listed here will be blocked by XRDP.
; You can block any channel by setting its value to false.
; IMPORTANT! All channels are not supported in all use
; cases even if you set all values to true.
; You can override these settings on each session type
; These settings are only used if allow_channels=true
rdpdr=true
rdpsnd=true
drdynvc=true
cliprdr=true
rail=true
xrdpvr=true
tcutils=true

; for debugging xrdp, in section xrdp1, change port=-1 to this:
#port=/tmp/.xrdp/xrdp_display_10


;
; Session types
;

; Some session types such as Xorg, X11rdp and Xvnc start a display server.
; Startup command-line parameters for the display server are configured
; in sesman.ini. See and configure also sesman.ini.
[Xorg]
name=Xorg
lib=libxup.so
username=ask
password=ask
ip=127.0.0.1
port=-1
code=20

[Xvnc]
name=Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
#xserverbpp=24
#delay_ms=2000
; Disable requested encodings to support buggy VNC servers
; (1 = ExtendedDesktopSize)
#disabled_encodings_mask=0
; Use this to connect to a chansrv instance created outside of sesman
; (e.g. as part of an x11vnc console session). Replace '0' with the
; display number of the session
#chansrvport=DISPLAY(0)

; Generic VNC Proxy
; Tailor this to specific hosts and VNC instances by specifying an ip
; and port and setting a suitable name.
[vnc-any]
name=vnc-any
lib=libvnc.so
ip=ask
port=ask5900
username=na
password=ask
#pamusername=asksame
#pampassword=asksame
#pamsessionmng=127.0.0.1
#delay_ms=2000

; Generic RDP proxy using NeutrinoRDP
; Tailor this to specific hosts by specifying an ip and port and setting
; a suitable name.
[neutrinordp-any]
name=neutrinordp-any
; To use this section, you should build xrdp with configure option
; --enable-neutrinordp.
lib=libxrdpneutrinordp.so
ip=ask
port=ask3389
username=ask
password=ask
; Uncomment the following lines to enable PAM authentication for proxy
; connections.
#pamusername=ask
#pampassword=ask
#pamsessionmng=127.0.0.1
; Currently NeutrinoRDP doesn't support dynamic resizing. Uncomment
; this line if you're using a client which does.
#enable_dynamic_resizing=false
; By default, performance settings requested by the RDP client are ignored
; and chosen by NeutrinoRDP. Uncomment this line to allow the user to
; select performance settings in the RDP client.
#perf.allow_client_experiencesettings=true
; Override any experience setting by uncommenting one or more of the
; following lines.
#perf.wallpaper=false
#perf.font_smoothing=false
#perf.desktop_composition=false
#perf.full_window_drag=false
#perf.menu_anims=false
#perf.themes=false
#perf.cursor_blink=false
; By default NeutrinoRDP supports cursor shadows. If this is giving
; you problems (e.g. cursor is a black rectangle) try disabling cursor
; shadows by uncommenting the following line.
#perf.cursor_shadow=false
; By default, NeutrinoRDP uses the keyboard layout of the remote RDP Server.
; If you want to tell the remote the keyboard layout of the RDP Client,
; by uncommenting the following line.
#neutrinordp.allow_client_keyboardLayout=true
; The following options will override the remote keyboard layout settings.
; These options are for DEBUG and are not recommended for regular use.
#neutrinordp.override_keyboardLayout_mask=0x0000FFFF
#neutrinordp.override_kbd_type=0x04
#neutrinordp.override_kbd_subtype=0x01
#neutrinordp.override_kbd_fn_keys=12
#neutrinordp.override_kbd_layout=0x00000409

; You can override the common channel settings for each session type
#channel.rdpdr=true
#channel.rdpsnd=true
#channel.drdynvc=true
#channel.cliprdr=true
#channel.rail=true
#channel.xrdpvr=true

journalctl output

-- Journal begins at Thu 2023-09-14 17:00:31 CEST, ends at Fri 2023-11-17 19:58:12 CET. --
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: /home/user/.config/autostart/KeePassXC.desktop:12: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Configuration file /etc/xdg/autostart/org.kde.korgac.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: /etc/xdg/autostart/backintime.desktop:7: Unknown key name 'SingleMainWindow' in section 'Desktop Entry', ignoring.
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Exec binary 'klipper' does not exist: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Not generating service for XDG autostart app-klipper-autostart.service, error parsing Exec= line: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Exec binary 'xembedsniproxy' does not exist: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Not generating service for XDG autostart app-xembedsniproxy-autostart.service, error parsing Exec= line: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Exec binary 'krunner' does not exist: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Not generating service for XDG autostart app-krunner-autostart.service, error parsing Exec= line: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Exec binary 'plasmashell' does not exist: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Not generating service for XDG autostart app-plasmashell-autostart.service, error parsing Exec= line: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Exec binary 'korgac' does not exist: No such file or directory
Nov 17 18:50:38 TONNE systemd-xdg-autostart-generator[1221]: Not generating service for XDG autostart app-org.kde.korgac-autostart.service, error parsing Exec= line: No such file or directory
Nov 17 18:50:38 TONNE systemd[1201]: Queued start job for default target Main User Target.
Nov 17 18:50:38 TONNE systemd[1201]: Created slice User Application Slice.
Nov 17 18:50:38 TONNE systemd[1201]: Reached target Paths.
Nov 17 18:50:38 TONNE systemd[1201]: Reached target Timers.
Nov 17 18:50:38 TONNE systemd[1201]: Starting D-Bus User Message Bus Socket.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on GnuPG network certificate management daemon.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 18:50:38 TONNE systemd[1201]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 18:50:38 TONNE systemd[1201]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 18:50:38 TONNE systemd[1201]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on Multimedia System.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on debconf communication socket.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on Sound System.
Nov 17 18:50:38 TONNE systemd[1201]: Listening on D-Bus User Message Bus Socket.
Nov 17 18:50:38 TONNE systemd[1201]: Reached target Sockets.
Nov 17 18:50:38 TONNE systemd[1201]: Reached target Basic System.
Nov 17 18:50:38 TONNE systemd[1201]: Starting Emacs text editor...
Nov 17 18:50:38 TONNE systemd[1201]: Started Multimedia Service.
Nov 17 18:50:38 TONNE systemd[1201]: Started powerline-daemon - Daemon that improves powerline performance.
Nov 17 18:50:38 TONNE systemd[1201]: Starting Sound Service...
Nov 17 18:50:38 TONNE systemd[1201]: Started D-Bus User Message Bus.
Nov 17 18:50:38 TONNE pipewire[1238]: Failed to receive portal pid: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get PID of name 'org.freedesktop.portal.Desktop': no such name
Nov 17 18:50:38 TONNE emacs[1237]: Warning: due to a long standing Gtk+ bug
Nov 17 18:50:38 TONNE emacs[1237]: https://gitlab.gnome.org/GNOME/gtk/issues/221
Nov 17 18:50:38 TONNE emacs[1237]: Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
Nov 17 18:50:38 TONNE emacs[1237]: Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.10' (uid=1000 pid=1323 comm="/usr/bin/ibus-daemon --daemonize --xim ")
Nov 17 18:50:39 TONNE systemd[1201]: Starting Virtual filesystem service...
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 17 18:50:39 TONNE systemd[1201]: Started Virtual filesystem service.
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating service name='org.freedesktop.portal.IBus' requested by ':1.10' (uid=1000 pid=1323 comm="/usr/bin/ibus-daemon --daemonize --xim ")
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.14' (uid=1000 pid=1241 comm="xfce4-session ")
Nov 17 18:50:39 TONNE systemd[1201]: Starting Accessibility services bus...
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.a11y.Bus'
Nov 17 18:50:39 TONNE systemd[1201]: Started Accessibility services bus.
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.portal.IBus'
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating service name='org.xfce.Xfconf' requested by ':1.21' (uid=1000 pid=1241 comm="xfce4-session ")
Nov 17 18:50:39 TONNE at-spi-bus-launcher[1371]: dbus-daemon[1371]: Activating service name='org.a11y.atspi.Registry' requested by ':1.2' (uid=1000 pid=1344 comm="/usr/libexec/ibus-ui-gtk3 ")
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.23' (uid=1000 pid=1352 comm="/usr/libexec/ibus-extension-gtk3 ")
Nov 17 18:50:39 TONNE at-spi-bus-launcher[1371]: dbus-daemon[1371]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 17 18:50:39 TONNE systemd[1201]: Starting Portal service...
Nov 17 18:50:39 TONNE at-spi-bus-launcher[1384]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.xfce.Xfconf'
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.26' (uid=1000 pid=1388 comm="/usr/libexec/xdg-desktop-portal ")
Nov 17 18:50:39 TONNE systemd[1201]: Starting flatpak document portal service...
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.27' (uid=1000 pid=1397 comm="/usr/libexec/xdg-document-portal ")
Nov 17 18:50:39 TONNE systemd[1201]: Starting sandboxed app permission store...
Nov 17 18:50:39 TONNE systemd[1201]: Started GnuPG cryptographic agent and passphrase cache.
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 17 18:50:39 TONNE systemd[1201]: Started sandboxed app permission store.
Nov 17 18:50:39 TONNE systemd[1201]: Started flatpak document portal service.
Nov 17 18:50:39 TONNE gpg-agent[1406]: gpg-agent (GnuPG) 2.2.27 starting in supervised mode.
Nov 17 18:50:39 TONNE gpg-agent[1406]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Nov 17 18:50:39 TONNE gpg-agent[1406]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Nov 17 18:50:39 TONNE gpg-agent[1406]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Nov 17 18:50:39 TONNE gpg-agent[1406]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Nov 17 18:50:39 TONNE gpg-agent[1406]: listening on: std=5 extra=4 browser=6 ssh=3
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.26' (uid=1000 pid=1388 comm="/usr/libexec/xdg-desktop-portal ")
Nov 17 18:50:39 TONNE systemd[1201]: Starting Portal service (GTK+/GNOME implementation)...
Nov 17 18:50:39 TONNE systemd[1201]: gpg-agent.service: Succeeded.
Nov 17 18:50:39 TONNE systemd[1201]: Started GnuPG cryptographic agent and passphrase cache.
Nov 17 18:50:39 TONNE gpg-agent[1416]: gpg-agent (GnuPG) 2.2.27 starting in supervised mode.
Nov 17 18:50:39 TONNE gpg-agent[1416]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Nov 17 18:50:39 TONNE gpg-agent[1416]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Nov 17 18:50:39 TONNE gpg-agent[1416]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Nov 17 18:50:39 TONNE gpg-agent[1416]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Nov 17 18:50:39 TONNE gpg-agent[1416]: listening on: std=5 extra=4 browser=6 ssh=3
Nov 17 18:50:39 TONNE emacs[1237]: Loading [SNIPPED]
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating service name='ca.desrt.dconf' requested by ':1.29' (uid=1000 pid=1415 comm="/usr/libexec/xdg-desktop-portal-gtk ")
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'ca.desrt.dconf'
Nov 17 18:50:39 TONNE pulseaudio[1240]: XOpenDisplay() failed
Nov 17 18:50:39 TONNE pulseaudio[1240]: Failed to load module "module-x11-bell" (argument: "sample=x11-bell"): initialization failed.
Nov 17 18:50:39 TONNE systemd[1201]: Started Sound Service.
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 17 18:50:39 TONNE systemd[1201]: Started Portal service (GTK+/GNOME implementation).
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating service name='org.freedesktop.secrets' requested by ':1.26' (uid=1000 pid=1388 comm="/usr/libexec/xdg-desktop-portal ")
Nov 17 18:50:39 TONNE gnome-keyring-daemon[1437]: couldn't access control socket: /run/user/1000/keyring/control: Datei oder Verzeichnis nicht gefunden
Nov 17 18:50:39 TONNE gnome-keyring-d[1437]: couldn't access control socket: /run/user/1000/keyring/control: Datei oder Verzeichnis nicht gefunden
Nov 17 18:50:39 TONNE gnome-keyring-daemon[1437]: problem reading keyring: /home/user/.local/share/keyrings/Vorgabe.keyring: Datei »/home/user/.local/share/keyrings/Vorgabe.keyring« konnte nicht geöffnet werden: Keine Berechtigung
Nov 17 18:50:39 TONNE gnome-keyring-d[1437]: problem reading keyring: /home/user/.local/share/keyrings/Vorgabe.keyring: Datei »/home/user/.local/share/keyrings/Vorgabe.keyring« konnte nicht geöffnet werden: Keine Berechtigung
Nov 17 18:50:39 TONNE gnome-keyring-daemon[1437]: failed to parse keyring: /home/user/.local/share/keyrings/Vorgabe.keyring
Nov 17 18:50:39 TONNE gnome-keyring-d[1437]: failed to parse keyring: /home/user/.local/share/keyrings/Vorgabe.keyring
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.secrets'
Nov 17 18:50:39 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 17 18:50:39 TONNE systemd[1201]: Started Portal service.
Nov 17 18:50:40 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.37' (uid=1000 pid=1540 comm="xfdesktop ")
Nov 17 18:50:41 TONNE emacs[1237]: Local Ispell dictionary set to english
Nov 17 18:50:41 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.48' (uid=1000 pid=1568 comm="/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 ")
Nov 17 18:50:41 TONNE systemd[1201]: Starting XFCE notifications service...
Nov 17 18:50:41 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.Notifications'
Nov 17 18:50:41 TONNE systemd[1201]: Started XFCE notifications service.
Nov 17 18:50:42 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.ayatana.bamf' unit='bamfdaemon.service' requested by ':1.50' (uid=1000 pid=1592 comm="plank ")
Nov 17 18:50:42 TONNE systemd[1201]: Starting BAMF Application Matcher Framework...
Nov 17 18:50:42 TONNE hp-systray[1616]: hp-systray[1616]: error: /home/user/.local/lib/python3.9/site-packages/PyQt5/QtCore.abi3.so: failed to map segment from shared object
Nov 17 18:50:42 TONNE hp-systray[1616]: hp-systray[1616]: error: Unable to load Qt4/Qt5 support. Is it installed?
Nov 17 18:50:42 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.ayatana.bamf'
Nov 17 18:50:42 TONNE systemd[1201]: Started BAMF Application Matcher Framework.
Nov 17 18:50:42 TONNE org.freedesktop.thumbnails.Thumbnailer1[1584]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Nov 17 18:50:42 TONNE org.freedesktop.thumbnails.Thumbnailer1[1584]: Registered thumbnailer evince-thumbnailer -s %s %u %o
Nov 17 18:50:42 TONNE org.freedesktop.thumbnails.Thumbnailer1[1584]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Nov 17 18:50:42 TONNE systemd[1201]: Started Emacs text editor.
Nov 17 18:50:42 TONNE systemd[1201]: Reached target Main User Target.
Nov 17 18:50:42 TONNE emacs[1237]: Emacs loaded in 3.99 seconds with 8 garbage collections.
Nov 17 18:50:42 TONNE systemd[1201]: Startup finished in 4.504s.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.49' (uid=1000 pid=1584 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem service - disk device monitor...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem service - disk device monitor.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.49' (uid=1000 pid=1584 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.49' (uid=1000 pid=1584 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.49' (uid=1000 pid=1584 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.49' (uid=1000 pid=1584 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem service - digital camera monitor...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem service - digital camera monitor.
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.37' (uid=1000 pid=1540 comm="xfdesktop ")
Nov 17 18:50:43 TONNE systemd[1201]: Starting Virtual filesystem metadata service...
Nov 17 18:50:43 TONNE dbus-daemon[1252]: [session uid=1000 pid=1252] Successfully activated service 'org.gtk.vfs.Metadata'
Nov 17 18:50:43 TONNE systemd[1201]: Started Virtual filesystem metadata service.
Nov 17 18:50:44 TONNE systemd[1201]: var-lib-docker-overlay2-check\x2doverlayfs\x2dsupport731360999-merged.mount: Succeeded.
Nov 17 18:50:44 TONNE systemd[1201]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck964820470-merged.mount: Succeeded.
Nov 17 18:50:45 TONNE gnome-keyring-daemon[1437]: asked to register item /org/freedesktop/secrets/collection/Standard_2dSchl_c3_bcsselbund/50, but it's already registered
Nov 17 18:50:45 TONNE gnome-keyring-d[1437]: asked to register item /org/freedesktop/secrets/collection/Standard_2dSchl_c3_bcsselbund/50, but it's already registered
Nov 17 18:50:45 TONNE gnome-keyring-daemon[1437]: asked to register item /org/freedesktop/secrets/collection/Standard_2dSchl_c3_bcsselbund/11, but it's already registered
Nov 17 18:50:45 TONNE gnome-keyring-d[1437]: asked to register item /org/freedesktop/secrets/collection/Standard_2dSchl_c3_bcsselbund/11, but it's already registered
Nov 17 18:50:48 TONNE emacs[1237]: gc-cons-threshold and file-name-handler-alist restored
Nov 17 18:51:06 TONNE xdg-desktop-por[1388]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list
Nov 17 18:56:20 TONNE systemd[1201]: run-user-65534.mount: Succeeded.
Nov 17 19:00:01 TONNE python3[3834]: backintime [SNIPPED]
Nov 17 19:58:11 TONNE xrdp-sesman[4671]: [INFO ] Starting X server on display 10: /usr/lib/xorg/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
Nov 17 19:58:11 TONNE xrdp-sesman[4670]: [INFO ] Found X server running at /tmp/.X11-unix/X10
Nov 17 19:58:11 TONNE xrdp-sesman[4670]: [INFO ] Starting the default window manager on display 10: /etc/xrdp/startwm.sh
Nov 17 19:58:11 TONNE xrdp-chansrv[4687]: [INFO ] Socket 12: AF_UNIX connection received
Nov 17 19:58:12 TONNE xrdp-chansrv[4687]: [INFO ] sound_process_training: round trip time 100
Nov 17 19:58:12 TONNE systemd[1201]: gpg-agent.service: Succeeded.
Nov 17 19:58:12 TONNE systemd[1201]: Started GnuPG cryptographic agent and passphrase cache.
Nov 17 19:58:12 TONNE gpg-agent[4839]: gpg-agent (GnuPG) 2.2.27 starting in supervised mode.
Nov 17 19:58:12 TONNE gpg-agent[4839]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Nov 17 19:58:12 TONNE gpg-agent[4839]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Nov 17 19:58:12 TONNE gpg-agent[4839]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Nov 17 19:58:12 TONNE gpg-agent[4839]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Nov 17 19:58:12 TONNE gpg-agent[4839]: listening on: std=5 extra=4 browser=6 ssh=3
Nov 17 19:58:12 TONNE systemd[1201]: home-user-thinclient_drives.mount: Succeeded.

~/.xorgxrdp.10.log

[  4062.305] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  4062.305] Build Operating System: linux Debian
[  4062.305] Current Operating System: Linux TONNE 5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64
[  4062.305] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-26-amd64 root=UUID=456a312c-147f-4cfd-a8f3-198009027285 ro
[  4062.305] Build Date: 25 October 2023  07:47:13AM
[  4062.305] xorg-server 2:1.20.11-1+deb11u8 (https://www.debian.org/support) 
[  4062.305] Current version of pixman: 0.40.0
[  4062.305] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4062.305] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4062.305] (++) Log file: ".xorgxrdp.10.log", Time: Fri Nov 17 19:58:11 2023
[  4062.305] (++) Using config file: "/etc/X11/xrdp/xorg.conf"
[  4062.305] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4062.306] (==) ServerLayout "X11 Server"
[  4062.306] (**) |-->Screen "Screen (xrdpdev)" (0)
[  4062.306] (**) |   |-->Monitor "Monitor"
[  4062.306] (**) |   |-->Device "Video Card (xrdpdev)"
[  4062.306] (**) |-->Input Device "xrdpMouse"
[  4062.306] (**) |-->Input Device "xrdpKeyboard"
[  4062.306] (**) Option "DontVTSwitch" "on"
[  4062.306] (**) Option "AutoAddDevices" "off"
[  4062.306] (**) Not automatically adding devices
[  4062.306] (==) Automatically enabling devices
[  4062.306] (==) Automatically adding GPU devices
[  4062.306] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4062.306] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  4062.306] 	Entry deleted from font path.
[  4062.306] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  4062.306] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4062.306] (II) Loader magic: 0x5645fb038e40
[  4062.306] (II) Module ABI versions:
[  4062.306] 	X.Org ANSI C Emulation: 0.4
[  4062.306] 	X.Org Video Driver: 24.1
[  4062.306] 	X.Org XInput driver : 24.1
[  4062.306] 	X.Org Server Extension : 10.0
[  4062.309] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
[  4062.309] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4062.310] (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
[  4062.310] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  4062.312] (--) PCI:*(0@0:2:0) 8086:041e:1297:4025 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  4062.312] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  4062.312] (II) LoadModule: "dbe"
[  4062.312] (II) Module "dbe" already built-in
[  4062.312] (II) LoadModule: "ddc"
[  4062.312] (II) Module "ddc" already built-in
[  4062.312] (II) LoadModule: "extmod"
[  4062.312] (II) Module "extmod" already built-in
[  4062.312] (II) LoadModule: "glx"
[  4062.312] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4062.313] (II) Module glx: vendor="X.Org Foundation"
[  4062.313] 	compiled for 1.20.11, module version = 1.0.0
[  4062.313] 	ABI class: X.Org Server Extension, version 10.0
[  4062.313] (II) LoadModule: "int10"
[  4062.313] (II) Loading /usr/lib/xorg/modules/libint10.so
[  4062.314] (II) Module int10: vendor="X.Org Foundation"
[  4062.314] 	compiled for 1.20.11, module version = 1.0.0
[  4062.314] 	ABI class: X.Org Video Driver, version 24.1
[  4062.314] (II) LoadModule: "record"
[  4062.314] (II) Module "record" already built-in
[  4062.314] (II) LoadModule: "vbe"
[  4062.314] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  4062.315] (II) Module vbe: vendor="X.Org Foundation"
[  4062.315] 	compiled for 1.20.11, module version = 1.1.0
[  4062.315] 	ABI class: X.Org Video Driver, version 24.1
[  4062.315] (II) LoadModule: "glamoregl"
[  4062.315] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4062.319] (II) Module glamoregl: vendor="X.Org Foundation"
[  4062.319] 	compiled for 1.20.11, module version = 1.0.1
[  4062.319] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4062.319] (II) LoadModule: "xorgxrdp"
[  4062.319] (II) Loading /usr/lib/xorg/modules/libxorgxrdp.so
[  4062.320] (II) Module XORGXRDP: vendor="X.Org Foundation"
[  4062.320] 	compiled for 1.20.11, module version = 0.2.12
[  4062.320] 	ABI class: X.Org Video Driver, version 24.1
[  4062.320] xorgxrdpSetup:
[  4062.320] (II) LoadModule: "fb"
[  4062.320] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4062.320] (II) Module fb: vendor="X.Org Foundation"
[  4062.320] 	compiled for 1.20.11, module version = 1.0.0
[  4062.320] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4062.320] (II) LoadModule: "xrdpdev"
[  4062.320] (II) Loading /usr/lib/xorg/modules/drivers/xrdpdev_drv.so
[  4062.321] (II) Module XRDPDEV: vendor="X.Org Foundation"
[  4062.321] 	compiled for 1.20.11, module version = 0.2.12
[  4062.321] 	ABI class: X.Org Video Driver, version 24.1
[  4062.321] xrdpdevSetup:
[  4062.321] (II) LoadModule: "xrdpmouse"
[  4062.321] (II) Loading /usr/lib/xorg/modules/input/xrdpmouse_drv.so
[  4062.321] (II) Module XRDPMOUSE: vendor="X.Org Foundation"
[  4062.321] 	compiled for 1.20.11, module version = 0.2.12
[  4062.321] 	Module class: X.Org XInput Driver
[  4062.321] 	ABI class: X.Org XInput driver, version 24.1
[  4062.321] rdpmousePlug:
[  4062.321] (II) LoadModule: "xrdpkeyb"
[  4062.322] (II) Loading /usr/lib/xorg/modules/input/xrdpkeyb_drv.so
[  4062.322] (II) Module XRDPKEYB: vendor="X.Org Foundation"
[  4062.322] 	compiled for 1.20.11, module version = 0.2.12
[  4062.322] 	Module class: X.Org XInput Driver
[  4062.322] 	ABI class: X.Org XInput driver, version 24.1
[  4062.322] rdpkeybPlug:
[  4062.322] rdpIdentify:
[  4062.322] (II) XRDPDEV: driver for xrdp: XRDPDEV
[  4062.322] rdpDriverFunc: op 10
[  4062.322] (WW) Falling back to old probe method for XRDPDEV
[  4062.322] rdpProbe:
[  4062.322] (II) Loading sub module "fb"
[  4062.322] (II) LoadModule: "fb"
[  4062.322] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4062.322] (II) Module fb: vendor="X.Org Foundation"
[  4062.322] 	compiled for 1.20.11, module version = 1.0.0
[  4062.322] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4062.322] rdpProbe: found DRMDevice xorg.conf value [/dev/dri/renderD128]
[  4062.322] rdpProbe: found DRI3 xorg.conf value [1]
[  4062.322] (II) XRDPDEV(0): using default device
[  4062.322] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4062.322] rdpPreInit:
[  4062.322] rdpPreInit: /dev/dri/renderD128 open ok, fd 12
[  4062.322] (**) XRDPDEV(0): Depth 24, (--) framebuffer bpp 32
[  4062.322] (==) XRDPDEV(0): RGB weight 888
[  4062.322] (==) XRDPDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  4062.322] (==) XRDPDEV(0): Default visual is TrueColor
[  4062.322] (==) XRDPDEV(0): DPI set to (96, 96)
[  4062.322] (II) XRDPDEV(0): 	mode "640x480" ok
[  4062.322] (II) XRDPDEV(0): 	mode "800x600" ok
[  4062.322] (II) XRDPDEV(0): Virtual size is 800x600 (pitch 800)
[  4062.322] (**) XRDPDEV(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  4062.322] (II) XRDPDEV(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  4062.322] (II) Loading sub module "glamoregl"
[  4062.322] (II) LoadModule: "glamoregl"
[  4062.322] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4062.322] (II) Module glamoregl: vendor="X.Org Foundation"
[  4062.322] 	compiled for 1.20.11, module version = 1.0.1
[  4062.322] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4062.322] rdpPreInit: glamor module load ok
[  4062.342] (II) XRDPDEV(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 4400 (HSW GT2)
[  4062.342] rdpPreInit: glamor init ok
[  4062.342] rdpScreenInit: virtualX 800 virtualY 600 rgbBits 8 depth 24
[  4062.342] rdpScreenInit: pfbMemory bytes 1920000
[  4062.342] rdpScreenInit: pfbMemory 0x7f564ea77010
[  4062.342] rdpSimdInit: assigning yuv functions
[  4062.342] rdpSimdInit: cpuid ax 1 cx 0 return ax 0x000306c3 bx 0x03100800 cx 0x7fdafbbf dx 0xbfebfbff
[  4062.342] rdpSimdInit: sse2 amd64 yuv functions assigned
[  4062.349] rdpScreenInit: glamor_init ok
[  4062.349] rdpDri2Init:
[  4062.350] (II) XRDPDEV(0): [DRI2] Setup complete
[  4062.350] (II) XRDPDEV(0): [DRI2]   DRI driver: i965
[  4062.350] (II) XRDPDEV(0): [DRI2]   VDPAU driver: i965
[  4062.350] rdpScreenInit: rdpDri2Init ok
[  4062.350] rdpScreenInit: rdpDri3Init ok
[  4062.350] (==) XRDPDEV(0): Backing store enabled
[  4062.350] rdpClientConInit: disconnect idle session after [0] sec
[  4062.350] rdpClientConInit: kill disconnected [0] timeout [0] sec
[  4062.350] rdpEglCreate: vertex_shader compiled 1
[  4062.350] rdpEglCreate: fragment_shader compiled 1
[  4062.350] rdpEglCreate: linked 1
[  4062.350] rdpEglCreate: copy_tex_loc 0 copy_tex_size_loc 1
[  4062.350] rdpEglCreate: vertex_shader compiled 1
[  4062.350] rdpEglCreate: fragment_shader compiled 1
[  4062.351] rdpEglCreate: linked 1
[  4062.351] rdpEglCreate: yuv_tex_loc 0 yuv_tex_size_loc 1
[  4062.351] rdpEglCreate: vertex_shader compiled 1
[  4062.351] rdpEglCreate: fragment_shader compiled 1
[  4062.351] rdpEglCreate: linked 1
[  4062.351] rdpEglCreate: yuvlp_tex_loc 0 yuvlp_tex_size_loc 1
[  4062.351] rdpEglCreate: vertex_shader compiled 1
[  4062.351] rdpEglCreate: fragment_shader compiled 1
[  4062.351] rdpEglCreate: linked 1
[  4062.351] rdpEglCreate: crc_tex_loc 0 crc_tex_size_loc 1
[  4062.351] rdpScreenInit: out
[  4062.351] (II) Initializing extension Generic Event Extension
[  4062.351] (II) Initializing extension SHAPE
[  4062.352] (II) Initializing extension MIT-SHM
[  4062.352] (II) Initializing extension XInputExtension
[  4062.352] (II) Initializing extension XTEST
[  4062.352] (II) Initializing extension BIG-REQUESTS
[  4062.352] (II) Initializing extension SYNC
[  4062.352] (II) Initializing extension XKEYBOARD
[  4062.353] (II) Initializing extension XC-MISC
[  4062.353] (II) Initializing extension SECURITY
[  4062.353] (II) Initializing extension XFIXES
[  4062.353] (II) Initializing extension RENDER
[  4062.353] (II) Initializing extension RANDR
[  4062.354] (II) Initializing extension COMPOSITE
[  4062.354] (II) Initializing extension DAMAGE
[  4062.354] (II) Initializing extension MIT-SCREEN-SAVER
[  4062.354] (II) Initializing extension DOUBLE-BUFFER
[  4062.354] (II) Initializing extension RECORD
[  4062.354] (II) Initializing extension DPMS
[  4062.354] (II) Initializing extension Present
[  4062.354] (II) Initializing extension DRI3
[  4062.354] (II) Initializing extension X-Resource
[  4062.354] (II) Initializing extension XVideo
[  4062.355] (II) Initializing extension XVideo-MotionCompensation
[  4062.355] (II) Initializing extension SELinux
[  4062.355] (II) SELinux: Disabled on system
[  4062.355] (II) Initializing extension GLX
[  4062.360] (II) AIGLX: Loaded and initialized i965
[  4062.360] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4062.360] (II) Initializing extension XFree86-VidModeExtension
[  4062.360] (II) Initializing extension XFree86-DGA
[  4062.360] (II) Initializing extension XFree86-DRI
[  4062.360] (II) Initializing extension DRI2
[  4062.360] rdpCreateScreenResources:
[  4062.360] rdpCreateScreenResources: create screen pixmap w 800 h 600
[  4062.363] rdpCreateScreenResources: screen_tex 0x00000001
[  4062.391] (II) Using input driver 'XRDPMOUSE' for 'xrdpMouse'
[  4062.391] (**) Option "CorePointer"
[  4062.391] (**) xrdpMouse: always reports core events
[  4062.391] rdpmousePreInit: drv 0x5645fc0c08d0 info 0x5645fcc1be50, flags 0x0
[  4062.391] (II) XINPUT: Adding extended input device "xrdpMouse" (type: Mouse, id 6)
[  4062.391] rdpmouseControl: what 0
[  4062.391] rdpmouseDeviceInit:
[  4062.391] rdpmouseCtrl:
[  4062.391] rdpRegisterInputCallback: type 1 proc 0x7f5653599380
[  4062.391] (**) xrdpMouse: (accel) keeping acceleration scheme 1
[  4062.391] (**) xrdpMouse: (accel) acceleration profile 0
[  4062.391] (**) xrdpMouse: (accel) acceleration factor: 2.000
[  4062.391] (**) xrdpMouse: (accel) acceleration threshold: 4
[  4062.391] rdpmouseControl: what 1
[  4062.391] rdpmouseDeviceOn:
[  4062.391] (II) Using input driver 'XRDPKEYB' for 'xrdpKeyboard'
[  4062.391] (**) Option "CoreKeyboard"
[  4062.391] (**) xrdpKeyboard: always reports core events
[  4062.391] rdpkeybPreInit: drv 0x5645fc0c1080 info 0x5645fcc1e470, flags 0x0
[  4062.392] (II) XINPUT: Adding extended input device "xrdpKeyboard" (type: Keyboard, id 7)
[  4062.392] rdpkeybControl: what 0
[  4062.392] rdpkeybDeviceInit:
[  4062.404] rdpkeybChangeKeyboardControl:
[  4062.404] rdpkeybChangeKeyboardControl: autoRepeat on
[  4062.404] rdpRegisterInputCallback: type 0 proc 0x7f56525e6a00
[  4062.404] rdpkeybControl: what 1
[  4062.404] rdpkeybDeviceOn:
[  4062.412] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4062.412] (II) AutoAddDevices is off - not adding device.
[  4062.412] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[  4062.413] (II) AutoAddDevices is off - not adding device.
[  4062.413] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  4062.413] (II) AutoAddDevices is off - not adding device.
[  4062.413] (II) config/udev: Adding drm device (/dev/dri/card0)
[  4062.413] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4062.413] (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
[  4062.413] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  4062.414] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[  4062.414] (II) AutoAddDevices is off - not adding device.
[  4062.414] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[  4062.414] (II) AutoAddDevices is off - not adding device.
[  4062.414] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[  4062.414] (II) AutoAddDevices is off - not adding device.
[  4062.415] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event7)
[  4062.415] (II) AutoAddDevices is off - not adding device.
[  4062.415] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event8)
[  4062.415] (II) AutoAddDevices is off - not adding device.
[  4062.416] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event18)
[  4062.416] (II) AutoAddDevices is off - not adding device.
[  4062.416] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event19)
[  4062.416] (II) AutoAddDevices is off - not adding device.
[  4062.417] (II) config/udev: Adding input device Logitech ERGO M575 (/dev/input/event14)
[  4062.417] (II) AutoAddDevices is off - not adding device.
[  4062.418] (II) config/udev: Adding input device Logitech ERGO M575 (/dev/input/mouse0)
[  4062.418] (II) AutoAddDevices is off - not adding device.
[  4062.418] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[  4062.418] (II) AutoAddDevices is off - not adding device.
[  4062.418] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[  4062.418] (II) AutoAddDevices is off - not adding device.
[  4062.418] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[  4062.418] (II) AutoAddDevices is off - not adding device.
[  4062.419] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[  4062.419] (II) AutoAddDevices is off - not adding device.
[  4062.419] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[  4062.419] (II) AutoAddDevices is off - not adding device.
[  4062.419] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  4062.419] (II) AutoAddDevices is off - not adding device.
[  4062.423] rdpDeferredRandR:
[  4062.423] rdpResizeSession: width 1024 height 768
[  4062.423]   calling RRScreenSizeSet
[  4062.423] rdpRRScreenSetSize: width 1024 height 768 mmWidth 271 mmHeight 203
[  4062.424] rdpRRScreenSetSize: screen_tex 0x00000003
[  4062.424] rdpRRGetInfo:
[  4062.424]   screen resized to 1024x768
[  4062.424]   RRScreenSizeSet ok 1
[  4062.424] rdpResizeSession: width 1920 height 1080
[  4062.424]   calling RRScreenSizeSet
[  4062.424] rdpRRScreenSetSize: width 1920 height 1080 mmWidth 508 mmHeight 286
[  4062.426] rdpRRScreenSetSize: screen_tex 0x00000004
[  4062.426] rdpRRGetInfo:
[  4062.426]   screen resized to 1920x1080
[  4062.426]   RRScreenSizeSet ok 1
[  4062.426] rdpClientConGotConnection:
[  4062.426] rdpClientConGotConnection: g_sck_accept ok new_sck 9
[  4062.426] rdpClientConGetConnection: idle_disconnect_timeout set to non-positive value, idle timer turned off
[  4062.426] rdpAddClientConToDev: adding first clientCon 0x5645fcc7b060
[  4062.426] rdpClientConProcessMsgVersion: version 0 0 0 1
[  4062.426] rdpClientConProcessScreenSizeMsg: set width 1920 height 1080 bpp 32
[  4062.426] rdpClientConProcessScreenSizeMsg: shmemid 32818 shmemptr 0x7f562702d000
[  4062.426] rdpClientConProcessMsgClientInput: invalidate x 0 y 0 cx 1920 cy 1080
[  4062.426] KbdSync: toggling num lock
[  4062.427] rdpkeybChangeKeyboardControl:
[  4062.427] rdpkeybChangeKeyboardControl: autoRepeat on
[  4062.504] rdpInDeferredRepeatCallback:
[  4062.504] rdpkeybChangeKeyboardControl:
[  4062.504] rdpkeybChangeKeyboardControl: autoRepeat off
[  4062.527] rdpInDeferredRepeatCallback:
[  4062.527] rdpkeybChangeKeyboardControl:
[  4062.527] rdpkeybChangeKeyboardControl: autoRepeat off
[  4062.592] rdpClientConProcessMsgClientInfo:
[  4062.592]   got client info bytes 7072
[  4062.592]   jpeg support 0
[  4062.592]   offscreen support 1
[  4062.592]   offscreen size 10485760
[  4062.592]   offscreen entries 100
[  4062.592]   client can not do offscreen to offscreen blits
[  4062.592]   client can do new(color) cursor
[  4062.592]   client can not do multimon
[  4062.592] rdpRRSetRdpOutputs: numCrtcs 0 numOutputs 0 monitorCount 0
[  4062.592] rdpRRSetRdpOutputs: add output 0 left 0 top 0 width 1920 height 1080
[  4062.592] rdpLoadLayout: keylayout 0x00000407 variant  display 10
[  4062.609] rdpkeybChangeKeyboardControl:
[  4062.609] rdpkeybChangeKeyboardControl: autoRepeat on
[  4062.609] rdpkeybChangeKeyboardControl:
[  4062.609] rdpkeybChangeKeyboardControl: autoRepeat on
[  4062.709] rdpInDeferredRepeatCallback:
[  4062.709] rdpkeybChangeKeyboardControl:
[  4062.709] rdpkeybChangeKeyboardControl: autoRepeat off
[  4062.709] rdpInDeferredRepeatCallback:
[  4062.709] rdpkeybChangeKeyboardControl:
[  4062.709] rdpkeybChangeKeyboardControl: autoRepeat off
[  4062.979] rdpmouseControl: what 2
[  4062.979] rdpmouseDeviceOff:
[  4062.979] rdpkeybControl: what 2
[  4062.979] rdpkeybDeviceOff:
[  4062.988] rdpkeybControl: what 3
[  4062.988] rdpkeybUnInit: drv 0x5645fc0c1080 info 0x5645fcc1e470, flags 0x0
[  4062.988] rdpUnregisterInputCallback: proc 0x7f56525e6a00
[  4062.988] rdpmouseControl: what 3
[  4062.988] rdpmouseUnInit: drv 0x5645fc0c08d0 info 0x5645fcc1be50, flags 0x0
[  4062.988] rdpUnregisterInputCallback: proc 0x7f5653599380
[  4062.989] rdpCloseScreen:
[  4062.989] xorgxrdpDownDown:
[  4062.989] xorgxrdpDownDown: 1
[  4062.989] rdpClientConDeinit:
[  4062.989] rdpClientConDeinit: disconnecting clientCon
[  4062.989] rdpClientConDisconnect:
[  4062.989] rdpRemoveClientConFromDev: removing clientCon 0x5645fcc7b060
[  4062.990] rdpClientConDeinit: deleting file /run/xrdp/sockdir/xrdp_display_10
[  4062.990] rdpClientConDeinit: deleting file /run/xrdp/sockdir/xrdp_disconnect_display_10
[  4062.995] (II) Server terminated successfully (0). Closing log file.

/var/log/xrdp.log

[20231117-18:50:37] [INFO ] address [0.0.0.0] port [3389] mode 1
[20231117-18:50:37] [INFO ] listening to port 3389 on 0.0.0.0
[20231117-18:50:37] [INFO ] xrdp_listen_pp done
[20231117-18:50:39] [INFO ] starting xrdp with pid 929
[20231117-18:50:39] [INFO ] address [0.0.0.0] port [3389] mode 1
[20231117-18:50:39] [INFO ] listening to port 3389 on 0.0.0.0
[20231117-18:50:39] [INFO ] xrdp_listen_pp done
[20231117-19:58:06] [INFO ] Socket 12: AF_INET6 connection received from fd00::41ca:b816:9b3:57ad port 64862
[20231117-19:58:06] [INFO ] Socket 12: AF_INET6 connection received from fd00::41ca:b816:9b3:57ad port 64863
[20231117-19:58:06] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[20231117-19:58:06] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[20231117-19:58:06] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[20231117-19:58:06] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[20231117-19:58:06] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[20231117-19:58:06] [ERROR] libxrdp_force_read: header read error
[20231117-19:58:06] [ERROR] [ITU-T X.224] Connection Sequence: CR-TPDU (Connection Request) failed
[20231117-19:58:06] [ERROR] xrdp_sec_incoming: xrdp_iso_incoming failed
[20231117-19:58:06] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[20231117-19:58:06] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[20231117-19:58:06] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[20231117-19:58:06] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[20231117-19:58:06] [ERROR] SSL_read: I/O error
[20231117-19:58:06] [ERROR] libxrdp_force_read: header read error
[20231117-19:58:06] [ERROR] Processing [ITU-T T.125] Connect-Initial failed
[20231117-19:58:06] [ERROR] [MCS Connection Sequence] receive connection request failed
[20231117-19:58:06] [ERROR] xrdp_sec_incoming: xrdp_mcs_incoming failed
[20231117-19:58:06] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[20231117-19:58:06] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[20231117-19:58:06] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[20231117-19:58:06] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[20231117-19:58:07] [INFO ] Socket 12: AF_INET6 connection received from fd00::41ca:b816:9b3:57ad port 64864
[20231117-19:58:07] [INFO ] Socket 12: AF_INET6 connection received from fd00::41ca:b816:9b3:57ad port 64865
[20231117-19:58:07] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[20231117-19:58:07] [INFO ] Using default X.509 certificate: /etc/xrdp/cert.pem
[20231117-19:58:07] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[20231117-19:58:07] [INFO ] Using default X.509 key file: /etc/xrdp/key.pem
[20231117-19:58:07] [INFO ] Security protocol: configured [SSL|RDP], requested [SSL|HYBRID|HYBRID_EX|RDP], selected [SSL]
[20231117-19:58:07] [ERROR] libxrdp_force_read: header read error
[20231117-19:58:07] [ERROR] [ITU-T X.224] Connection Sequence: CR-TPDU (Connection Request) failed
[20231117-19:58:07] [ERROR] xrdp_sec_incoming: xrdp_iso_incoming failed
[20231117-19:58:07] [ERROR] xrdp_rdp_incoming: xrdp_sec_incoming failed
[20231117-19:58:07] [ERROR] xrdp_process_main_loop: libxrdp_process_incoming failed
[20231117-19:58:07] [ERROR] xrdp_iso_send: trans_write_copy_s failed
[20231117-19:58:07] [ERROR] Sending [ITU T.125] DisconnectProviderUltimatum failed
[20231117-19:58:07] [INFO ] Connected client computer name: PC86-IGPW
[20231117-19:58:07] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc006 is unknown (ignored)
[20231117-19:58:07] [WARN ] Received [MS-RDPBCGR] TS_UD_HEADER type 0xc00a is unknown (ignored)
[20231117-19:58:07] [INFO ] xrdp_load_keyboard_layout: Keyboard information sent by the RDP client, keyboard_type:[0x07], keyboard_subtype:[0x00], keylayout:[0x00000407]
[20231117-19:58:07] [INFO ] xrdp_load_keyboard_layout: model [] variant [] layout [de] options []
[20231117-19:58:07] [INFO ] TLS connection established from fd00::41ca:b816:9b3:57ad port 64864: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384
[20231117-19:58:08] [INFO ] xrdp_caps_process_pointer: client supports new(color) cursor
[20231117-19:58:08] [INFO ] xrdp_process_offscreen_bmpcache: support level 1 cache size 10485760 MB cache entries 100
[20231117-19:58:08] [INFO ] xrdp_caps_process_codecs: nscodec, codec id 1, properties len 3
[20231117-19:58:08] [WARN ] xrdp_caps_process_codecs: unknown codec id 5
[20231117-19:58:08] [INFO ] xrdp_caps_process_codecs: RemoteFX, codec id 3, properties len 49
[20231117-19:58:08] [INFO ] Loading keymap file /etc/xrdp/km-00000407.ini
[20231117-19:58:08] [WARN ] local keymap file for 0x00000407 found and doesn't match built in keymap, using local keymap file
[20231117-19:58:11] [INFO ] connecting to sesman on 127.0.0.1:3350
[20231117-19:58:11] [INFO ] xrdp_wm_log_msg: sesman connect ok
[20231117-19:58:11] [INFO ] sesman connect ok
[20231117-19:58:11] [INFO ] sending login info to session manager. Please wait...
[20231117-19:58:11] [INFO ] xrdp_wm_log_msg: login successful for user user on display 10
[20231117-19:58:11] [INFO ] login successful for user user on display 10
[20231117-19:58:11] [INFO ] loaded module 'libxup.so' ok, interface size 10296, version 4
[20231117-19:58:11] [INFO ] started connecting
[20231117-19:58:11] [INFO ] lib_mod_connect: connecting via UNIX socket
[20231117-19:58:11] [INFO ] lib_mod_log_peer: xrdp_pid=4665 connected to X11rdp_pid=4671 X11rdp_uid=1000 X11rdp_gid=1000 client_ip=fd00::41ca:b816:9b3:57ad client_port=64864
[20231117-19:58:11] [INFO ] connected ok

/var/log/xrdp-sesman.log

[20231117-18:50:37] [INFO ] starting xrdp-sesman with pid 828
[20231117-19:58:11] [INFO ] Socket 12: AF_INET6 connection received from ::1 port 38562
[20231117-19:58:11] [INFO ] Terminal Server Users group is disabled, allowing authentication
[20231117-19:58:11] [INFO ] ++ created session (access granted): username user, ip fd00::41ca:b816:9b3:57ad:64864 - socket: 12
[20231117-19:58:11] [INFO ] starting Xorg session...
[20231117-19:58:11] [INFO ] Starting session: session_pid 4669, display :10.0, width 1920, height 1080, bpp 24, client ip fd00::41ca:b816:9b3:57ad:64864 - socket: 12, user name user
[20231117-19:58:11] [INFO ] [session start] (display 10): calling auth_start_session from pid 4669
[20231117-19:58:11] [ERROR] sesman_data_in: scp_process_msg failed
[20231117-19:58:11] [ERROR] sesman_main_loop: trans_check_wait_objs failed, removing trans
[20231117-19:58:11] [INFO ] Starting X server on display 10: /usr/lib/xorg/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log  
[20231117-19:58:11] [INFO ] Found X server running at /tmp/.X11-unix/X10
[20231117-19:58:11] [INFO ] Found X server running at /tmp/.X11-unix/X10
[20231117-19:58:11] [INFO ] Session started successfully for user user on display 10
[20231117-19:58:11] [INFO ] Starting the xrdp channel server for display 10
[20231117-19:58:11] [INFO ] Found X server running at /tmp/.X11-unix/X10
[20231117-19:58:11] [INFO ] Session in progress on display 10, waiting until the window manager (pid 4670) exits to end the session
[20231117-19:58:11] [INFO ] Starting the default window manager on display 10: /etc/xrdp/startwm.sh
[20231117-19:58:12] [WARN ] Window manager (pid 4670, display 10) exited with non-zero exit code 255 and signal 11. This could indicate a window manager config problem
[20231117-19:58:12] [WARN ] Window manager (pid 4670, display 10) exited quickly (1 secs). This could indicate a window manager config problem
[20231117-19:58:12] [INFO ] Calling auth_stop_session and auth_end from pid 4669
[20231117-19:58:12] [INFO ] Terminating X server (pid 4671) on display 10
[20231117-19:58:12] [INFO ] Terminating the xrdp channel server (pid 4687) on display 10
[20231117-19:58:12] [INFO ] X server on display 10 (pid 4671) returned exit code 0 and signal number 0
[20231117-19:58:12] [INFO ] xrdp channel server for display 10 (pid 4687) exit code 0 and signal number 0
[20231117-19:58:12] [INFO ] cleanup_sockets:
[20231117-19:58:12] [INFO ] Process 4669 has exited
[20231117-19:58:12] [INFO ] ++ terminated session:  username user, display :10.0, session_pid 4669, ip fd00::41ca:b816:9b3:57ad:64864 - socket: 12

Thanks a lot for checking.

Offline

#7 2023-11-17 22:50:53

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,051

Re: segfault in xfce4-session: login via XRDP not possible

From /var/log/xrdp-sesman.log:

[20231117-19:58:11] [INFO ] Starting the default window manager on display 10: /etc/xrdp/startwm.sh
[20231117-19:58:12] [WARN ] Window manager (pid 4670, display 10) exited with non-zero exit code 255 and signal 11. This could indicate a window manager config problem
[20231117-19:58:12] [WARN ] Window manager (pid 4670, display 10) exited quickly (1 secs). This could indicate a window manager config problem

And from ~/.xsession-errors:

(xfwm4:3659): Gtk-WARNING **: 20:49:55.568: cannot open display: :10.0
  1. Can you ssh into the machine and log in as the user you are trying to connect as and post back the output of the "xhost" command?

  2. Can you post back the contents of /etc/xrdp/startwm.sh? Did you edit the contents of this file at all?

  3. In the thread you linked in your original post you had indicated that the problems started after you changed the crypt level from "none" to "high". I see its still set at high. Does anything change if you reset it to "none" (and reboot for good measure)?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#8 2023-11-18 19:06:21

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

ToZ wrote:

Can you ssh into the machine and log in as the user you are trying to connect as and post back the output of the "xhost" command?

It is

xhost:  unable to open display ""
ToZ wrote:

Can you post back the contents of /etc/xrdp/startwm.sh? Did you edit the contents of this file at all?

I am quit sure I never edited this file.

#!/bin/sh
# xrdp X session start script (c) 2015, 2017, 2021 mirabilos
# published under The MirOS Licence

# Rely on /etc/pam.d/xrdp-sesman using pam_env to load both
# /etc/environment and /etc/default/locale to initialise the
# locale and the user environment properly.

if test -r /etc/profile; then
	. /etc/profile
fi

if test -r ~/.profile; then
	. ~/.profile
fi

test -x /etc/X11/Xsession && exec /etc/X11/Xsession
exec /bin/sh /etc/X11/Xsession
ToZ wrote:

in your original post you had indicated that the problems started after you changed the crypt level from "none" to "high". I see its still set at high.

This is only the half of the story. Originally (by default) the value was at "high". I set it to "none" once. Login did not work. So I set it back to its original value "high". But it didn't work either.

To what I remember this value was the only thing I changed.

ToZ wrote:

Does anything change if you reset it to "none" (and reboot for good measure)?

No this changed nothing.

Last edited by buhtz (2023-11-18 19:11:18)

Offline

#9 2023-11-18 21:36:32

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,051

Re: segfault in xfce4-session: login via XRDP not possible

buhtz wrote:
ToZ wrote:

Can you ssh into the machine and log in as the user you are trying to connect as and post back the output of the "xhost" command?

It is

xhost:  unable to open display ""

My bad. You can't run this through ssh. Are you able to log in directly into the machine and run this command?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#10 2023-11-19 07:34:54

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

ToZ wrote:

You can't run this through ssh. Are you able to log in directly into the machine and run this command

access control enabled, only authorized clients can connect
SI:localuser:user

Offline

#11 2023-11-19 22:18:49

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,051

Re: segfault in xfce4-session: login via XRDP not possible

Threw together a Debian 11 VM to test this out and ran into the same issue as you. If I don't log into the host box (debian), the rdp connection works. If I am logged into the host, then it doesn't - pretty much same error. Which I guess, kind of makes sense - you don't want 2 conflicting logins.

Can you confirm if the same happens for you?

Also, can you post back the contents of /etc/X11/Xwrapper.config?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#12 2023-11-20 20:50:32

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

ToZ wrote:

Threw together a Debian 11 VM to test this out and ran into the same issue as you. If I don't log into the host box (debian), the rdp connection works.

Thanks a lot for investing so much ressources into it.
Yes, I can confirm that if no user is logged in I can log in via RDP. Great!

Also, can you post back the contents of /etc/X11/Xwrapper.config?

# Xwrapper.config (Debian X Window System server wrapper configuration file)
#
# This file was generated by the post-installation script of the
# xserver-xorg-legacy package using values from the debconf database.
#
# See the Xwrapper.config(5) manual page for more information.
#
# This file is automatically updated on upgrades of the xserver-xorg-legacy
# package *only* if it has not been modified since the last upgrade of that
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command as root:
#   dpkg-reconfigure xserver-xorg-legacy
allowed_users=console

Offline

#13 2023-11-22 08:15:04

buhtz
Member
Registered: 2018-11-01
Posts: 21
Website

Re: segfault in xfce4-session: login via XRDP not possible

OK, the XRDP folks do tell that is a "normal" or known behavior in relation with using systemd.

This does not explain why it worked before. But it make some things clearer.

From my point of view we can close this topic for now. Not sure if XFCE can do something about it.

Offline

Board footer

Powered by FluxBB