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
____________________________________________________________________
# Options to rsyslogd
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages recieved with -r
# See rsyslogd(8) for more details
RSYSLOGD_OPTIONS="-m 0"

# Options to rklogd
# -2 prints all kernel oops messages twice; once for klogd to decode, and
#    once for processing with 'ksymoops'
# -x disables all klogd processing of oops messages entirely
# See rklogd(8) for more details
RKLOGD_OPTIONS="-x"

#  /etc/rsyslog.conf    Configuration file for rsyslogd.
#
#                       For more information see 
#                       /usr/share/doc/rsyslog/html/rsyslog_conf.html

#
# First some standard logfiles.  Log by facility.
#

auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
#cron.*                         /var/log/cron.log
daemon.*                        -/var/log/daemon.log
kern.*                          -/var/log/kern.log
lpr.*                           -/var/log/lpr.log
mail.*                          -/var/log/mail.log
user.*                          -/var/log/user.log

#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info                       -/var/log/mail.info
mail.warn                       -/var/log/mail.warn
mail.err                        /var/log/mail.err

#
# Logging for INN news system
#
news.crit                       /var/log/news/news.crit
news.err                        /var/log/news/news.err
news.notice                     -/var/log/news/news.notice

#
# Some `catch-all' logfiles.
#
*.=debug;\
        auth,authpriv.none;\
        news.none;mail.none     -/var/log/debug
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/var/log/messages

#
# Emergencies are sent to everybody logged in.
#
*.emerg                         *

#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;\
#       news.=crit;news.=err;news.=notice;\
#       *.=debug;*.=info;\
#       *.=notice;*.=warn       /dev/tty8

# The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
# you must invoke `xconsole' with the `-file' option:
# 
#    $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
#      busy site..
#
daemon.*;mail.*;\
        news.err;\
        *.=debug;*.=info;\
        *.=notice;*.=warn       |/dev/xconsole
#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog

Reply via email to