DrDaveD

Results 609 comments of DrDaveD

@ehfd What do you think about an option to set the library search path to go along with `--nv`? It may be difficult otherwise to discover the 32-bit libraries.

For that matter, does it work already now if you just set the `LD_LIBRARY_PATH` environment variable to search first in the 32-bit library directories? (I didn't try it or look...

You need to run a mix of 32-bit and 64-bit applications in the same container? You can't run different containers for the different applications? I'm not sure that apptainer could...

Ok, that makes sense. I don't know who will implement it though. Would you submit a PR? I suggest calling the new directory `/.singularity.d/libs32`. We wouldn't want it enabled by...

> so maybe we should find a proper DEB, RPM host? @DrDaveD's work on https://github.com/openbao/openbao-fedora/issues/27 to try and land in downstream packaging repos might be the most ideal solution, tbh....

I think there would be one `APPTAINER_NOENV` variable which is a comma-separated list of variables to not import.

Perhaps that's worth doing, but on the other hand it seems to me to be a very little used application that is affected. There are variables for other applications that...

Probably because PATH affects everyone and LD_LIBRARY_PATH affects a large number, I think.

Do you have a modified version of apptainer? I don't see how that message can come from unmodified code. That message comes when a variable is listed in `alwaysPassKeys` in...

Oh now I see I misread the code, because `mustAddToHostEnv` returns true by default.