From owner-freebsd-net@FreeBSD.ORG Thu Mar 7 12:39:21 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5D2EF9B for ; Thu, 7 Mar 2013 12:39:21 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 69D6E7A0 for ; Thu, 7 Mar 2013 12:39:21 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hq4so752131wib.12 for ; Thu, 07 Mar 2013 04:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:reply-to:date:message-id:subject:from:to :content-type; bh=N09z2CTOmQFdQJz+y3+QxWIj5EQ0G5wVtCHnQcUhrXE=; b=rSprFeEk36ojNn+lzSTGNTaZ2bWngnElmfFMUvhfMPIlQDmcNxFfC9PvGnujEXy8i5 sCN4zNQ0lvWNAMe+yql8hwdQZUHYorHvk8FrQAfGuGPRoSsoUtDW6XHjQFrsGUZqGHK0 /JcDFZ+4t9TeU1hAmXsMxDCjjPqiARf9/9gGEXxDqHTuqOvdagVT5PG7/owLH5bS3HMz 6TXUTXYp+AcZoAgUvrlRpD4FBn/IAcVEziXL1vOSMbXwyqQmVULarixRPjOxVvEDDFQB 50nkD0T3YczoM8PG7u4kKfac3DwQ8PO26WnCsN3q9bC8j/VK4ce0YyxFuvdydyFXc4sJ 2A7w== MIME-Version: 1.0 X-Received: by 10.194.21.233 with SMTP id y9mr47215955wje.47.1362659960628; Thu, 07 Mar 2013 04:39:20 -0800 (PST) Received: by 10.180.212.51 with HTTP; Thu, 7 Mar 2013 04:39:20 -0800 (PST) Date: Thu, 7 Mar 2013 20:39:20 +0800 Message-ID: Subject: dhclient issue. From: Marcelo Araujo To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 12:39:21 -0000 Hello Guys, I've faced out some problem with dhclient during this week on 9.1-RELEASE! Below there is the log: [root@home ~]# uname -a FreeBSD HOME 9.1-RELEASE FreeBSD 9.1-RELEASE #10: Tue Mar 5 18:57:14 CST 2013 root@home:/usr/src/sys/HOME.amd64 amd64 [root@home ~]# dhclient ix0 PID = 3276, PPID = 3274 fibnum = 0 fibcmd = setfib 0 interface = ix0 ifconfig: ioctl (SIOCAIFADDR): File exists ix0: not found exiting. [root@home ~]# tail /var/log/messages Mar 17 14:53:52 ESSD46B70 dhclient[3244]: exiting. Mar 17 14:54:01 ESSD46B70 login: ROOT LOGIN (root) ON ttyv0 Mar 17 14:54:15 ESSD46B70 dhclient[3257]: ix0: not found Mar 17 14:54:15 ESSD46B70 dhclient[3257]: exiting. Mar 17 14:54:15 ESSD46B70 dhclient[3258]: connection closed Mar 17 14:54:15 ESSD46B70 dhclient[3258]: exiting. Mar 17 14:54:57 ESSD46B70 dhclient[3274]: ix0: not found [root@home ~]# ifconfig ix0 ix0: flags=8843 metric 0 mtu 1500 options=403bb ether 00:08:9b:d4:6b:71 nd6 options=29 media: Ethernet autoselect (10Gbase-T ) status: active I have another interface em0, and there it works properly! Any idea, what is going on? Best Regards, -- Marcelo Araujo araujo@FreeBSD.org