1019 $ singularity -d run /dfs1/som/tvanerp_col/bin/singularity_containers/mriqc/mriqc-hpc.img xterm
VERBOSE [U=2906,P=9650] singularity_message_level() Set messagelevel to: 5
DEBUG [U=2906,P=9650] init() PIPE_EXEC_FD value: 7
VERBOSE [U=2906,P=9650] init() Container runtime
VERBOSE [U=2906,P=9650] is_suid() Check if we are running as setuid
ERROR [U=2906,P=9650] is_suid() Cant' open /proc/self/auxv: Permission denied
example, then I copy the container in /tmp:
1020 $ singularity -d exec /tmp/mriqc-hpc.img xterm
VERBOSE [U=2906,P=29072] singularity_message_level() Set messagelevel to: 5
DEBUG [U=2906,P=29072] init() PIPE_EXEC_FD value: 7
VERBOSE [U=2906,P=29072] init() Container runtime
VERBOSE [U=2906,P=29072] is_suid() Check if we are running as setuid
ERROR [U=2906,P=29072] is_suid() Cant' open /proc/self/auxv: Permission denied
about the mount point, in the disk where the container is located and where singularity is installed .
beegfs_dfs1 on /dfs1 type beegfs (rw,_netdev,cfgFile=/etc/beegfs/dfs1.d/beegfs-client.conf,)
beegfs_dfs2 on /dfs2 type beegfs (rw,_netdev,cfgFile=/etc/beegfs/dfs2.d/beegfs-client.conf,)
beegfs_dfs3 on /dfs3 type beegfs (rw,_netdev,cfgFile=/etc/beegfs/dfs3.d/beegfs-client.conf,)
From cat /proc/mounts :
1023 $ cat /proc/mounts | grep dfs3
beegfs_dfs3 /dfs3 beegfs rw,relatime,cfgFile=/etc/beegfs/dfs3.d/beegfs-client.conf 0 0
ss
As you can see , there is no setuid option set in the file system mount - either from the mount command or from /proc/mounts command.
Thanks.