UpdateCfgVersion_*.log Files Are Owned By Root
(Doc ID 2237018.1)
Last updated on MARCH 13, 2019
Applies to:
Oracle Communications Messaging Server - Version 8.0.1 and laterInformation in this document applies to any platform.
Symptoms
Update config log should be owned by mailsrv userid
The first startup after installing a new version results in a <Messaging Server DIR>/log/updateCfgVersion_*.log file. This can be seen when running the start-msg command:
which is great, except:
root@host# ls -l <Messaging Server DIR>/log/updateCfgVersio*
-rw------- 1 root root 71899 Dec 16 00:58 <Messaging Server DIR>/log/updateCfgVersion_20161216005830.log
-rw------- 1 root root 74117 Feb 10 16:39 <Messaging Server DIR>/log/updateCfgVersion_20170210163939.log
-rw------- 1 root root 72955 Feb 23 04:09 <Messaging Server DIR>/log/updateCfgVersion_20170223040930.log
The above log files are owned by root with 0600 permissions.
Why aren't they be owned by the Messaging Server admin user, such as "mailsrv":
$ grep imsadmin restricted.cnf
user=mailsrv
or at least have the permissions set to 0644?
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |