Question Vitor Muraki de Sa · May 21, 2021

Error "Invalid registry ownership"

Hello,

I am trying to use the ./irisstart command in Red Hat, but it returns an error "Invalid registry ownership". The same error appears when i try ./irisstop and ./irisforce

Has anyone seen these before?

Product version: IRIS 2020.1
$ZV: 2020.1.1.408.0

Comments

Robert Cemper · May 22, 2021

instead of simple ls run ls -l  to see who is the owner.
most likely it's the user that installed iris.
to fix it run sudo chmod . . . 

0
Renan Santos  May 24, 2021 to Robert Cemper

Hi Robert,

I am supporting Vitor in installing IRIS. In this case it was with root user that we did the installation, follow the command below:

0
Robert Cemper  May 24, 2021 to Renan Santos

ownership is typically irisowner:irisuser.
Apply chown to the iris directories & files

0
Dmitry Maslennikov · May 22, 2021

Check the ownership of the file iris.reg, which should be in /usr/local/etc/irissys

The owner of this file is supposed to be used to control IRIS

0
Renan Santos  May 24, 2021 to Dmitry Maslennikov

Hi Dmitry,

I am supporting Vitor in installing IRIS. I did the cat command in the iris.reg file and the following information appears:

0
Dmitry Maslennikov  May 24, 2021 to Renan Santos

It’s a binary file and it’s contest for the current context not so important, what’s important is an ownership of the file. So

ls -la /usr/local/etc/irissys/iris.reg
0