I remember the #000. I think in the case that I remember, there was actually a NUL character written by the remote system. It may also be that a too-long message (off by one) is written in the output code. Maybe this is even a clue to the bug we are hunting.
You can remove them by turning off control character escaping - but that just a cosmetic fix, it doesn't fix the root issue, which we will need to look at. Rainer > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:rsyslog- > [EMAIL PROTECTED] On Behalf Of Raoul Bhatia [IPAX] > Sent: Thursday, September 13, 2007 12:32 PM > To: rsyslog-users > Subject: [rsyslog] some logged lines end with #000 > > hello, > > today i merged michael biebls debian package source rsyslog_1.19.3-1 > with the current upstream rsyslog-1.19.6.tar.gz. > > the compilation went smooth and i installed the package on a host where > there used to by klogd/sysklogd under debian etch. > > however, i noticed that now a lot of logged lines end with #000. > > it used to be: > > Sep 13 09:27:02 xxx heartbeat: [2454]: info: Configuration validated. > Starting heartbeat 2.1.2 > > Sep 13 09:27:02 xxx heartbeat: [2455]: info: heartbeat: version 2.1.2 > > Sep 13 09:27:02 xxx heartbeat: [2455]: info: Heartbeat generation: > 193 > > ... > > Sep 13 11:08:52 xxx apache[24790]: INFO: 11:08:52 > URL:http://localhost:80/server-status [1735/1735] -> "-" [1] > > Sep 13 11:09:02 xxx apache[24872]: INFO: 11:09:02 > URL:http://localhost:80/server-status [1735/1735] -> "-" [1] > > it now is: > > Sep 13 12:12:30 xxx heartbeat: [5096]: info: Configuration validated. > Starting heartbeat 2.1.2#000 > > Sep 13 12:12:30 xxx heartbeat: [5097]: info: heartbeat: version > 2.1.2#000 > > Sep 13 12:12:30 xxx heartbeat: [5097]: info: Heartbeat generation: > 194#000 > > ... > > Sep 13 12:28:35 xxx apache[18033]: INFO: 12:28:35 > URL:http://localhost:80/server-status [1728/1728] -> "-" [1] > > Sep 13 12:28:46 xxx apache[18243]: INFO: 12:28:46 > URL:http://localhost:80/server-status [1727/1727] -> "-" [1] > > you will find my configuration file attached. > do you have any ideas what might cause this behaviour? > > cheers, > raoul bhatia > -- > ____________________________________________________________________ > DI (FH) Raoul Bhatia M.Sc. email. [EMAIL PROTECTED] > Technischer Leiter > > IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at > Barawitzkagasse 10/2/2/11 email. [EMAIL PROTECTED] > 1190 Wien tel. +43 1 3670030 > FN 277995t HG Wien fax. +43 1 3670030 15 > ____________________________________________________________________ _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

