On 6/6/08, Lee Sharp <leesharp at hal dash pc dot org> wrote:
[snip]
> The never fill, but they scroll off other errors... My log is full of;
>
> Jun 6 02:12:13 dnsmasq[100]: reading /var/db/dhcpd.leases
> Jun 6 02:22:47 last message repeated 12 times
> Jun 6 02:31:56 last message repeated 2 times
> Jun 6 02:44:26 last message repeated 3 times
> Jun 6 02:53:28 last message repeated 5 times
> Jun 6 03:12:00 dnsmasq[100]: reading /var/db/dhcpd.leases
> Jun 6 03:16:06 dnsmasq[100]: reading /var/db/dhcpd.leases
[snip]
I believe we are using this patch in pfSense to help with that situation:
--- isc.c.old 2008-06-06 15:31:10.000000000 -0400
+++ isc.c 2008-06-06 15:31:17.000000000 -0400
@@ -90,7 +90,7 @@
return;
}
- my_syslog (LOG_INFO, _("reading %s"), daemon->lease_file);
+ //my_syslog (LOG_INFO, _("reading %s"), daemon->lease_file);
while ((next_token(token, MAXTOK, fp)))
{
Maybe you would find it useful, Manuel.
Regards,
Scott |