Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 02:34:58 -0800 (PST)
From:      Romain Griffiths <wid@epita.fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/31657: syslogd stop processing remote host log after a while
Message-ID:  <200110311034.f9VAYwZ31155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31657
>Category:       bin
>Synopsis:       syslogd stop processing remote host log after a while
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 02:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Romain Griffiths
>Release:        FreeBSD 4.4-RELEASE #0
>Organization:
EPITA
>Environment:
FreeBSD loghost 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001     murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386
>Description:
I have a loghost that log syslog message from 2 servers.
After a while (from few minutes to several hours) the syslogd on my loghost stop logging messages.
tcpdump show that servers still send syslog info to the loghost:
11:27:19.111707 ide.syslog > loghost.syslog:  udp 102
but nothing arrive to 
-rw-r--r--  1 root  wheel   18357 Oct 31 10:42 any.log

I have a bad-quality hub to link these machines.

>How-To-Repeat:
on loghost (10.0.0.10):
in rc.conf:
syslogd_flags="-4 -n -a 10.0.0.2 -a 10.0.0.1"
in syslog.conf:

+10.0.0.1					
*.*;security.none		/space1/log/ide/any.log
security.*			/space1/log/ide/security.log

+10.0.0.2					
*.*;mail.none			/space1/log/mail/any.log
mail.*				/space1/log/mail/mail.log

on 10.0.0.1 syslog.conf:
*.*				@10.0.0.10
on 10.0.0.2 syslog.conf:
*.*				@10.0.0.10

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110311034.f9VAYwZ31155>