Dave Trudgian
Dave Trudgian
The image we need to know about is the one that is pulled during the Nextflow pipeline. In Singularity's cachedir `~/.singularity/cache`, images should be named according to a hash -...
I think this is going to need more debug information out of the Nextflow pipeline, given that manually pulling with Singularity works without issue. It's likely that it would be...
This is potentially related to a known issue with an interaction between Go 1.22, older glibc versions, and the approach that Singularity and other container runtimes use. The RPM packages...
@tri-adam - curious about your take on this? Better to disable GC... or better to link against and use an internal Go function? Both are pretty hacky...
This... ``` wait_child() rpc server interrupted by signal number 11 ``` Indicates that there is a segmentation fault. Please check the output of the `dmesg` command and provide the error...
The bug itself is not in Go - it's in glibc, but this is difficult to avoid: https://github.com/opencontainers/runc/pull/4193#issuecomment-1947700151
@gregorex333 - thanks. I believe the dmesg output there confirms it is the same issue.
Still disabled by default in 23.10, and I can't find anything definitive about 24.04. Let's deal with this in final packaging tweakes during the RC period, or a patch release,...
It's being tracked here... https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046477 Will have a look today / tomorrow... but if anything non-obvious is met we'll defer to a patch release. A lilttle bit challenging as it...
This is going to move to the 4.1.1 milestone. Needs a bit more thought... do we add the apparmor profile install to `make install` (which would then ignore `--prefix`)? Do...