From owner-freebsd-isp@FreeBSD.ORG Thu Jul 6 12:17:24 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1684516A4DE for ; Thu, 6 Jul 2006 12:17:24 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from rune.pobox.com (rune.pobox.com [208.210.124.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4F043D64 for ; Thu, 6 Jul 2006 12:17:20 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from rune (localhost [127.0.0.1]) by rune.pobox.com (Postfix) with ESMTP id 5F0F478905; Thu, 6 Jul 2006 08:17:41 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id 1BC921CBA4; Thu, 6 Jul 2006 08:17:39 -0400 (EDT) Received: from lists by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FySnE-0008Nl-Cv; Thu, 06 Jul 2006 13:17:16 +0100 Date: Thu, 6 Jul 2006 13:17:16 +0100 From: Brian Candler To: Keith Woodworth Message-ID: <20060706121716.GA32208@uk.tiscali.com> References: <20060705172226.I72183@pop.citytel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060705172226.I72183@pop.citytel.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-isp@freebsd.org Subject: Re: DHCP error. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:17:24 -0000 On Wed, Jul 05, 2006 at 05:33:21PM -0700, Keith Woodworth wrote: > Jul 4 10:00:00 netreg dhcpd: unable to create icmp socket: Operation not > permitted > Jul 4 10:00:00 netreg dhcpd: Can't open /var/db/dhcpd.leases for append. You are running dhcpd as root, aren't you? It's just that: > From: Cron /usr/libexec/save-entropy > > Internet Systems Consortium DHCP Server V3.0.4 > Copyright 2004-2006 Internet Systems Consortium. > All rights reserved. > For info, please visit http://www.isc.org/sw/dhcp/ > unable to create icmp socket: Operation not permitted > Can't open /var/db/dhcpd.leases for append. It seems that this cronjob is running as user 'operator'. But why would /usr/libexec/save-entropy be invoking the DHCP server? I can only guess that the filesystem is seriously toasted. Perhaps you should reinstall from scratch, and using a fresh CD-ROM or over FTP (you could install 6.1, although I use isc-dhcpd under 6.0 without any problem) $ pkg_info -I isc\* isc-dhcp3-server-3.0.3_1 The ISC Dynamic Host Configuration Protocol server Regards, Brian.