Version of Singularity:
3.8.5
singularity shell image.sif
Expected behavior
Entering singularity environment
Actual behavior
INFO: Converting SIF file to temporary sandbox...
FATAL: while extracting image.sif: root filesystem extraction failed: extract command failed: ERROR : Failed to create user namespace: user namespace disabled
: exit status 1
Steps to reproduce this behavior
module use -a /projects/academic/vaalbert/modulefiles/Allluas
module load anaconda3
eval "$(/projects/academic/vaalbert/modulefiles/anaconda3/bin/conda shell.bash hook)"
conda activate singularity-3.8.5
cd full/path/to/dir/containing/image
singularity shell image.sif
NOTE: This image was given to me by a collaborator and I'm running it on my university's cluster. I do not (and will never) have root privileges. Is it possible for me to run Singularity on our cluster using the SLURM workload manager?
What OS/distro are you running
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
How did you install Singularity
conda create -n singularity-3.8.5 -c conda-forge singularity=3.8.5
Version of Singularity:
3.8.5
singularity shell image.sif
Expected behavior
Entering singularity environment
Actual behavior
INFO: Converting SIF file to temporary sandbox...
FATAL: while extracting image.sif: root filesystem extraction failed: extract command failed: ERROR : Failed to create user namespace: user namespace disabled
: exit status 1
Steps to reproduce this behavior
module use -a /projects/academic/vaalbert/modulefiles/Allluas
module load anaconda3
eval "$(/projects/academic/vaalbert/modulefiles/anaconda3/bin/conda shell.bash hook)"
conda activate singularity-3.8.5
cd full/path/to/dir/containing/image
singularity shell image.sif
NOTE: This image was given to me by a collaborator and I'm running it on my university's cluster. I do not (and will never) have root privileges. Is it possible for me to run Singularity on our cluster using the SLURM workload manager?
What OS/distro are you running
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
How did you install Singularity
conda create -n singularity-3.8.5 -c conda-forge singularity=3.8.5