I did this yesterday, so.... On 03/06/2014 15:24, [email protected] wrote:
Hi allJust updated my graylog2 instance to the latest version with as rpm, and now I am not able to start thegraylog2-web anymore as a service. Running on Centos 6.5. The previous graylog2 version worked very fine. Here is the error: # /etc/init.d/graylog2 start nohup: failed to open `nohup.out': Permission deniednohup: failed to open `/usr/share/java/graylog2-server/nohup.out': No such file or directory
Just: mkdir -p /usr/share/java/graylog2-server chown graylog2:graylog2 /usr/share/java/graylog2-server
What does look strange to me. When I start the website manually i have this message: [root@graylog2 ~]# /opt/graylog2/web/bin/graylog2-web-interface -Dconfig.file=/etc/graylog2/web.conf Play server process ID is 24570 [debug] application - Loading timeout value into cache from configuration for key DEFAULT: Not configured, falling back to default. [debug] application - Loading timeout value into cache from configuration for key node_refresh: Not configured, falling back to default. [info] play - Application started (Prod) [info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000 Then there is a website that tells me it can not connect to any graylog server. Changed very few things in the configs that I have compared with each-other. After enabeling: rest_transport_uri = http://127.0.0.1:12900/ and rest_enable_cors = true The server start okay, but still not able to start the graylog2-web as a service.
This was tricky, what did it for me was disabling ipv6: /etc/sysctl.conf # Disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 then run: sysctl -p
All help is welcome her. --You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.For more options, visit https://groups.google.com/d/optout.
-- Regards, Giles Coochey, CCNP, CCNA, CCNAS NetSecSpec Ltd +44 (0) 8444 780677 +44 (0) 7983 877438 http://www.coochey.net http://www.netsecspec.co.uk [email protected]
smime.p7s
Description: S/MIME Cryptographic Signature
