Thomas Hartmann
unread,Sep 13, 2019, 4:28:49 AM9/13/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to singu...@lbl.gov
Hi all,
with Singularity 3.3.0 I am just running into trouble with fakeroot when
I extended the sub-IDs to higher/wider ranges [1].
I.e., I created mapping ranges [2] for my user a range as well as for my
dockerd user [3]. With my intended range being 1M+0.1M > 65536, it
should be sufficiently large, or?
Cheers,
Thomas
[1]
> singularity build --fakeroot --sandbox test.d Singularity
FATAL: could not use fakeroot: entry for user myuser found in
/etc/subuid at line 1 but all with a range count different from 65536
[2]
/etc/sub{uid,gid}
myuser:1000000:100000
dockeruser:1200000:100000
[3]
/etc/docker/daemon.json
{
"userns-remap": "dockeruser"
}