-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux package apm-server.yml has incorrect file mode 664 causing error on startup #15592
Comments
git clone also gives 664 while umask is 0002
|
For git, the root cause is the For packaged
apm-server darwin
|
APM Server version (
apm-server version
): 8.x, 9.0 and mainDescription of the problem including expected versus actual behavior:
expected: apm-server should run with apm-server.yml out of the box, either from apm-server repo
git clone
or a released.tar.gz
actual: apm-server.yml has file mode 664
rw-rw-r--
, but apm-server does not like the groupw
bit.Additional info: darwin .tar.gz seems to ship apm-server.yml with 644 as opposed to 664 in linux .tar.gz.
Steps to reproduce:
Please include a minimal but complete recreation of the problem,
including server configuration, agent(s) used, etc. The easier you make it
for us to reproduce it, the more likely that somebody will take the time to
look at it.
The text was updated successfully, but these errors were encountered: