89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
10.19k stars 419 forks source link

[Error] distrobox-init runtime sync fallback will drop errors #1621

Open xz-dev opened 5 days ago

xz-dev commented 5 days ago

Describe the bug distrobox create -i ubuntu:18.04 -n ubuntu18 distrobox enter ubuntu18

To Reproduce ❯ distrobox create -i ubuntu:18.04 -n ubuntu18 Creating 'ubuntu18' using image ubuntu:18.04 [ OK ] Distrobox 'ubuntu18' successfully created. To enter, run:

distrobox enter ubuntu18

❯ distrobox enter ubuntu18 Starting container... [ OK ] Installing basic packages... [ OK ] Setting up devpts mounts... [ OK ] Setting up read-only mounts... Warning: failed to bind mount /run/host/etc/localtime to /etc/localtime using option ro,nodev Warning: /etc/localtime integration with the host failed, runtime sync for /etc/localtime disabled. Error: An error occurred

Expected behavior No error, and enter container

Logs Run the commands with --verbose and post the log here as a file upload Attach also the output of podman logs or docker logs, possibly with --latest flag

Desktop (please complete the following information):

Additional context

SrisharanVS commented 4 days ago

distrobox enter ubuntu18 Starting container... [ OK ] Installing basic packages... Error: An error occurred

Iam also getting this error, how do I resolve this?

xz-dev commented 4 days ago

distrobox enter ubuntu18 Starting container... [ OK ] Installing basic packages... Error: An error occurred

Iam also getting this error, how do I resolve this?

podman log ubuntu18 or distrobox enter ubuntu18 -v

and see the logs

SrisharanVS commented 4 days ago

distrobox enter ubuntu18 Starting container... [ OK ] Installing basic packages... Error: An error occurred Iam also getting this error, how do I resolve this?

podman log ubuntu18 or distrobox enter ubuntu18 -v

and see the logs

I have resolved it. Sorry it was due to low disk space, it seems. I deleted some files and reran, it ran fine.