-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Don't let ubuntu try to install its crazy jayatana agent. #13813
Conversation
By default, our security stuff will reject this (as do other apps). See https://bugs.launchpad.net/ubuntu/+source/jayatana/+bug/1441487 However its not really the user's fault, ubuntu screws up here by installing this agent by default. We don't want any agents. So instead, we drop it like this: ``` $ bin/elasticsearch Warning: Ignoring JAVA_TOOL_OPTIONS=-Bogus1 -Bogus2 Please pass JVM parameters via JAVA_OPTS instead [2015-09-25 23:34:39,777][INFO ][node ] [Doctor Bong] version[3.0.0-SNAPSHOT], pid[19044], build[2f5b6ea/2015-09-26T03:18:16Z] ... ``` Closes elastic#13785
LGTM |
It looks good to me |
Don't let ubuntu try to install its crazy jayatana agent.
Installs javatana in vivid, emulates its on-login actions when starting elasticsearch and verifies that elasticsearch turns off javatana. Relates to elastic#13813
This should be fixed in Ubuntu (by getting rid of this hack), and not require workaround in Elasticsearch etc. |
Don't complain to me, I don't work on ubuntu. |
I don't have a link but when I looked around it looked like ubuntu is
|
I linked to the bug on this issue. |
Installs javatana in vivid, emulates its on-login actions when starting elasticsearch and verifies that elasticsearch turns off javatana. Relates to #13813
Installs javatana in vivid, emulates its on-login actions when starting elasticsearch and verifies that elasticsearch turns off javatana. Relates to #13813
Installs javatana in vivid, emulates its on-login actions when starting elasticsearch and verifies that elasticsearch turns off javatana. Relates to #13813
By default, our security stuff will reject this (as do other apps).
See https://bugs.launchpad.net/ubuntu/+source/jayatana/+bug/1441487
However its not really the user's fault, ubuntu screws up here by
installing this agent by default. We don't want any agents.
So instead, we drop it like this:
Closes #13785