just a quick look: the file name is always "dbq" and that will quickly result
in an abort when actions go to the queue. Make sure the file names are
different. Could be the source of your problem, but not sure...

Rainer

> -----Original Message-----
> From: [email protected] [mailto:rsyslog-
> [email protected]] On Behalf Of Miguel Angel Nieto
> Sent: Wednesday, November 04, 2009 3:01 PM
> To: rsyslog-users
> Subject: Re: [rsyslog] computer hang-up and WorkDirectory
> 
> $ModLoad immark.so # provides --MARK-- message capability
> $ModLoad imuxsock.so # provides support for local system logging (e.g.
> via logger command)
> $ModLoad imklog.so # kernel logging (formerly provided by rklogd)
> 
> $WorkDirectory /var/log/queue
> $MainMsgQueueFileName mainq
> 
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "TVC" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "TVB" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "TTD" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "KCD" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "LPT" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "ABT" @@10.10.0.100
> & ~
> $ActionQueueType LinkedList
> $ActionQueueFileName dbq
> $ActionQueueMaxDiskSpace 1g
> $ActionQueueSaveOnShutdown on
> $ActionResumeRetryCount -1
> :msg, contains, "XET" @@10.10.0.100
> & ~
> 
> *.*                                                   /var/log/syslog
> kern.*                                                 /dev/console
> *.info;mail.none;authpriv.none;cron.none                -
> /var/log/messages
> authpriv.*                                              /var/log/secure
> mail.*                                                  -
> /var/log/maillog
> cron.*                                                  -/var/log/cron
> uucp,news.crit                                          -
> /var/log/spooler
> local7.*
> /var/log/boot.log
> 
> 
> 2009/11/4  <[email protected]>:
> > On Wed, 4 Nov 2009, Miguel Angel Nieto wrote:
> >
> >> I have a problem with the attached client-configuration. When I stop
> >> the server, the client computer hangs-up some minutes later and
> didn't
> >> write logs on $WorkDirectory /var/log/queue.
> >
> > this list strips attachments, please re-send with the config in the
> body of
> > the message.
> >
> > david Lang
> > _______________________________________________
> > rsyslog mailing list
> > http://lists.adiscon.net/mailman/listinfo/rsyslog
> > http://www.rsyslog.com
> >
> > _______________________________________________
> > rsyslog mailing list
> > http://lists.adiscon.net/mailman/listinfo/rsyslog
> > http://www.rsyslog.com
> >
> >
> 
> 
> 
> --
> Lo que haría sería hacerme pasar por sordomudo y así no tendría que
> hablar. Si querían decirme algo, tendrían que escribirlo en un
> papelito y enseñármelo. Al final se hartarían y ya no tendría que
> hablar el resto de mi vida.
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to