-
Hi All, mv: cannot move '/etc/localtime.dpkg-new' to '/etc/localtime': Device or resource busy I tried setting the timezone when I first create the container podman run --interactive --tty --name DiFX_on_ubuntu --volume /tmp/.X11-unix:/tmp/.X11-unix --env DISPLAY --volume /home/mike/containerization:/home --tz="America/New_York" docker.io/library/ubuntu but I still run into the same issue, I've also tried --tz=local. Has anyone else run into the same issue and developed a workaround? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Don't set |
Beta Was this translation helpful? Give feedback.
Do you have a timezone define in containers.conf then?
By default there is no default tz so no mount on /etc/localtime will be created unless you specified a timezone somewhere
So yeah if any packages tries to remove this file when it is bind mounted it will fail.