Summary of what happened:
Hi container gurus.
We recently updated stuff on our linux server and now Apptainer fails. The issues related to mounting/finding user/session, with errors like
WARNING: user: lookup userid 4651: no such file or directory
Command used
- Any of the usual commands to execute an image fails (building works fine).
- One of our student (Ruben) figured that adding the arguments:
--no-home
--bind /users/whatever_user_name:/users \
solves most of it, i.e. containers now run until they can’t find where some user things are (error above) ;
Anyone has experienced this? we can’t seem to find how to configure Apptainer to fix this
Any suggestion is welcome
thx