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

sh: line 1: xauth: command not found #128

Closed
1 task done
dennisvanderpool opened this issue Oct 13, 2023 · 3 comments
Closed
1 task done

sh: line 1: xauth: command not found #128

dennisvanderpool opened this issue Oct 13, 2023 · 3 comments

Comments

@dennisvanderpool
Copy link

dennisvanderpool commented Oct 13, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am running the webtop container for a while now, but I thought I'll give this one a spin. Any tag I use I can open the RDP connection and see the login prompt with Xorg selected. I type username abc and password abc and get immediately kicked out.

I think it's related with the "sh: line 1: xauth: command not found"

Expected Behavior

Container works fine and doesn't kick me out

Steps To Reproduce

Herewith my docker-compose file

`version: "2.1"
services:
rdesktop:
image: lscr.io/linuxserver/rdesktop:arch-mate
container_name: rdesktop_personal
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- config:/config

- /var/run/docker.sock:/var/run/docker.sock #optional

ports:
  - 12530:3389
devices:
 - /dev/dri:/dev/dri #optional
shm_size: "1gb" #optional
restart: unless-stopped

volumes:
config:
`

Environment

LSB Version:    n/a
Distributor ID: Arch
Description:    Arch Linux
Release:        rolling
Codename:       n/a

Docker installed via pacman

CPU architecture

x86-64

Docker creation

Herewith my docker-compose file

`version: "2.1"
services:
  rdesktop:
    image: lscr.io/linuxserver/rdesktop:arch-mate
    container_name: rdesktop_personal
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - config:/config
#      - /var/run/docker.sock:/var/run/docker.sock #optional
    ports:
      - 12530:3389
    devices:
     - /dev/dri:/dev/dri #optional
    shm_size: "1gb" #optional
    restart: unless-stopped

volumes:
  config:
`

Container logs

Changing shell for abc.
chsh: Shell not changed.
**** adding /dev/dri/renderD128 to video group render with id 989 ****
**** adding /dev/dri/card0 to video group video with id 985 ****
[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.8
X Protocol Version 11, Revision 0
Current Operating System: Linux ec42e8806974 6.5.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 10 Oct 2023 21:10:21 +0000 x86_64
Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw

Current version of pixman: 0.42.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: Fri Oct 13 18:29:49 2023
(++) Using config file: "/etc/X11/xrdp/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xorgxrdpSetup:
xrdpdevSetup:
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants