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

[BUG] Unable Create Session in X server #170

Open
1 task done
corasaniti opened this issue Dec 21, 2024 · 1 comment
Open
1 task done

[BUG] Unable Create Session in X server #170

corasaniti opened this issue Dec 21, 2024 · 1 comment

Comments

@corasaniti
Copy link

corasaniti commented Dec 21, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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.
@corasaniti
Copy link
Author

@LinuxServer-CI
with the latest update i am not able to pull the image
lscr.io/linuxserver/rdesktop:arch-openbox

$ docker pull lscr.io/linuxserver/rdesktop:arch-openbox
arch-openbox: Pulling from linuxserver/rdesktop
c4a74d76d4da: Pull complete
5da4966d5e4a: Pull complete
68691606f74d: Pull complete
1a5a449a9d76: Pull complete
afe759bffc1d: Pull complete
20d44f474ccf: Pull complete
2f0e81f5848b: Pull complete
c2753e19f6c2: Pull complete
ecf033d2ae0a: Pull complete
6a0b3df55118: Extracting [==================================================>]  521.7MB/521.7MB
25748689dbc6: Download complete
df8cdd8df891: Download complete
f24724131c7a: Download complete
failed to register layer: archive/tar: invalid tar header

Everything works fine with the following images

lscr.io/linuxserver/rdesktop:arch-mate
lscr.io/linuxserver/rdesktop:arch-xfce
lscr.io/linuxserver/rdesktop_arch-icewm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant