ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

Permission denied on in-place import #255

Open atarkowska opened 3 years ago

atarkowska commented 3 years ago

What is the reason to requers write permission to the source data?

File "/nfs/OMERO.server-5.5.1-ice36-b122/lib/python/omero/plugins/import.py", line 271, in open_log
    return open(file, "w")
IOError: [Errno 13] Permission denied: '/nfs/RV_END/revision_experiments/200918_135806-V__2020-09-18T14_22_02-Measurement 1b/RV_END_014P...
manics commented 3 years ago

Hi @olatarkowska, could you show us the full command line and/or bulk configuration files? We regularly in-place import files from read-only NFS without problems.