-
Notifications
You must be signed in to change notification settings - Fork 99
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
could not attach image file to loop device: no loop devices available #67
Comments
Thanks for the information there - it's not yet clear exactly what is going on. When you say it used to work, but now doesn't - did 3.7.3 work previously, or was it an older version that works? Has your kernel recently been upgraded? Could you give output of |
@alfaro96 - thanks for this information. That environment will likely be a bit easier for us to replicate than the exact arch Linux one. I'll be able to take a deeper look into this tomorrow. |
Thank you @dtrudg for the quick response! I have granted access to the |
Sadly, I do not know exactly which version worked for me and I cannot try it out because the release tarballs on GitHub are not available anymore - it likely was v3.5.2. Yes, my kernel has been updated. It is continuously being updated, that's part of Arch linux. There are no message in Here is the system info:
|
Hi @a-ludi - I haven't been able to replicate yet, in a simple arch VM I have. This is going to need a bit more effort when I have an afternoon, as we don't routinely test on Arch Linux, and I cannot reproduce under Fedora which I regularly use and is tracking new kernels.
Please see: #68 The older releases can be found at github.com/hpcng/singularity/releases This location is a fork from SingularityCE 3.8.0 onward. Unfortunately it was previously a redirect to the hpcng/singularity address and many were not aware of the prior move to that hpcng/singularity location. |
Quick update: 3.5.2 works. (Thanks for the pointer to hpcng for some reason I did not find it there earlier.) I will try to determine the latest working version and report back. |
Weirdly, after trying different version, 3.7.3 now works just fine - the error is gone. Maybe the error arose because build files from older release were kept and reused for the 3.7.3 build. Thanks for your support anyway! |
Thanks for updating us! |
@alfaro96 I have exactly the same problem and you seem to have found a solution. I quote:
How did you do this? Would be great to find en even better solution here :-) |
I've encountered the issue after reboot server. It worked totally fine for v3.10.2 before reboot, but it shows the following errors now:
Then I update to v3.11.4 since I notice v3.11.2 patch release fix the bug by using Same with the issue author, there are enough loop devices available:
Here's system info:
Looking forward to your replies. |
If you have an issue with loop device creation, that is not solved by updating to the current version of SingularityCE, then please open a new issue for it - providing as much information as you can. It is likely to have a different cause than old issues reported with older versions of Singularity and the kernel. |
I recently encountered the following error with Singularity 3.7.3 on Arch linux. It used to work for me but now fails:
There are certainly enough loop devices available:
The config contains
max loop devices = 256
.Here is the debug output for the same command:
@dtrudg What to you mean by
mountinfo
? Here is the output ofmount
before launching the command:Originally posted by @a-ludi in #65 (comment)
The text was updated successfully, but these errors were encountered: