Re: [CentOS] rsyslog not loading relp

2014-03-30 Thread Daniel J Walsh
On 03/28/2014 03:19 PM, Mauricio Tavares wrote: > On Mon, Nov 4, 2013 at 5:08 PM, Mauricio Tavares wrote: >> On Mon, Nov 4, 2013 at 9:59 AM, Stephen Harris wrote: >>> On Mon, Nov 04, 2013 at 09:49:37AM -0500, Mauricio Tavares wrote: I really have nobody else but rsyslog.conf here: >>>

Re: [CentOS] rsyslog not loading relp

2014-03-28 Thread Mauricio Tavares
On Mon, Nov 4, 2013 at 5:08 PM, Mauricio Tavares wrote: > On Mon, Nov 4, 2013 at 9:59 AM, Stephen Harris wrote: >> On Mon, Nov 04, 2013 at 09:49:37AM -0500, Mauricio Tavares wrote: >>> I really have nobody else but rsyslog.conf here: >>> >>> [root@scan log]# ls -ld /etc/rsyslog.* >> >> Don'

Re: [CentOS] rsyslog not loading relp

2013-11-04 Thread Mauricio Tavares
On Mon, Nov 4, 2013 at 9:59 AM, Stephen Harris wrote: > On Mon, Nov 04, 2013 at 09:49:37AM -0500, Mauricio Tavares wrote: >> I really have nobody else but rsyslog.conf here: >> >> [root@scan log]# ls -ld /etc/rsyslog.* > > Don't use the "d" flag to "ls"; that'll stop it looking inside > dire

Re: [CentOS] rsyslog not loading relp

2013-11-04 Thread Stephen Harris
On Mon, Nov 04, 2013 at 09:49:37AM -0500, Mauricio Tavares wrote: > I really have nobody else but rsyslog.conf here: > > [root@scan log]# ls -ld /etc/rsyslog.* Don't use the "d" flag to "ls"; that'll stop it looking inside directories. The debug output showed it reading a file from /etc

Re: [CentOS] rsyslog not loading relp

2013-11-04 Thread Mauricio Tavares
On Fri, Nov 1, 2013 at 5:42 PM, Stephen Harris wrote: > On Fri, Nov 01, 2013 at 05:32:53PM -0400, Mauricio Tavares wrote: >> 1968.101297470:7f2b4eda1700: Requested to load module 'imuxsock' >> 1968.101300039:7f2b4eda1700: Module 'imuxsock' already loaded > > Well the good news is that the librarie

Re: [CentOS] rsyslog not loading relp

2013-11-01 Thread Stephen Harris
On Fri, Nov 01, 2013 at 05:32:53PM -0400, Mauricio Tavares wrote: > 1968.101297470:7f2b4eda1700: Requested to load module 'imuxsock' > 1968.101300039:7f2b4eda1700: Module 'imuxsock' already loaded Well the good news is that the libraries are all good. There's no failure there. I think it's a com

Re: [CentOS] rsyslog not loading relp

2013-11-01 Thread Mauricio Tavares
[ On Thu, Oct 31, 2013 at 6:23 PM, Stephen Harris wrote: > On Thu, Oct 31, 2013 at 05:43:28PM -0400, m.r...@5-cent.us wrote: >> Stephen Harris wrote: > >> > Do 'rsyslogd -n -N1 -d' and you might get a better diagnostic >> > (eg missing libraries or incompatible libraries) >> > >> Or ldd /sbin/rs

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread Stephen Harris
On Thu, Oct 31, 2013 at 05:43:28PM -0400, m.r...@5-cent.us wrote: > Stephen Harris wrote: > > Do 'rsyslogd -n -N1 -d' and you might get a better diagnostic > > (eg missing libraries or incompatible libraries) > > > Or ldd /sbin/rsyslogd. No, that's not good enough. rsyslogd loads modules dynamic

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread m . roth
Stephen Harris wrote: > On Thu, Oct 31, 2013 at 05:25:50PM -0400, Mauricio Tavares wrote: >> Oct 31 17:23:43 scan rsyslogd: the last error occured in >> /etc/rsyslog.conf, line 24:"module(load="imrelp") # needs to be done >> just once" > > Do 'rsyslogd -n -N1 -d' and you might get a better diagnost

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread m . roth
Mauricio Tavares wrote: > On Tue, Oct 29, 2013 at 4:28 PM, wrote: >> Mauricio Tavares wrote: >>> On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger >>> >>> wrote: > centos 6.4, setup to be syslog server. Doing remote syslog using tcp > works fine, so now want to add relp. I installed the rsysl

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread Stephen Harris
On Thu, Oct 31, 2013 at 05:25:50PM -0400, Mauricio Tavares wrote: > Oct 31 17:23:43 scan rsyslogd: the last error occured in > /etc/rsyslog.conf, line 24:"module(load="imrelp") # needs to be done > just once" Do 'rsyslogd -n -N1 -d' and you might get a better diagnostic (eg missing libraries or in

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread Mauricio Tavares
On Tue, Oct 29, 2013 at 4:28 PM, wrote: > Mauricio Tavares wrote: >> On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger >> wrote: centos 6.4, setup to be syslog server. Doing remote syslog using tcp works fine, so now want to add relp. I installed the rsyslog-relp package and told rsysl

Re: [CentOS] rsyslog not loading relp

2013-10-31 Thread Mauricio Tavares
On Tue, Oct 29, 2013 at 4:33 PM, Mike Burger wrote: >> On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger >> wrote: centos 6.4, setup to be syslog server. Doing remote syslog using tcp works fine, so now want to add relp. I installed the rsyslog-relp package and told rsyslog.conf to use

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread Mike Burger
> On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger > wrote: >>> centos 6.4, setup to be syslog server. Doing remote syslog using tcp >>> works fine, so now want to add relp. I installed the rsyslog-relp >>> package and told rsyslog.conf to use it: >>> >>> # RELP Syslog Server: >>> $ModLoad imrelp # p

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread m . roth
Mauricio Tavares wrote: > On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger > wrote: >>> centos 6.4, setup to be syslog server. Doing remote syslog using tcp >>> works fine, so now want to add relp. I installed the rsyslog-relp >>> package and told rsyslog.conf to use it: >>> >>> # RELP Syslog Server:

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread Mauricio Tavares
On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger wrote: >> centos 6.4, setup to be syslog server. Doing remote syslog using tcp >> works fine, so now want to add relp. I installed the rsyslog-relp >> package and told rsyslog.conf to use it: >> >> # RELP Syslog Server: >> $ModLoad imrelp # provides RE

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread Mike Burger
> centos 6.4, setup to be syslog server. Doing remote syslog using tcp > works fine, so now want to add relp. I installed the rsyslog-relp > package and told rsyslog.conf to use it: > > # RELP Syslog Server: > $ModLoad imrelp # provides RELP syslog reception > $InputRELPServerRun 20514 > > when I

[CentOS] rsyslog not loading relp

2013-10-28 Thread Mauricio Tavares
centos 6.4, setup to be syslog server. Doing remote syslog using tcp works fine, so now want to add relp. I installed the rsyslog-relp package and told rsyslog.conf to use it: # RELP Syslog Server: $ModLoad imrelp # provides RELP syslog reception $InputRELPServerRun 20514 when I restart rsyslog