Skip to content

Conversation

@Tiryoh
Copy link
Owner

@Tiryoh Tiryoh commented May 24, 2022

LXDE launch error

LXDE shows "Failed to close file descriptor for child process" error

Screenshot from 2022-05-25 01-41-14

Tiryoh added 2 commits May 27, 2021 01:57
LXDE shows "Failed to close file descriptor for child process" error
@Tiryoh Tiryoh added Type: Feature New Feature help wanted Extra attention is needed Status: In Progress Work in Progress labels May 24, 2022
@Tiryoh
Copy link
Owner Author

Tiryoh commented Jul 24, 2022

Adding --security-opt seccomp=unconfined flag while launching docker container solved the problem on Docker version 20.10.17 + Ubuntu 20.04.

If anyone came across the same problem, a workaround is to run the container with the flag --security-opt seccomp=unconfined.
There are security implications, more details here.

linuxserver/docker-digikam#22 (comment)

The problem is caused by a seccomp policy and a glibc >= 2.34 update (moby/moby#42681 (comment)) that returns an EPERM (operation not permitted) insted of ENOSYS (function not implemented).

https://gist.github.com/nathabonfim59/b088db8752673e1e7acace8806390242

image

@Tiryoh
Copy link
Owner Author

Tiryoh commented Jul 24, 2022

Tiryoh added 4 commits July 26, 2022 00:59
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
@Tiryoh Tiryoh removed the help wanted Extra attention is needed label Jul 25, 2022
@Tiryoh Tiryoh marked this pull request as ready for review July 26, 2022 16:37
@Tiryoh Tiryoh removed the Status: In Progress Work in Progress label Jul 26, 2022
@Tiryoh Tiryoh self-assigned this Jul 26, 2022
@Tiryoh
Copy link
Owner Author

Tiryoh commented Jul 26, 2022

スクリーンショット 2022-07-27 1 39 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants