Premission to openfire.xml

Hi All,

Could you tell me which chmod i should put on openfire config file openfire.xml because i put chmod 755 on it but whene i try to go on administrator console i need install again server. I check log file and problem is premission to config file. Problem disaper when i put on config file chmod 777. But like i think it is not safe solution. So i don`t want to left 777 chmod premision on it.

Have you got and advice??

Thank you in advance,

Best regards

Hello,

You’ll want all the files on /opt/openfire owned by the owner of the openfire process. You can see who owns the openfire process by “ps auxw | grep openfire” . Typically, it is the user ‘daemon’.

So, I’d recommend “chown -R daemon:daemon /opt/openfire”

daryl

daryl