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

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

Open
xz-dev opened this issue Nov 27, 2024 · 3 comments · May be fixed by #1622
Open

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

xz-dev opened this issue Nov 27, 2024 · 3 comments · May be fixed by #1622
Labels
bug Something isn't working

Comments

@xz-dev
Copy link
Contributor

xz-dev commented Nov 27, 2024

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

@xz-dev xz-dev added the bug Something isn't working label Nov 27, 2024
@xz-dev xz-dev changed the title [Error] [Error] distrobox-init runtime sync fallback will drop errors Nov 27, 2024
@xz-dev xz-dev linked a pull request Nov 27, 2024 that will close this issue
@SrisharanVS
Copy link

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
Copy link
Contributor Author

xz-dev commented Nov 28, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants