From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 12:22:55 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1106C106566B for ; Tue, 17 Jan 2012 12:22:55 +0000 (UTC) (envelope-from octavian.rinciog.list@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA7A8FC28 for ; Tue, 17 Jan 2012 12:22:54 +0000 (UTC) Received: by lahe6 with SMTP id e6so201617lah.13 for ; Tue, 17 Jan 2012 04:22:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=RMq9m5uidk7RAjK/jEoCaWIdcpYDURP9xCYiwGqoMUE=; b=Wm4nULyMP0mi0PY0yxLe9CPRodVTrs1XQiM5ZY8fw2sy3MAjrqLXG76Joly2iB3xLI umMKpflCkBmtNm3Nih0sKXIYONxqsRtHjPnJL1DdpZcGJKXgnOQxe3WKKxqzCIvptwUS 6R+iHL2wVFVkNuNBAsKMod899EMhkOuJ2YM8Y= MIME-Version: 1.0 Received: by 10.112.27.65 with SMTP id r1mr4115072lbg.33.1326801468101; Tue, 17 Jan 2012 03:57:48 -0800 (PST) Received: by 10.112.82.71 with HTTP; Tue, 17 Jan 2012 03:57:48 -0800 (PST) Date: Tue, 17 Jan 2012 13:57:48 +0200 Message-ID: From: Octavian Rinciog To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: dhclient em0: not found rev r230054 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 12:22:55 -0000 Hello! After updating to FreeBSD 10.0-CURRENT #0 r230054, I can't do anymore dhclient on em0. [root@freebsd ~]# uname -a FreeBSD freebsd 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r230054: Fri Jan 13 14:29:36 EET 2012 root@freebsd:/usr/obj/usr/head/sys/GENERIC i386 [root@freebsd ~]# cat /var/log/messages | grep em0 | tail -n 6 Jan 13 14:41:11 freebsd kernel: em0: port 0x1820-0x183f mem 0xf0300000-0xf031ffff,0xf0325000-0xf0325fff irq 23 at device 25.0 on pci0 Jan 13 14:41:11 freebsd kernel: em0: Using an MSI interrupt Jan 13 14:41:11 freebsd kernel: em0: Ethernet address: 00:19:99:40:76:ee Jan 13 14:41:12 freebsd kernel: em0: link state changed to UP Jan 13 14:41:58 freebsd dhclient[1734]: em0: not found [root@freebsd ~]# dhclient em0 ifconfig: ioctl (SIOCAIFADDR): File exists em0: not found exiting. Do you know how can I fix this problem? Thank you, Octavian Rinciog