You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
When trying to run make apptainer-launch after building the apptainer image, the start-up crashes with the following error:
ERROR: container cleanup failed: no instance found with name elephant0
FATAL: container creation failed: mount hook function failure: mount /home/pantze28/.elephant_binds/var/lib->/var/lib error: while mounting /home/pantze28/.elephant_binds/var/lib: mount source /home/pantze28/.elephant_binds/var/lib doesn't exist
This happens because the ~/.elephant_binds directory does not exist. It should be created in the %runscript part of elephant.def, but it seems that this script is not being executed when performing make apptainer-launch (I added an echo for debugging in %runscript). I tried renaming the script to %startscript because make apptainer-launch calls apptainer instance start under the hood, but that also did get called.
System:
Issue:
When trying to run
make apptainer-launch
after building the apptainer image, the start-up crashes with the following error:This happens because the
~/.elephant_binds
directory does not exist. It should be created in the %runscript part ofelephant.def
, but it seems that this script is not being executed when performingmake apptainer-launch
(I added anecho
for debugging in %runscript). I tried renaming the script to %startscript becausemake apptainer-launch
callsapptainer instance start
under the hood, but that also did get called.Could this be related to #22 ?
The text was updated successfully, but these errors were encountered: