How to make IRISLIB/HSLIB writable on Docker?
I know this is not recommended but I need to investigate a bug and to modify some system classes. When I set the "Mount as read-only" flag to "off" IRIS says:
ERROR #43: the write daemon failed to set the READ/WRITE flag in IRISLIB
This database is mounted as read-only due to 'Failed to access iris.lck file'!
Product version: IRIS 2025.3
Discussion (1)3
Comments
Try checking the permissions on your IRISLIB/HSLIB folders inside of your container. If they are set to 555 you will have to manually change them to 755 in order to enable the write daemon to set the Read/Write flag.
For example:
chmod 755 /usr/irissys/mgr/hslib