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

[Bug]: Nvidia Configure Flatpak loop #68

Open
battall opened this issue Jul 24, 2023 · 5 comments
Open

[Bug]: Nvidia Configure Flatpak loop #68

battall opened this issue Jul 24, 2023 · 5 comments
Labels
status:awaiting-triage type:bug Something isn't working

Comments

@battall
Copy link

battall commented Jul 24, 2023

Describe the Bug

i get this error in loop when trying to run docker container, it restarts forever.

[ /etc/cont-init.d/80-configure_flatpak.sh: executing... ]
**** Configure Flatpak ****
mount: /proc: none already mounted or mount point busy.
dmesg(1) may have more information after failed mount system call.

Steps to Reproduce

  1. have an gtx 1080 with 530 driver. (idk if its relevant) (edit: same error happens with rtx 3060 ti too)
  2. try to run docker

Expected Behavior

it should continue installation

Screenshots

No response

Relevant Settings

  • docker-ce and nvidia-container-runtime
  • edited .env docker runtime nvidia instead of runc

Version

Build: [2023-07-22 02:43:14] [master] [af1c17f] [debian]

Platform

Distribution: Ubuntu - 18.04.6 LTS (Bionic Beaver)
Linux Kernel: 5.4.0-150-generic x86_64 x86_64 GNU/Linux
GPU Driver versions: NVIDIA-SMI 530.41.03 Driver Version: 530.41.03 CUDA Version: 12.1 |
Docker: Docker version 24.0.2, build cb74dfc

Relevant log output

No response

@battall battall added status:awaiting-triage type:bug Something isn't working labels Jul 24, 2023
@Josh5
Copy link
Collaborator

Josh5 commented Aug 22, 2023

I'm unable to reproduce this. Perhaps the kernel version is too old.

@deviantintegral
Copy link
Contributor

I'm seeing the same thing, but I don't actually have a nvidia card. Actually, I don't have any real video cards as I'm using this as a host for caching downloads.

I'm on Ubuntu 20.04.6 LTS, but a very similar kernel of 5.4.0-156-generic.

Running bisect I can see the issue was introduced in one of these three commits. I'm guessing the first one, since I'm only ever using the Debian build.

commit 26b775f66eeebc9abb0c4ce3ddd25929476c4020 (refs/bisect/bad)
Author: Josh.5 <jsunnex@gmail.com>
Date:   Mon Jul 10 17:34:45 2023 +1200

    Rebase debian build to Debian 12 (Bookworm)

commit 555bd8991de2c842272ee4a3f5bb90dcee8f9604 (refs/bisect/skip-555bd8991de2c842272ee4a3f5bb90dcee8f9604)
Author: Josh.5 <jsunnex@gmail.com>
Date:   Mon Jul 10 17:33:05 2023 +1200

    Some more tweaks to the Arch build

commit 42ebc826b8548ba4f8838cb4ce5ceb4c8a5fd201 (HEAD, refs/bisect/skip-42ebc826b8548ba4f8838cb4ce5ceb4c8a5fd201)
Author: Josh.5 <jsunnex@gmail.com>
Date:   Sun Jul 9 20:23:42 2023 +1200

    Update Arch build with latest changes

@janhelleman
Copy link

Describe the Bug

i get this error in loop when trying to run docker container, it restarts forever.

[ /etc/cont-init.d/80-configure_flatpak.sh: executing... ] **** Configure Flatpak **** mount: /proc: none already mounted or mount point busy. dmesg(1) may have more information after failed mount system call.

Steps to Reproduce

  1. have an gtx 1080 with 530 driver. (idk if its relevant) (edit: same error happens with rtx 3060 ti too)
  2. try to run docker

Expected Behavior

it should continue installation

Screenshots

No response

Relevant Settings

  • docker-ce and nvidia-container-runtime
  • edited .env docker runtime nvidia instead of runc

Version

Build: [2023-07-22 02:43:14] [master] [af1c17f] [debian]

Platform

Distribution: Ubuntu - 18.04.6 LTS (Bionic Beaver) Linux Kernel: 5.4.0-150-generic x86_64 x86_64 GNU/Linux GPU Driver versions: NVIDIA-SMI 530.41.03 Driver Version: 530.41.03 CUDA Version: 12.1 | Docker: Docker version 24.0.2, build cb74dfc

Relevant log output

No response

Did you find a solution?

@battall
Copy link
Author

battall commented Jan 8, 2024

Did you find a solution?

updating the ubuntu version (which includes kernel updates) fixed the problem for me, but if you cant update, delete that file and container works fine (at least did for me), run 'docker exec rm /etc/cont-init.d/80-configure_flatpak.sh' right after docker run

@janhelleman
Copy link

Did you find a solution?

updating the ubuntu version (which includes kernel updates) fixed the problem for me, but if you cant update, delete that file and container works fine (at least did for me), run 'docker exec rm /etc/cont-init.d/80-configure_flatpak.sh' right after docker run

Awesome thank you, I'll give it a shot when I am at home!

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

No branches or pull requests

4 participants