-
Notifications
You must be signed in to change notification settings - Fork 422
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
[Error] /etc/localtime integration with the host failed, runtime sync for /etc/localtime disabled. Error: An error occurred #1624
Labels
bug
Something isn't working
Comments
Okay, I figured out the issue. Lines 268 to 306 in 18053c2
PR incoming. |
kdesysadmin
pushed a commit
to KDE/kde-linux
that referenced
this issue
Dec 7, 2024
There are just too many bugs to deal with in podman, whereas docker just works. https://invent.kde.org/-/snippets/3274 89luca89/distrobox#1624 89luca89/distrobox#1401 and a ton more every time I try to do something. This also gives docker permissions to the `wheel` group (instead of having to add users to a newly-created `docker` group). Since everyone in `wheel` are already root-equivalent, this makes more sense anyway.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Fails to create an ubuntu 22.04 container after failing to bind mount /etc/localtime
To Reproduce
distrobox create -i ubuntu:22.04 -n ubuntu-test --init --home $HOME/containers/ubuntu-test
distrobox enter ubuntu-test
Expected behavior
Container is successfully created
Logs
Full log (and podman log) is attached.
podman.log
distrobox.log
Desktop (please complete the following information):
Additional context
as far as I can tell, my
/etc/localtime
is just a regular symlink pointing to/usr/share/zoneinfo/America/Chicago
The text was updated successfully, but these errors were encountered: