Graylog2 / fpm-recipes

Graylog package build recipes
http://docs.graylog.org/en/latest/pages/installation/operating_system_packages.html
18 stars 18 forks source link

Packages for Ubuntu #31

Closed martbuo closed 9 years ago

martbuo commented 9 years ago

Hello

I have Ubuntu 14.04.2 and did all steps as documented to obtain Graylog as packages. Though it looks like after "apt-get install graylog-server graylog-web" I do not get full binaries.

root@graylog:~# dpkg-query -L graylog-server /. /usr /usr/share /usr/share/graylog-server /usr/share/graylog-server/graylog.jar /usr/share/graylog-server/bin /usr/share/graylog-server/bin/graylog-es-timestamp-fixup /usr/share/graylog-server/lib /usr/share/graylog-server/lib/sigar /usr/share/graylog-server/lib/sigar/libsigar-amd64-linux.so /usr/share/graylog-server/lib/sigar/libsigar-x86-linux.so /usr/share/graylog-server/plugin /etc /etc/default /etc/default/graylog-server /etc/init /etc/init/graylog-server.conf /etc/graylog /etc/graylog/server /etc/graylog/server/server.conf /etc/graylog/server/log4j.xml root@graylog:~#

How binaries shall be installed as package in such case ?

Thanks and regards, Martynas

bernd commented 9 years ago

There are no binaries. The /usr/share/graylog-server/graylog.jar contains the server code and everything is started via Upstart. (/etc/graylog/server/server.conf)

Check the Upstart config on how to invoke the server manually.

martbuo commented 9 years ago

Thank you for a clarification. I was looking for files like graylogctl and bin/graylog-web-interface ...

Martynas

From: Bernd Ahlers [mailto:notifications@github.com] Sent: Friday, April 17, 2015 12:06 PM To: Graylog2/fpm-recipes Cc: Martynas Buožis Subject: Re: [fpm-recipes] Packages for Ubuntu (#31)

There are no binaries. The /usr/share/graylog-server/graylog.jar contains the server code and everything is started via Upstart. (/etc/graylog/server/server.conf)

Check the Upstart config on how to invoke the server manually.

— Reply to this email directly or view it on GitHubhttps://github.com/Graylog2/fpm-recipes/issues/31#issuecomment-93948405.

bernd commented 9 years ago

Yeah, we do not ship those with the packages because there are the init scripts. We might change that in the future though.