[graylog2] Re: Input Failed to Start

2016-06-24 Thread Claudemir de almeida rosa
 java -version 2>&1 | awk -F\" '/java/{print 
"/usr/java/jdk"$2"/jre/lib/amd64/jli"}'  | tee -a 
 /etc/ld.so.conf.d/java.conf
ldconfig
java -version 2>&1 | awk -F\" '/java/{print "setcap 
'cap_net_bind_service=+ep' /usr/java/jdk"$2"/jre/bin/java"}' | sh

service graylog-server restart


Em quinta-feira, 16 de junho de 2016 21:01:24 UTC-3, Justin Reid escreveu:
>
>Greetings All,
>   I am very new to linux/graylog and am trying to get my server to 
> run. I've set it up, " #service graylog-server status" command says its 
> running. My problem comes when I try to add an input on the web interface. 
> I keep receiving this error:
>
> An input has failed to start (triggered 5 days ago)
> Input 575c888722383508a780383d has failed to start on node 
> 7123ded0-3444-467e-9181-a214195da068 for this reason: »Permission denied.«. 
> This means that you are unable to receive any messages from this input. 
> This is mostly an indication for a misconfiguration or an error. You can 
> click here  to solve this.
>
> I've been trying to resolve the issue for a couple days now and cannot 
> figure it out. Any ideas as to what it could possibly be? Thanks Very Much 
> in advance.
>

-- 
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/4160c10c-1a04-4bb8-a8e1-f355e3036f49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Input Failed to Start

2016-06-24 Thread Claudemir de almeida rosa

 java -version 2>&1 | awk -F\" '/java/{print 
"/usr/java/jdk"$2"/jre/lib/amd64/jli"}'  | tee -a 
 /etc/ld.so.conf.d/java.conf
ldconfig
java -version 2>&1 | awk -F\" '/java/{print "setcap 
'cap_net_bind_service=+ep' /usr/java/jdk"$2"/jre/bin/java"}' | sh

service graylog-server restart




Em quinta-feira, 16 de junho de 2016 21:01:24 UTC-3, Justin Reid escreveu:
>
>Greetings All,
>   I am very new to linux/graylog and am trying to get my server to 
> run. I've set it up, " #service graylog-server status" command says its 
> running. My problem comes when I try to add an input on the web interface. 
> I keep receiving this error:
>
> An input has failed to start (triggered 5 days ago)
> Input 575c888722383508a780383d has failed to start on node 
> 7123ded0-3444-467e-9181-a214195da068 for this reason: »Permission denied.«. 
> This means that you are unable to receive any messages from this input. 
> This is mostly an indication for a misconfiguration or an error. You can 
> click here  to solve this.
>
> I've been trying to resolve the issue for a couple days now and cannot 
> figure it out. Any ideas as to what it could possibly be? Thanks Very Much 
> in advance.
>

-- 
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/bd73b2c9-5c4a-4621-abaa-3be1c1a6d0f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Re: Input Failed to Start

2016-06-19 Thread Jan Doberstein
Hej Justin,

did you check if any other Input run on the same port?

with kind regards
Jan

--
| http://jalogis.ch/bio | W3W sticks.flanks.pulse
| -
| get trusted and secure VPN services http://jalogis.ch/vpnsh

On 17. Juni 2016 at 17:28:35, Justin Reid (jusmr...@gmail.com) wrote:
> Hi Jochen,
> Thank you very much for replying. I have the bind port set to 5140. Still 
> same error.
>
> Could the "permission denied" part of the error message mean that it is 
> having permission
> writing to a file ?
>
> Thanks Again,
> Justin
>
> --
> 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/513bb8b8-7243-4436-8875-7cb7677c7f48%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAGm-bLbT95Udt4PxYzqK9DFtucqxjdcLhN-WEvDgQae%2BAyvdZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Input Failed to Start

2016-06-17 Thread Jochen Schalanda
Hi Justin,

this sounds like you tried to bind an input to a privileged port (1-1024), 
which only the superuser (root) is allowed to.

You can either change the port of the input to a high port (anything above 
1024, e. g. 5514 instead of 514) or use a tool like authbind to allow the 
JVM to bind privileged ports.

Cheers,
Jochen

On Friday, 17 June 2016 02:01:24 UTC+2, Justin Reid wrote:
>
>Greetings All,
>   I am very new to linux/graylog and am trying to get my server to 
> run. I've set it up, " #service graylog-server status" command says its 
> running. My problem comes when I try to add an input on the web interface. 
> I keep receiving this error:
>
> An input has failed to start (triggered 5 days ago)
> Input 575c888722383508a780383d has failed to start on node 
> 7123ded0-3444-467e-9181-a214195da068 for this reason: »Permission denied.«. 
> This means that you are unable to receive any messages from this input. 
> This is mostly an indication for a misconfiguration or an error. You can 
> click here  to solve this.
>
> I've been trying to resolve the issue for a couple days now and cannot 
> figure it out. Any ideas as to what it could possibly be? Thanks Very Much 
> in advance.
>

-- 
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/5dd88819-2aab-4d90-8f0a-718dbe57448d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.