Results 1 to 3 of 3

Thread: xrdp causes xfce4 Window manager to crash

  1. #1
    Join Date
    Aug 2013
    Beans
    24

    xrdp causes xfce4 Window manager to crash

    When I start xfce4 normally from the console or with startxfce4 using ssh and X11 tunneling, xfce4 seems to work fine. When I use xrdp/rdp, it seems to crash.

    I see the start/logout bar come up, but the application icons do not appear before it crashes.

    Code:
    [20240426-23:42:30] [INFO ] Session in progress on display 11, waiting until the window manager (pid 27072) exits to end the session
    [20240426-23:42:37] [WARN ] Window manager (pid 27072, display 11) exited with non-zero exit code 255 and signal 11. This could indicate a window manager config problem
    [20240426-23:42:37] [WARN ] Window manager (pid 27072, display 11) exited quickly (7 secs). This could indicate a window manager config problem
    [20240426-23:42:37] [INFO ] Calling auth_stop_session and auth_end from pid 27071
    [20240426-23:42:37] [INFO ] Terminating X server (pid 27073) on display 11
    [20240426-23:42:37] [INFO ] Terminating the xrdp channel server (pid 27078) on display 11
    [20240426-23:42:37] [INFO ] X server on display 11 (pid 27073) returned exit code 255 and signal number 6
    [20240426-23:42:37] [INFO ] xrdp channel server for display 11 (pid 27078) exit code 0 and signal number 0
    [20240426-23:42:37] [INFO ] cleanup_sockets:
    [20240426-23:42:37] [INFO ] ++ terminated session:  username klugja, display :11.0, session_pid 27071, ip ::ffff:192.168.0.58:34422 - socket: 12

    This is startwm.sh at the tail:

    Code:
    if test -r /etc/profile; then
        . /etc/profile
    fi
    
    # test -x /etc/X11/Xsession && exec /etc/X11/Xsession
    exec startxfce4 >/tmp/startxfce4.txt 2>&1
    This is Ubuntu 22.04
    xrdp:
    0.9.17-2ubuntu2
    xfwm4:
    4.16.1-1

    Since xfmw4 is running when things are working, I assume xrdp is crashing xfmw4?

    I am attaching the output of startxfce4.txt, because it is full of errors. I have no idea which errors if any explain the memory fault error.
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2013
    Beans
    24

    Re: xrdp causes xfce4 Window manager to crash

    I installed fluxbox. At the end of /etc/xrdp/xrdp.conf:
    Code:
    # test -x /etc/X11/Xsession && exec /etc/X11/Xsession
    exec startfluxbox
    Now xrdp works. I only have to configure fluxbox now.

  3. #3
    Join Date
    May 2010
    Beans
    3,269

    Re: xrdp causes xfce4 Window manager to crash

    What are you doing on the remote system that needs the full desktop session? There may be a sleeker solution to what you want to achieve

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •