Mailing List Archive

Rsyslog and RFC3195D error
Hi,

I installed rsylog version 1.12.2 and the syslog daemon starts at the
specified port at 514

I am running rsyslogd with the following options

# rsyslogd -a:/dev/log3195
and then I start rfc3195d daemon it start and I am able to listen at 601
port
[root@<servername>root]# netstat -anp | grep 601
tcp 0 0 0.0.0.0:601 0.0.0.0:* LISTEN 1709/rfc3195d

I have event reported configured on the remote server for sending
events.
syslog server < server ip address>
syslog port 601
Protocol type tcp

Now when I try to generate an event i.e.by giving a wrong password.

I get the following error and rfc3195 daemon dies.
[root at servername root]# rfc3195d: stringbuf.c:243: sbStrBAppendChar:
Assertion `pThis != ((void *)0)' failed.

[1]+ Aborted rfc3195d

In the /etc/rsyslog.conf file I have specified the
*.* /var/log/messages;RFC3195fmt



Thanks and Regards
__________________
Ashutosh Kaul
Rsyslog and RFC3195D error [ In reply to ]
Hi,

I have taken this on the forum:

http://www.rsyslog.com/index.php?name=PNphpBB2&file=viewtopic&p=469#469

Rainer

> -----Original Message-----
> From: rsyslog-bounces at lists.adiscon.com
> [mailto:rsyslog-bounces at lists.adiscon.com] On Behalf Of Kaul, Ashutosh
> Sent: Friday, October 06, 2006 5:01 PM
> To: rsyslog at lists.adiscon.com
> Subject: [rsyslog] Rsyslog and RFC3195D error
>
> Hi,
>
> I installed rsylog version 1.12.2 and the syslog daemon starts at the
> specified port at 514
>
> I am running rsyslogd with the following options
>
> # rsyslogd -a:/dev/log3195
> and then I start rfc3195d daemon it start and I am able to
> listen at 601
> port
> [root@<servername>root]# netstat -anp | grep 601
> tcp 0 0 0.0.0.0:601 0.0.0.0:* LISTEN 1709/rfc3195d
>
> I have event reported configured on the remote server for sending
> events.
> syslog server < server ip address>
> syslog port 601
> Protocol type tcp
>
> Now when I try to generate an event i.e.by giving a wrong password.
>
> I get the following error and rfc3195 daemon dies.
> [root at servername root]# rfc3195d: stringbuf.c:243: sbStrBAppendChar:
> Assertion `pThis != ((void *)0)' failed.
>
> [1]+ Aborted rfc3195d
>
> In the /etc/rsyslog.conf file I have specified the
> *.* /var/log/messages;RFC3195fmt
>
>
>
> Thanks and Regards
> __________________
> Ashutosh Kaul
>
>
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
>