Skip to content
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

Merged
merged 1 commit into from Sep 26, 2015

Commits on Sep 26, 2015

  1. Don't let ubuntu try to install its crazy jayatana agent.

    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
    rmuir committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    c0d098b View commit details
    Browse the repository at this point in the history