From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 01:00:56 2005 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 62AB516A4CE for ; Mon, 18 Apr 2005 01:00:56 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB88743D48 for ; Mon, 18 Apr 2005 01:00:55 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id B72ED352; Sun, 17 Apr 2005 21:00:52 -0400 (EDT) Received: from pool-71-112-215-205.sttlwa.dsl-w.verizon.net (pool-71-112-215-205.sttlwa.dsl-w.verizon.net [71.112.215.205]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 0B4A589; Sun, 17 Apr 2005 21:00:50 -0400 (EDT) Date: Sun, 17 Apr 2005 18:00:48 -0700 (PDT) From: LukeD@pobox.com X-X-Sender: lukas@border.crystalsphere.multiverse To: Joost van Dijk In-Reply-To: <200504171304.48447.joost@amiculus.com> Message-ID: <20050417175808.A18232@border.crystalsphere.multiverse> References: <200504171304.48447.joost@amiculus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: messages from dhclient X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 01:00:56 -0000 > I have installed dhcp to get my FreeBSD system on line, a machine which I am > trying to set up as a web server. I used sysinstall and it seems to work > correctly (this e-mail is coming from my Linux workstation). However, when > working on the FreeBSD machine I keep getting the following message: > dhclient: send_packet: permission denied. > What does this mean? I cannot find a reference to it in the man files. > It is a nuisance. When I am editing a config file with vi, this message get > written into the file, and over cofig file lines. How can I turn it off. This happened to me briefly last week when my ISP decided to replace the router/DHCPserver that I happened to be connected to with a new one with a new IP address. dhclient wasn't too happy about that. I rebooted and all was fine, but in the meantime I got this message.