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

Liquidsoap interactive in container with user root #3406

Open
vitoyucepi opened this issue Sep 13, 2023 · 1 comment · Fixed by #3413
Open

Liquidsoap interactive in container with user root #3406

vitoyucepi opened this issue Sep 13, 2023 · 1 comment · Fixed by #3413

Comments

@vitoyucepi
Copy link
Collaborator

vitoyucepi commented Sep 13, 2023

Describe the bug
If liquidsoap is run in the container from the user root in interactive mode it requires settings.init.allow_root := true.

To Reproduce

  1. docker run -it --rm --network host --user root --entrypoint bash savonet/liquidsoap:rolling-release-v2.2.x
  2. liquidsoap --interactive

Expected behavior
Allow running liquidsoap in interactive mode without checking for the user.

Version details

  • OS: Debian in docker
  • Version: 2.2.1, 46968a5

Install method
savonet/liquidsoap:rolling-release-v2.2.x

Common issues
#3192

@vitoyucepi
Copy link
Collaborator Author

I'd like to revisit this issue.

According to my observations, /proc/1/cgroup doesn't have docker or lxc in it.
They say the cause is cgroup v2.

@vitoyucepi vitoyucepi reopened this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant