Is there an existing issue for this?
Current Behavior
With the latest image updates below, I am no longer able to RDP in with user abc/abc
lscr.io/linuxserver/rdesktop arch-mate f0ae196ee463 14 hours ago 3.2GB
lscr.io/linuxserver/rdesktop arch-xfce bbbe609739c1 14 hours ago 2.65GB
lscr.io/linuxserver/rdesktop arch-icewm c10fb24754ce 14 hours ago 2.55GB
lscr.io/linuxserver/rdesktop arch-openbox 3ae30b07b23f 14 hours ago 2.62GB
Expected Behavior
start an RDP session
Steps To Reproduce
login via RDP with abc/abc user
Environment
- OS:OS Debian GNU/Linux 11 (bullseye)
- Ddocker version 27.2.0
- Arch: amd64
CPU architecture
x86-64
Docker creation
docker run -d \
--name=rdp-arch-mate \
--hostname=arch-mate \
--security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Rome \
-p 3391:3389 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ${PWD}/config/:/config \
--device /dev/dri:/dev/dri `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
lscr.io/linuxserver/rdesktop:arch-mate
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Generating 2048 bit rsa key...
ssl_gen_key_xrdp1 ok
saving to rsakeys.ini
.............+++++++++++++++++++++++++++++++++++++++*...+..+.+.....+.+......+...+.....+++++++++++++++++++++++++++++++++++++++*.+.+.........+............+.....+...+....+......+.....+......+...+...+......................+...+..+.............+...+......+.....+......+...+......+...+.....................+......+.+.....+....+.....+...+...++++++
��
.....+...+......+++++++++++++++++++++++++++++++++++++++*......+.+.....+.+..+......+......+......+..........+........+.......+.........+.....+....+..+++++++++++++++++++++++++++++++++++++++*...............+........+.+........+...............+...+...+.+......+.................+...+............+.......+......+.....+....+...+......+.....+......+.+...............+...............+.....+..........+.................+......+.+.........+.....+.+...+...+........+.+........+.+.....+......+...+...+....+......+...+.........+...+..+...+.........+....+...............+......+.....+...+.+......+........+.+.........+.....+...+.......+..+.........+....+..+......+..................+....+...+.....+...+.+.....+....+......+.....+.+.....+.......+.....+......+.+...+..+.+...............+...+.........+........+...+....+.....+.+.........+..+....+.................+....+...+...+...............+.....+...+................+.........+............+..+.......+...+..+....+............+...+..............+......+.+...+......+.....+....+.....+...+.........++++++
-----
**** creating video group videoxfpu with id 106 ****
**** adding /dev/dri/renderD128 to video group videoxfpu with id 106 ****
**** creating video group videozxq2 with id 44 ****
**** adding /dev/dri/card0 to video group videozxq2 with id 44 ****
[custom-init] No custom files found, skipping...
[ls.io-init] done.
sh: line 1: xauth: command not found
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
Current Operating System: Linux arch-mate 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-32-amd64 root=UUID=bcbef3c5-bad7-47db-b354-9c7d875b7851 ro quiet
Current version of pixman: 0.44.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: ".xorgxrdp.10.log", Time: Sat Dec 21 10:57:33 2024
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at ".xorgxrdp.10.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
Is there an existing issue for this?
Current Behavior
With the latest image updates below, I am no longer able to RDP in with user abc/abc
Expected Behavior
start an RDP session
Steps To Reproduce
login via RDP with abc/abc user
Environment
CPU architecture
x86-64
Docker creation
docker run -d \ --name=rdp-arch-mate \ --hostname=arch-mate \ --security-opt seccomp=unconfined `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/Rome \ -p 3391:3389 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v ${PWD}/config/:/config \ --device /dev/dri:/dev/dri `#optional` \ --shm-size="1gb" `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/rdesktop:arch-mateContainer logs
[migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Generating 2048 bit rsa key... ssl_gen_key_xrdp1 ok saving to rsakeys.ini .............+++++++++++++++++++++++++++++++++++++++*...+..+.+.....+.+......+...+.....+++++++++++++++++++++++++++++++++++++++*.+.+.........+............+.....+...+....+......+.....+......+...+...+......................+...+..+.............+...+......+.....+......+...+......+...+.....................+......+.+.....+....+.....+...+...++++++ �� .....+...+......+++++++++++++++++++++++++++++++++++++++*......+.+.....+.+..+......+......+......+..........+........+.......+.........+.....+....+..+++++++++++++++++++++++++++++++++++++++*...............+........+.+........+...............+...+...+.+......+.................+...+............+.......+......+.....+....+...+......+.....+......+.+...............+...............+.....+..........+.................+......+.+.........+.....+.+...+...+........+.+........+.+.....+......+...+...+....+......+...+.........+...+..+...+.........+....+...............+......+.....+...+.+......+........+.+.........+.....+...+.......+..+.........+....+..+......+..................+....+...+.....+...+.+.....+....+......+.....+.+.....+.......+.....+......+.+...+..+.+...............+...+.........+........+...+....+.....+.+.........+..+....+.................+....+...+...+...............+.....+...+................+.........+............+..+.......+...+..+....+............+...+..............+......+.+...+......+.....+....+.....+...+.........++++++ ----- **** creating video group videoxfpu with id 106 **** **** adding /dev/dri/renderD128 to video group videoxfpu with id 106 **** **** creating video group videozxq2 with id 44 **** **** adding /dev/dri/card0 to video group videozxq2 with id 44 **** [custom-init] No custom files found, skipping... [ls.io-init] done. sh: line 1: xauth: command not found X.Org X Server 1.21.1.15 X Protocol Version 11, Revision 0 Current Operating System: Linux arch-mate 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-32-amd64 root=UUID=bcbef3c5-bad7-47db-b354-9c7d875b7851 ro quiet Current version of pixman: 0.44.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (++) Log file: ".xorgxrdp.10.log", Time: Sat Dec 21 10:57:33 2024 (==) Using system config directory "/usr/share/X11/xorg.conf.d" xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted) (EE) Fatal server error: (EE) no screens found(EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at ".xorgxrdp.10.log" for additional information. (EE) (EE) Server terminated with error (1). Closing log file.