On Thu, Apr 06, 2017 at 11:55:58AM +0800, Michael W. Bombardieri wrote:
> Hi,
>
> The code in "#if 0" has been disabled since revision 1.1.
> From what I see netbsd removed it too:
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/i386/trap.c.diff?r1=1.237&r2=1.238&sortby=date&only_with_tag=
On Fri, 07 Apr 2017 14:50:27 +0200, Alexander Bluhm wrote:
> I got feedback that on a TCP log server the TCP connections from
> the clients are spamming the log file. The log clients reconnect
> at every SIGHUP.
>
> The easy fix is to write these accept and close messages with debug
> priority,
Hi,
I got feedback that on a TCP log server the TCP connections from
the clients are spamming the log file. The log clients reconnect
at every SIGHUP.
The easy fix is to write these accept and close messages with debug
priority, then they can be turned on in syslog.conf. Default is
off.
An alt
On Thu, 06 Apr 2017 15:57:15 -0600 Todd C. Miller wrote:
> This was fixed after 6.0 came out.
Thanks Todd.