You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
Are you using podman, docker or lilipod?
podman
Which version or podman, docker or lilipod?
podman version 5.3.0
Which version of distrobox?
master
Which host distribution?
Gentoo
How did you install distrobox?
emerge live version
Additional context
The text was updated successfully, but these errors were encountered:
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.
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 uploadAttach also the output of
podman logs
ordocker logs
, possibly with--latest
flagDesktop (please complete the following information):
podman
podman version 5.3.0
master
Gentoo
emerge live version
Additional context
The text was updated successfully, but these errors were encountered: