Displaying 2 results from an estimated 2 matches for "parse_option_buffer".
2007 Sep 22
0
dhclient: parse_option_buffer: option ... larger than buffer
Lately, I've been getting messages of the form
dhclient: parse_option_buffer: option unknown-177 (65) larger than
buffer.
from logcheck. dhclient has not been updated, so this is likely
a change in the configuration of my ISP.
As the logcheck maintainer, I now wonder what I should do with
those. In general, I tend to think that ignoring such warnings is
safe because the...
2012 Apr 16
1
dhcp annoyances
Well, googling has failed me. We've got a pxeboot setup, but we keep
getting, in the logs,
parse_option_buffer: malformed option dhcp.bootfile-name (code 67): option
length exceeds option buffer length. This is CentOS 6.2
The section for those machines that can pxeboot is:
group {
allow booting;
allow bootp;
filename "pxelinux.0";
option dhcp.bootfile-name "px...