Closed DukeVimes closed 1 year ago
What version of iRODS is NFSRODS connecting to?
irods version: 4.2.8
Requirements: iRODS v4.2.9+
hmm, that`s true. Sorry. I'll try with 4.3. next week, but seems my nonchalance regarding the requirements got me there...
edited: trel
closing - thanks!
I am running singularity 3.8 on redhat 7.9, irods version: 4.2.8 I created an equivalent singularity image:
and run an instance via:
I can happily mount the filesystem, and read files. However I am unable to create directories, or files.
I created a collection in irods, and made sure my irods-user is owner. in the nfs-mount i see:
drwx------ 1 vduke nfsnobody 0 Dec 7 16:59 test_nfsrods
I can create a subdirectory there, which sucessfully creates a collection owned by me. When I try copying a file into the test_nfsrods-directory I get:
cp: failed to close ‘./test_4.txt’: Remote I/O error
the nfsrods_instance.out is conrtains:
-12000 is SYS_UNMATCHED_API_NUM?
thats where I gave up.
Apart from my own user I see no other named user in the nfs-share, only "nfsnobody". Which led me to believe the sss-mapping or passwd doesnt work as expected. Indeed the /etc/passwd in the container co different from the /etc/passwd on the host-machine, however at least my own user is correct.