I have two RHEL 9.7 servers. One is running intersystems in docker no problem. But, I have now tried two other servers RHEL 9.7 one, podman and one docker and I get the following.
4/07/26-16:57:59:346 (968) 3 [Utility.Event] Error: Error checking read status of /usr/irissys/iris.cpf - Shutting down the system : $zu(56,2)=$Id: //iris/2026.1.0/kernel/common/src/edzu.c#1 $ 17681 2
04/07/26-16:58:04:548 (968) 0 [Utility.Event] User 'irisowner' shutting down InterSystems IRIS
04/07/26-16:58:04:654 (968) 1 [Utility.Event] ERROR #5002: ObjectScript error: <FUNCTION>GetFileSHA256Hash+2^%Library.File.
IS anyone else having issues logging into the container registry? I log in and it just says logging in and hangs?
.png)
I have installed Iris in Docker container with the above version. I need to create an additional user to log in via ssh. I have created a user and put in both the irisuser and irisowner groups, and created a user in iris with permissions. But, when I run "iris session iris" I originally got an error about permissions: /usr/irissys/bin/irisdb: Permission denied.
I looked @ the /usr/irisys directory and the permissions was only (r-x------). I changed to (dr-xr-xr-x.)and now I get a different error:
Invalid ownership for ./irisdb
Any suggestions?
I am working on a setup using the iris docker image (iris:2020.4.0.547.0). I need the timezone to be a different timezone than the host. Is there a way to do that by passing in an options / variable?