[rsyslog] rsyslog 1.19.7 released
Patrick von der Hagen
hagen at rz.uni-karlsruhe.de
Tue Sep 25 15:39:14 CEST 2007
Am Dienstag, den 25.09.2007, 13:57 +0200 schrieb Rainer Gerhards:
> Patrick,
>
> you mean nothing was logged via UDP while local domain sockets and/or
> TCP still worked? I have to admit I am a bit puzzled...
I only use rsyslog for UDP-logging, so I can't comment on TCP or local
domain sockets. I usually run rsyslogd with "-r514" or "-4 -r514". The
only log-entries relate to startup or shutdown of rsyslog itself.
> Do you have a debug log at hand?
Let's start with compiler warnings. They are identical to 1.19.6, so
probably not related to the changed behaviour.
syslog.c: In function ‘writeSyslogV’:
syslog.c:98: warning: function might be possible candidate for ‘printf’
format attribute
syslog.c:98: warning: function might be possible candidate for ‘printf’
format attribute
template.c: In function ‘tplPrintList’:
template.c:927: warning: cast from pointer to integer of different size
modules.c: In function ‘modPrintList’:
modules.c:309: warning: cast from pointer to integer of different size
modules.c:310: warning: cast from pointer to integer of different size
modules.c:311: warning: cast from pointer to integer of different size
modules.c:312: warning: cast from pointer to integer of different size
modules.c:313: warning: cast from pointer to integer of different size
cfsysline.c: In function ‘dbgPrintCfSysLineHandlers’:
cfsysline.c:710: warning: cast from pointer to integer of different size
cfsysline.c:711: warning: cast from pointer to integer of different size
action.c: In function ‘actionDbgPrint’:
action.c:174: warning: cast from pointer to integer of different size
If I run "rsyslogd -r514 -4 -d" it prints something like this:
Successful select, descriptor count = 1, Activity on: 6
-1431504256: Listening on UDP syslogd socket 6 (IPv4/port 514).
-1431504256: ----------------------------------------
-1431504256: Calling select, active file descriptors (max 6): 3 6
-1431504256:
Successful select, descriptor count = 1, Activity on: 6
-1431504256: Listening on UDP syslogd socket 6 (IPv4/port 514).
-1431504256: ----------------------------------------
-1431504256: Calling select, active file descriptors (max 6): 3 6
-1431504256:
Successful select, descriptor count = 1, Activity on: 6
-1431504256: Listening on UDP syslogd socket 6 (IPv4/port 514).
-1431504256: ----------------------------------------
-1431504256: Calling select, active file descriptors (max 6): 3 6
-1431504256:
over and over again.
I'll sent you a complete output off-list.
--
CU,
Patrick.
More information about the rsyslog
mailing list