From owner-freebsd-current@FreeBSD.ORG  Sat Oct  1 19:40:19 2005
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
X-Original-To: freebsd-current@freebsd.org
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3174F16A41F
	for <freebsd-current@freebsd.org>; Sat,  1 Oct 2005 19:40:19 +0000 (GMT)
	(envelope-from nik@cs.chalmers.se)
Received: from anubis.medic.chalmers.se (anubis.medic.chalmers.se
	[129.16.30.218])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2A0443D4C
	for <freebsd-current@freebsd.org>; Sat,  1 Oct 2005 19:40:18 +0000 (GMT)
	(envelope-from nik@cs.chalmers.se)
X-Medic-Info: 1501.433ee620.0 uHLN6CIepLUv2gkj 
Received: from webmail.chalmers.se (elbe1.ita.chalmers.se [129.16.222.100])
	by mail.chalmers.se (Postfix) with ESMTP id ABF6D3B87
	for <freebsd-current@freebsd.org>;
	Sat,  1 Oct 2005 21:40:16 +0200 (CEST)
Received: from 83.226.117.75 (SquirrelMail authenticated user nik);
	by webmail.chalmers.se with HTTP;
	Sat, 1 Oct 2005 21:40:16 +0200 (CEST)
Message-ID: <61671.83.226.117.75.1128195616.squirrel@webmail.chalmers.se>
Date: Sat, 1 Oct 2005 21:40:16 +0200 (CEST)
From: "Niklas Sorensson" <nik@cs.chalmers.se>
To: freebsd-current@freebsd.org
User-Agent: SquirrelMail/1.4.3a-7.EL3
X-Mailer: SquirrelMail/1.4.3a-7.EL3
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Subject: dhclient problem
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 01 Oct 2005 19:40:19 -0000

Hello,

since I upgraded to current a couple of days ago it has happened two
times that dhclient has died unexpectedly. My previous system was
from before the import of the new dhclient. Anyway, this is from the
system log:

Oct  1 17:04:53 apa dhclient: New IP Address (sk0): 83.226.117.75
Oct  1 17:04:53 apa dhclient: New Subnet Mask (sk0): 255.255.252.0
Oct  1 17:04:53 apa dhclient: New Broadcast Address (sk0): 83.226.119.255
Oct  1 17:04:53 apa dhclient: New Routers (sk0): 83.226.116.1
Oct  1 17:04:53 apa savecore: no dumps found
Oct  1 17:34:53 apa dhclient[313]: short write: wanted 21 got 0 bytes
Oct  1 17:34:53 apa dhclient[313]: exiting.

I'm using dhclient in the simplest possible way, ie:

ifconfig_sk0="DHCP"

Has anybody else seen this problem? Tips on how to track this down
would be appriciated.

/Niklas