Molokanov kaN5300 Ilya wrote on 18-12-2006 17:05:
> Hello. I am small ISP admin from Russia. Sorry at first for my English.
No worries, I understood you just fine :-)
>
> <snip config>

> With such config i have some flood in my /var/log/debug like this:
>
> Dec 18 18:58:00 utm pptpd[29009]: GRE: accepting packet #45534
> Dec 18 18:58:00 utm pptpd[29009]: GRE: accepting packet #45535
>
> Ti avoid this i have to edit pptpgre.c:402
>
> syslog(LOG_DEBUG, "GRE: accepting packet #%d", seq);
>
> /*                      syslog(LOG_DEBUG, "GRE: accepting packet #%d",
> seq); */
>
> I am new in FreeBSD. So, maybe i do thomething wrong or, maybe i can
> make some patch to ur port?
It would be better to not include the debug level in your logfiles, to
save you some space.
You can do this by changing your syslog.conf. For exact syntax, consult
the syslog.conf(8) manpage.

Kind regards,

Nils

-- 
Those who desire to give up freedom in order to gain security, will not have, 
nor do they deserve, either one.

~Benjamin Franklin (American Statesman, Scientist, Philosopher, Printer, Writer 
and Inventor. 1706-1790)
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to