[graylog2] Re: Service graylog2-server shuts down after start of CentOS

2015-09-01 Thread Karl Schleifenbaum
Hi Drew, thanks for starting me to search for logs. Finally I managed to 
get the latest graylog running.
The problem turned out to be several things 
- etc/graylog/web/web.conf (missing password secret)
- etc/graylog/server/server.conf (missing password secret and 
root_password_sha2)
- Java 1.7 wasn´t sufficient as the web interface log mentioned itself that 
is has a serious bug which causes it to shut down. I installed Java 1.8:

cd /opt

wget --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" "
http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.rpm;

wget --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" "
http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm;
Then I could start a GELF HTTP input and happily send in messages :)

Now with Java 1.8 when hitting "service graylog-server start" Java 
complains with:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; 
support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
MaxPermSize=256m; support was removed in 8.0
Maybe that´s important for your development.

Thanks for this great tool :)

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/a4ad1107-d96f-493b-b108-b2e02f7946d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Service graylog2-server shuts down after start of CentOS

2015-08-29 Thread Drew Miranda
What are the errors in the graylog server application log? The log is pretty 
good about indicating why it won't start out why it starts and stops. Reasons 
why it won't start range greatly (e.g. elaaticsearch connectivity, binding to 
ports, mongodb connectivity, configuration error).

-- 
You received this message because you are subscribed to the Google Groups 
Graylog Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/5c05ff6b-6473-4514-9d6e-5571680dab24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Service graylog2-server shuts down after start of CentOS

2015-08-27 Thread Karl Schleifenbaum
Thanks, Jochen, for pointing that out.
I rewrote the install script in terms of new versions of elasticsearch, 
graylog-web and graylog-server.
The installation runs fine but now service --status-all says elasticsearch 
dead but subsys locked and also the same message for graylog-server and 
-web.
I have a clean CentOS6 minimal with no other packages installed than httpd.
I hope there is a simple solution to that problem.

-- 
You received this message because you are subscribed to the Google Groups 
Graylog Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/3fdb2bb4-71a0-4c43-bb62-a1cea3f29564%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.