From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 14:17:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9772E16A4CE for ; Tue, 23 Nov 2004 14:17:51 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C8F43D41 for ; Tue, 23 Nov 2004 14:17:51 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6271 invoked from network); 23 Nov 2004 14:17:51 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Nov 2004 14:17:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6452A69; Tue, 23 Nov 2004 09:17:50 -0500 (EST) Sender: lowell@be-well.ilk.org To: Christopher Illies References: <20041122130834.GA73132@Klabautermann.ks.se> From: Lowell Gilbert Date: 23 Nov 2004 09:17:50 -0500 In-Reply-To: <20041122130834.GA73132@Klabautermann.ks.se> Message-ID: <44r7mkfy41.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: annoying dhclient error messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 14:17:51 -0000 Christopher Illies writes: > I recently installed FreeBSD 5.3 on my desktop at work. DHCP was > configured with sysinstall (/etc/rc.conf: ifconfig_fxp0="DHCP"), and > /etc/dhclient.conf is empty. In fact I do have a good network > connection. The problem is that I get the following annoying error > messages about every two to five minutes: > > Nov 13 13:43:59 Klabautermann dhclient: slp-directory-agent: 4 extra > bytes at end of array > Nov 13 13:43:59 Klabautermann last message repeated 2 times > Nov 13 13:43:59 Klabautermann dhclient: parse_option_param: Bad format > a > Nov 13 13:46:26 Klabautermann dhclient: slp-directory-agent: 4 extra > bytes at end of array > Nov 13 13:46:26 Klabautermann last message repeated 2 times > Nov 13 13:46:26 Klabautermann dhclient: parse_option_param: Bad format > a > > These messages are more a nuisance than anything else, still I would > like to get rid of them. I updated the system last week (tag=RELENG_5), > but that did not help. Interestingly, I do not see these messages when > running Debian GNU/Linux on the very same computer. Google did not > reveal anything helpful. This really does look like the server is sending out some bad parameters. Probably you were using a different DHCP client on Linux. I'd suggest just changing the syslog configuration to filter those into a new log file, and block them from the console. Remember to check the file once in a while.