Hello,
i noticed that rsyslog sometimes hangs at startup.
i'm using rsyslog 5.8.6 64bit on RHEL5 and the attached config.
i think, it happens when the network is stopped before rsyslogd and rsyslog
spooled messages to
disk, but i'm not sure.
i managed to get an debug log and rsyslogd hangs at
6822.575991000:42648940: entering actionCalldoAction(), state: itx
6822.576008000:42648940: 10.10.0.254
6822.576039000:42648940: caller requested object 'nsd_ptcp', not found (iRet
-3003)
6822.576063000:42648940: Requested to load module 'lmnsd_ptcp'
<hang>
i've attached the complete debug log.
the requested module is where all the other modules (which have been loaded
without problems) are:
# ls -l /lib64/rsyslog/
total 572
-rwxr-xr-x 1 root root 15368 Oct 24 21:08 imfile.so
-rwxr-xr-x 1 root root 27152 Oct 24 21:08 imklog.so
-rwxr-xr-x 1 root root 6392 Oct 24 21:08 immark.so
-rwxr-xr-x 1 root root 11000 Oct 24 21:08 imtcp.so
-rwxr-xr-x 1 root root 15136 Oct 24 21:08 imudp.so
-rwxr-xr-x 1 root root 328200 Oct 24 21:08 imuxsock.so
-rwxr-xr-x 1 root root 22808 Oct 24 21:08 lmnet.so
-rwxr-xr-x 1 root root 15960 Oct 24 21:08 lmnetstrms.so
-rwxr-xr-x 1 root root 24248 Oct 24 21:08 lmnsd_ptcp.so
-rwxr-xr-x 1 root root 6056 Oct 24 21:08 lmregexp.so
-rwxr-xr-x 1 root root 20240 Oct 24 21:08 lmstrmsrv.so
-rwxr-xr-x 1 root root 10152 Oct 24 21:08 lmtcpclt.so
-rwxr-xr-x 1 root root 24768 Oct 24 21:08 lmtcpsrv.so
-rwxr-xr-x 1 root root 6056 Oct 24 21:08 lmzlibw.so
-rwxr-xr-x 1 root root 10312 Oct 24 21:08 omruleset.so
-rwxr-xr-x 1 root root 10152 Oct 24 21:08 omtesting.so
any idea what's going wrong?
regards,
-ap
# default template
$ActionForwardDefaultTemplate RSYSLOG_ForwardFormat
# default location for work (spool) files
$WorkDirectory /var/spool/rsyslog
# use asynchronous processing
$ActionQueueType LinkedList
# max. size of spool directory
$ActionQueueMaxDiskSpace 1024m
#$ActionQueueHighWatermark 100
#$ActionQueueLowWatermark 10
$ActionQueueCheckpointInterval 10
# set file name, also enables disk mode
$ActionQueueFileName forward
$ActionQueueMaxFileSize 1m
# infinite retries on insert failure
$ActionResumeRetryCount -1
# save in-memory data if rsyslog shuts down
$ActionQueueSaveOnShutdown on
# send all to forwarder
$ActionWriteAllMarkMessages on
*.* @@10.10.0.254:514;RSYSLOG_ForwardFormat
# load module
$ModLoad imfile
# check for new lines every 10 seconds
$InputFilePollInterval 10
# audit
#$InputFileName /var/log/audit/audit.log
#$InputFileTag linux-audit:
#$InputFileStateFile linux-audit
#$InputFilePersistStateInterval 10
#$InputFileSeverity info
#$InputFileFacility local6
#$InputRunFileMonitor
# audit
$InputFileName /var/log/test.log
$InputFileTag test:
$InputFileStateFile test
$InputFilePersistStateInterval 10
$InputFileSeverity info
$InputFileFacility local6
$InputRunFileMonitor
# Loading modules
$ModLoad imuxsock
$ModLoad imklog
$ModLoad immark
$MarkMessagePeriod 1200
$SystemLogRateLimitInterval 0
# default template
$ActionFileDefaultTemplate RSYSLOG_FileFormat
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.*
/dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none;local6.none;local0.none
/var/log/messages
# The authpriv file has restricted access.
authpriv.*
/var/log/secure
# Log all the mail messages in one place.
mail.*
-/var/log/mail
# Log cron stuff
cron.*
/var/log/cron
# Everybody gets emergency messages
*.emerg *
# Save news errors of level crit and higher in a special file.
uucp,news.crit
/var/log/spooler
# Save boot messages also to boot.log
local7.*
/var/log/boot
# include additional configs
$IncludeConfig /etc/rsyslog.d/*.conf
6821.787347000:2b38ea12c320: rsyslogd 5.8.6 startup, compatibility mode 5,
module path '', cwd:/
6821.787792000:2b38ea12c320: caller requested object 'net', not found (iRet
-3003)
6821.787831000:2b38ea12c320: Requested to load module 'lmnet'
6821.787838000:2b38ea12c320: loading module '/lib64/rsyslog/lmnet.so'
6821.794209000:2b38ea12c320: module of type 2 being loaded.
6821.794217000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.794237000:2b38ea12c320: source file conf.c requested reference for module
'lmnet', reference count now 1
6821.794304000:2b38ea12c320: rsyslog runtime initialized, version 5.8.6,
current users 1
6821.794442000:2b38ea12c320: source file syslogd.c requested reference for
module 'lmnet', reference count now 2
6821.808893000:2b38ea12c320: GenerateLocalHostName uses 'gold-centos5-x86_64'
6821.808935000:2b38ea12c320: omfile: using transactional output interface.
6821.808996000:2b38ea12c320: module of type 1 being loaded.
6821.809024000:2b38ea12c320: module of type 1 being loaded.
6821.809032000:2b38ea12c320: entry point 'beginTransaction' not present in
module
6821.809036000:2b38ea12c320: entry point 'endTransaction' not present in module
6821.809059000:2b38ea12c320: source file omfwd.c requested reference for module
'lmnet', reference count now 3
6821.809072000:2b38ea12c320: module of type 1 being loaded.
6821.809075000:2b38ea12c320: entry point 'doHUP' not present in module
6821.809078000:2b38ea12c320: entry point 'beginTransaction' not present in
module
6821.809080000:2b38ea12c320: entry point 'endTransaction' not present in module
6821.809084000:2b38ea12c320: module of type 1 being loaded.
6821.809088000:2b38ea12c320: entry point 'doHUP' not present in module
6821.809090000:2b38ea12c320: entry point 'beginTransaction' not present in
module
6821.809093000:2b38ea12c320: entry point 'endTransaction' not present in module
6821.809103000:2b38ea12c320: module of type 1 being loaded.
6821.809107000:2b38ea12c320: entry point 'doHUP' not present in module
6821.809110000:2b38ea12c320: entry point 'beginTransaction' not present in
module
6821.809112000:2b38ea12c320: entry point 'endTransaction' not present in module
6821.809116000:2b38ea12c320: module of type 1 being loaded.
6821.809120000:2b38ea12c320: entry point 'doHUP' not present in module
6821.809122000:2b38ea12c320: entry point 'beginTransaction' not present in
module
6821.809125000:2b38ea12c320: entry point 'endTransaction' not present in module
6821.809138000:2b38ea12c320: rfc5424 parser init called
6821.809141000:2b38ea12c320: GetParserName addr 0x2b38e8f21420
6821.809143000:2b38ea12c320: module of type 3 being loaded.
6821.809151000:2b38ea12c320: Parser 'rsyslog.rfc5424' added to list of
available parsers.
6821.809156000:2b38ea12c320: rfc3164 parser init called
6821.809159000:2b38ea12c320: module of type 3 being loaded.
6821.809167000:2b38ea12c320: Parser 'rsyslog.rfc3164' added to list of
available parsers.
6821.809170000:2b38ea12c320: Parser 'rsyslog.rfc5424' added to default parser
set.
6821.809173000:2b38ea12c320: Parser 'rsyslog.rfc3164' added to default parser
set.
6821.809183000:2b38ea12c320: rsyslog standard file format strgen init called,
compiled with version 5.8.6
6821.809186000:2b38ea12c320: module of type 4 being loaded.
6821.809188000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.809193000:2b38ea12c320: Strgen 'RSYSLOG_FileFormat' added to list of
available strgens.
6821.809196000:2b38ea12c320: traditional file format strgen init called,
compiled with version 5.8.6
6821.809198000:2b38ea12c320: module of type 4 being loaded.
6821.809200000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.809203000:2b38ea12c320: Strgen 'RSYSLOG_TraditionalFileFormat' added to
list of available strgens.
6821.809206000:2b38ea12c320: rsyslog standard (network) forward format strgen
init called, compiled with version 5.8.6
6821.809209000:2b38ea12c320: module of type 4 being loaded.
6821.809211000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.809214000:2b38ea12c320: Strgen 'RSYSLOG_ForwardFormat' added to list of
available strgens.
6821.809217000:2b38ea12c320: rsyslog traditional (network) forward format
strgen init called, compiled with version 5.8.6
6821.809219000:2b38ea12c320: module of type 4 being loaded.
6821.809222000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.809231000:2b38ea12c320: Strgen 'RSYSLOG_TraditionalForwardFormat' added to
list of available strgens.
6821.809306000:2b38ea12c320: deque option n, optarg ''
6821.809310000:2b38ea12c320: deque option f, optarg '/etc/rsyslog.conf'
6821.809327000:2b38ea12c320: Writing pidfile /var/run/syslogd.pid.
6821.979455000:2b38ea12c320: template bound to strgen 'RSYSLOG_FileFormat'
6821.979473000:2b38ea12c320: template bound to strgen
'RSYSLOG_TraditionalFileFormat'
6821.979489000:2b38ea12c320: template bound to strgen 'RSYSLOG_ForwardFormat'
6821.979492000:2b38ea12c320: template bound to strgen
'RSYSLOG_TraditionalForwardFormat'
6821.979527000:2b38ea12c320: rsyslog 5.8.6 - called init()
6821.986198000:2b38ea12c320: cfline: '$ModLoad imuxsock'
6821.986235000:2b38ea12c320: Requested to load module 'imuxsock'
6821.986239000:2b38ea12c320: loading module '/lib64/rsyslog/imuxsock.so'
6821.987931000:2b38ea12c320: imuxsock version 5.8.6 initializing
6821.988080000:2b38ea12c320: module of type 0 being loaded.
6821.988108000:2b38ea12c320: cfline: '$ModLoad imklog'
6821.988116000:2b38ea12c320: Requested to load module 'imklog'
6821.988120000:2b38ea12c320: loading module '/lib64/rsyslog/imklog.so'
6821.988668000:2b38ea12c320: module of type 0 being loaded.
6821.988672000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.988680000:2b38ea12c320: cfline: '$ModLoad immark'
6821.988684000:2b38ea12c320: Requested to load module 'immark'
6821.988687000:2b38ea12c320: loading module '/lib64/rsyslog/immark.so'
6821.989033000:2b38ea12c320: module of type 0 being loaded.
6821.989048000:2b38ea12c320: cfline: '$MarkMessagePeriod 1200'
6821.989057000:2b38ea12c320: cfline: '$SystemLogRateLimitInterval 0'
6821.989071000:2b38ea12c320: cfline: '$ActionFileDefaultTemplate
RSYSLOG_FileFormat'
6821.989080000:2b38ea12c320: doGetWord: get newval 'RSYSLOG_FileFormat' (len
18), hdlr (nil)
6821.989088000:2b38ea12c320: cfline:
'*.info;mail.none;authpriv.none;cron.none;local6.none;local0.none
/var/log/messages'
6821.989098000:2b38ea12c320: - traditional PRI filter
6821.989100000:2b38ea12c320: symbolic name: info ==> 6
6821.989104000:2b38ea12c320: symbolic name: none ==> 16
6821.989108000:2b38ea12c320: symbolic name: mail ==> 16
6821.989111000:2b38ea12c320: symbolic name: none ==> 16
6821.989114000:2b38ea12c320: symbolic name: authpriv ==> 80
6821.989117000:2b38ea12c320: symbolic name: none ==> 16
6821.989120000:2b38ea12c320: symbolic name: cron ==> 72
6821.989123000:2b38ea12c320: symbolic name: none ==> 16
6821.989126000:2b38ea12c320: symbolic name: local6 ==> 176
6821.989129000:2b38ea12c320: symbolic name: none ==> 16
6821.989132000:2b38ea12c320: symbolic name: local0 ==> 128
6821.989337000:2b38ea12c320: file stream messages params: flush interval 0,
async write 0
6821.989344000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989349000:2b38ea12c320: Module builtin-file processed this config line.
6821.989384000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989405000:2b38ea12c320: action 1 queue: save on shutdown 1, max disk space
allowed 0
6821.989434000:2b38ea12c320: action 1 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989440000:2b38ea12c320: Action 0x2b39022aa5f0: queue 0x2b39022aa6e0 created
6821.989448000:2b38ea12c320: cfline: 'authpriv.*
/var/log/secure'
6821.989452000:2b38ea12c320: selector line successfully processed
6821.989456000:2b38ea12c320: - traditional PRI filter
6821.989460000:2b38ea12c320: symbolic name: * ==> 255
6821.989465000:2b38ea12c320: symbolic name: authpriv ==> 80
6821.989490000:2b38ea12c320: file stream secure params: flush interval 0, async
write 0
6821.989510000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989515000:2b38ea12c320: Module builtin-file processed this config line.
6821.989520000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989526000:2b38ea12c320: action 2 queue: save on shutdown 1, max disk space
allowed 0
6821.989533000:2b38ea12c320: action 2 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989538000:2b38ea12c320: Action 0x2b39022ab210: queue 0x2b39022ab320 created
6821.989544000:2b38ea12c320: cfline: 'mail.*
-/var/log/mail'
6821.989547000:2b38ea12c320: selector line successfully processed
6821.989555000:2b38ea12c320: - traditional PRI filter
6821.989558000:2b38ea12c320: symbolic name: * ==> 255
6821.989562000:2b38ea12c320: symbolic name: mail ==> 16
6821.989577000:2b38ea12c320: file stream mail params: flush interval 0, async
write 0
6821.989580000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989582000:2b38ea12c320: Module builtin-file processed this config line.
6821.989585000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989597000:2b38ea12c320: action 3 queue: save on shutdown 1, max disk space
allowed 0
6821.989602000:2b38ea12c320: action 3 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989605000:2b38ea12c320: Action 0x2b39022abea0: queue 0x2b39022abfb0 created
6821.989608000:2b38ea12c320: cfline: 'cron.*
/var/log/cron'
6821.989611000:2b38ea12c320: selector line successfully processed
6821.989613000:2b38ea12c320: - traditional PRI filter
6821.989615000:2b38ea12c320: symbolic name: * ==> 255
6821.989618000:2b38ea12c320: symbolic name: cron ==> 72
6821.989638000:2b38ea12c320: file stream cron params: flush interval 0, async
write 0
6821.989641000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989644000:2b38ea12c320: Module builtin-file processed this config line.
6821.989647000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989650000:2b38ea12c320: action 4 queue: save on shutdown 1, max disk space
allowed 0
6821.989654000:2b38ea12c320: action 4 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989657000:2b38ea12c320: Action 0x2b39022acaf0: queue 0x2b39022acc30 created
6821.989660000:2b38ea12c320: cfline: '*.emerg
*'
6821.989663000:2b38ea12c320: selector line successfully processed
6821.989665000:2b38ea12c320: - traditional PRI filter
6821.989667000:2b38ea12c320: symbolic name: emerg ==> 0
6821.989671000:2b38ea12c320: tried selector action for builtin-file: -2001
6821.989673000:2b38ea12c320: tried selector action for builtin-pipe: -2001
6821.989676000:2b38ea12c320: tried selector action for builtin-fwd: -2001
6821.989679000:2b38ea12c320: tried selector action for builtin-shell: -2001
6821.989682000:2b38ea12c320: tried selector action for builtin-discard: -2001
6821.989693000:2b38ea12c320: write-alltried selector action for builtin-usrmsg: 0
6821.989697000:2b38ea12c320: Module builtin-usrmsg processed this config line.
6821.989701000:2b38ea12c320: template: ' WallFmt' assigned
6821.989704000:2b38ea12c320: action 5 queue: save on shutdown 1, max disk space
allowed 0
6821.989708000:2b38ea12c320: action 5 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989711000:2b38ea12c320: Action 0x2b39022ad0e0: queue 0x2b39022ad1f0 created
6821.989715000:2b38ea12c320: cfline: 'uucp,news.crit
/var/log/spooler'
6821.989717000:2b38ea12c320: selector line successfully processed
6821.989720000:2b38ea12c320: - traditional PRI filter
6821.989722000:2b38ea12c320: symbolic name: crit ==> 2
6821.989725000:2b38ea12c320: symbolic name: uucp ==> 64
6821.989728000:2b38ea12c320: symbolic name: news ==> 56
6821.989738000:2b38ea12c320: file stream spooler params: flush interval 0,
async write 0
6821.989741000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989743000:2b38ea12c320: Module builtin-file processed this config line.
6821.989746000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989758000:2b38ea12c320: action 6 queue: save on shutdown 1, max disk space
allowed 0
6821.989763000:2b38ea12c320: action 6 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989766000:2b38ea12c320: Action 0x2b39022add90: queue 0x2b39022ade80 created
6821.989770000:2b38ea12c320: cfline: 'local7.*
/var/log/boot'
6821.989772000:2b38ea12c320: selector line successfully processed
6821.989774000:2b38ea12c320: - traditional PRI filter
6821.989777000:2b38ea12c320: symbolic name: * ==> 255
6821.989780000:2b38ea12c320: symbolic name: local7 ==> 184
6821.989795000:2b38ea12c320: file stream boot params: flush interval 0, async
write 0
6821.989798000:2b38ea12c320: tried selector action for builtin-file: 0
6821.989800000:2b38ea12c320: Module builtin-file processed this config line.
6821.989803000:2b38ea12c320: template: 'RSYSLOG_FileFormat' assigned
6821.989807000:2b38ea12c320: action 7 queue: save on shutdown 1, max disk space
allowed 0
6821.989811000:2b38ea12c320: action 7 queue: type 3, enq-only 0, disk assisted
0, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 970, light delay
700, deq batch size 16 starting
6821.989814000:2b38ea12c320: Action 0x2b39022ae9c0: queue 0x2b39022aeb00 created
6821.989817000:2b38ea12c320: cfline: '$IncludeConfig /etc/rsyslog.d/*.conf'
6821.990267000:2b38ea12c320: requested to include config file
'/etc/rsyslog.d/forwarder.conf'
6821.990478000:2b38ea12c320: cfline: '$ActionForwardDefaultTemplate
RSYSLOG_ForwardFormat'
6821.990498000:2b38ea12c320: doGetWord: get newval 'RSYSLOG_ForwardFormat' (len
21), hdlr (nil)
6821.990506000:2b38ea12c320: cfline: '$WorkDirectory /var/spool/rsyslog'
6821.990511000:2b38ea12c320: doGetWord: get newval '/var/spool/rsyslog' (len
18), hdlr 0x2b38e8f242e0
6821.990521000:2b38ea12c320: cfline: '$ActionQueueType LinkedList'
6821.990527000:2b38ea12c320: doGetWord: get newval 'LinkedList' (len 10), hdlr
0x2b38e8f44a00
6821.990531000:2b38ea12c320: action queue type set to LINKEDLIST
6821.990537000:2b38ea12c320: cfline: '$ActionQueueMaxDiskSpace 1024m'
6821.990543000:2b38ea12c320: cfline: '$ActionQueueCheckpointInterval 10'
6821.990549000:2b38ea12c320: cfline: '$ActionQueueFileName forward'
6821.990555000:2b38ea12c320: doGetWord: get newval 'forward' (len 7), hdlr (nil)
6821.990559000:2b38ea12c320: cfline: '$ActionQueueMaxFileSize 1m'
6821.990565000:2b38ea12c320: cfline: '$ActionResumeRetryCount -1'
6821.990573000:2b38ea12c320: cfline: '$ActionQueueSaveOnShutdown on'
6821.990579000:2b38ea12c320: cfline: '$ActionWriteAllMarkMessages on'
6821.990585000:2b38ea12c320: cfline: '*.*
@@10.10.0.254:514;RSYSLOG_ForwardFormat'
6821.990590000:2b38ea12c320: - traditional PRI filter
6821.990594000:2b38ea12c320: symbolic name: * ==> 255
6821.990602000:2b38ea12c320: tried selector action for builtin-file: -2001
6821.990606000:2b38ea12c320: tried selector action for builtin-pipe: -2001
6821.990613000:2b38ea12c320: caller requested object 'netstrms', not found
(iRet -3003)
6821.990645000:2b38ea12c320: Requested to load module 'lmnetstrms'
6821.990653000:2b38ea12c320: loading module '/lib64/rsyslog/lmnetstrms.so'
6821.991183000:2b38ea12c320: doing nsselClassInit
6821.991188000:2b38ea12c320: doing nspollClassInit
6821.991192000:2b38ea12c320: module of type 2 being loaded.
6821.991195000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.991207000:2b38ea12c320: source file omfwd.c requested reference for module
'lmnetstrms', reference count now 1
6821.991211000:2b38ea12c320: source file omfwd.c requested reference for module
'lmnetstrms', reference count now 2
6821.991214000:2b38ea12c320: caller requested object 'tcpclt', not found (iRet
-3003)
6821.991217000:2b38ea12c320: Requested to load module 'lmtcpclt'
6821.991220000:2b38ea12c320: loading module '/lib64/rsyslog/lmtcpclt.so'
6821.991600000:2b38ea12c320: module of type 2 being loaded.
6821.991606000:2b38ea12c320: entry point 'isCompatibleWithFeature' not present
in module
6821.991612000:2b38ea12c320: source file omfwd.c requested reference for module
'lmtcpclt', reference count now 1
6821.991635000:2b38ea12c320: tried selector action for builtin-fwd: 0
6821.991638000:2b38ea12c320: Module builtin-fwd processed this config line.
6821.991643000:2b38ea12c320: template: 'RSYSLOG_ForwardFormat' assigned
6821.991648000:2b38ea12c320: action 8 queue: save on shutdown 1, max disk space
allowed 1073741824
6821.991651000:2b38ea12c320: action 8 queue: is disk-assisted, disk will be
used on demand
6821.991660000:2b38ea12c320: action 8 queue: type 1, enq-only 0, disk assisted
1, maxFileSz 1048576, lqsize 0, pqsize 0, child 0, full delay 400, light delay
700, deq batch size 16 starting
6821.991666000:2b38ea12c320: action 8 queue:Reg: finalizing construction of
worker thread pool
6821.991669000:2b38ea12c320: action 8 queue:Reg/w0: finalizing construction of
worker instance data
6821.991685000:2b38ea12c320: action 8 queue:DAwpool: finalizing construction of
worker thread pool
6821.991688000:2b38ea12c320: action 8 queue:DAwpool/w0: finalizing construction
of worker instance data
6821.991692000:2b38ea12c320: action 8 queue[DA]: I am a child
6821.991699000:2b38ea12c320: file stream /var/spool/rsyslog/forward.qi params:
flush interval 0, async write 0
6821.991725000:2b38ea12c320: file '/var/spool/rsyslog/forward.qi' opened as #5
with mode 384
6821.993687000:2b38ea12c320: strm 0x2b39022b18d0: opened file
'/var/spool/rsyslog/forward.qi' for READ as 5
6821.993875000:2b38ea12c320: strm 0x2b39022b18d0: file 5 read 495 bytes
6821.993911000:2b38ea12c320: file stream forward params: flush interval 0,
async write 0
6821.993958000:2b38ea12c320: file stream forward params: flush interval 0,
async write 0
6821.993978000:2b38ea12c320: file stream forward params: flush interval 0,
async write 0
6821.993999000:2b38ea12c320: file '/var/spool/rsyslog/forward.00000005' opened
as #6 with mode 384
6822.332619000:2b38ea12c320: strm 0x2b39022b2c70: opened file
'/var/spool/rsyslog/forward.00000005' for WRITE as 6
6822.332624000:2b38ea12c320: strm 0x2b39022b2c70: file 6 seek, pos 617267
6822.332639000:2b38ea12c320: file '/var/spool/rsyslog/forward.00000005' opened
as #7 with mode 384
6822.571381000:2b38ea12c320: strm 0x2b39022b3ff0: opened file
'/var/spool/rsyslog/forward.00000005' for READ as 7
6822.571385000:2b38ea12c320: strm 0x2b39022b3ff0: file 7 seek, pos 8111
6822.571397000:2b38ea12c320: file '/var/spool/rsyslog/forward.00000005' opened
as #8 with mode 384
6822.575016000:2b38ea12c320: strm 0x2b39022b5220: opened file
'/var/spool/rsyslog/forward.00000005' for READ as 8
6822.575019000:2b38ea12c320: strm 0x2b39022b5220: file 8 seek, pos 8111
6822.575027000:2b38ea12c320: strm 0x2b39022b18d0: file
5(/var/spool/rsyslog/forward.qi) closing
6822.575034000:2b38ea12c320: action 8 queue[DA]: type 2, enq-only 0, disk
assisted 0, maxFileSz 1048576, lqsize 1337, pqsize 1337, child 1, full delay 0,
light delay 0, deq batch size 8 starting
6822.575045000:2b38ea12c320: action 8 queue[DA]:Reg: finalizing construction of
worker thread pool
6822.575049000:2b38ea12c320: action 8 queue[DA]:Reg/w0: finalizing construction
of worker instance data
6822.575052000:2b38ea12c320: action 8 queue[DA]: queue finished initialization
6822.575055000:2b38ea12c320: action 8 queue[DA]:Reg: high activity - starting 1
additional worker thread(s).
6822.575161000:2b38ea12c320: action 8 queue[DA]:Reg: started with state 0, num
workers now 1
6822.575172000:2b38ea12c320: action 8 queue: DA queue initialized, disk queue
0x2b39022b15e0
6822.575179000:2b38ea12c320: action 8 queue: queue finished initialization
6822.575185000:2b38ea12c320: Action 0x2b39022b05a0: queue 0x2b39022b06b0 created
6822.575215000:2b38ea12c320: selector line successfully processed
6822.575252000:2b38ea12c320: requested to include config file
'/etc/rsyslog.d/pickup.conf'
6822.575331000:42648940: we deleted 0 objects and enqueued 0 objects
6822.575336000:42648940: delete batch from store, new sizes: log 1337, phys 1337
6822.575538000:2b38ea12c320: cfline: '$ModLoad imfile'
6822.575553000:2b38ea12c320: Requested to load module 'imfile'
6822.575561000:2b38ea12c320: loading module '/lib64/rsyslog/imfile.so'
6822.575624000:42648940: strm 0x2b39022b5220: file 8 read 4096 bytes
6822.575788000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575795000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575817000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575820000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575838000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575840000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575857000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575860000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575889000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575892000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575908000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575911000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575926000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575928000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575943000:42648940: MsgSetTAG in: len 7, pszBuf: logger:
6822.575946000:42648940: MsgSetTAG exit: pMsg->iLenTAG 7, pMsg->TAG.szBuf:
logger:
6822.575984000:42648940: XXXXX: tryDoAction 0x2b39022b05a0, pnElem 8, nElem 8
6822.575988000:42648940: Action 0x2b39022b05a0 transitioned to state: itx
6822.575991000:42648940: entering actionCalldoAction(), state: itx
6822.576008000:42648940: 10.10.0.254
6822.576039000:42648940: caller requested object 'nsd_ptcp', not found (iRet
-3003)
6822.576063000:42648940: Requested to load module 'lmnsd_ptcp'
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com