From owner-freebsd-net@FreeBSD.ORG Thu Mar 7 17:26:34 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 D6DABD2C; Thu, 7 Mar 2013 17:26:34 +0000 (UTC) (envelope-from fbsdmail@dnswatch.com) Received: from udns.ultimateDNS.NET (ultimatedns.net [209.180.214.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6D1879; Thu, 7 Mar 2013 17:26:34 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id r27HQRaU003640; Thu, 7 Mar 2013 09:26:33 -0800 (PST) (envelope-from fbsdmail@dnswatch.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id r27HQMHF003634; Thu, 7 Mar 2013 09:26:22 -0800 (PST) (envelope-from fbsdmail@dnswatch.com) Received: from udns.ultimatedns.net ([209.180.214.225]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Thu, 7 Mar 2013 09:26:22 -0800 (PST) Message-ID: In-Reply-To: References: Date: Thu, 7 Mar 2013 09:26:22 -0800 (PST) Subject: Re: dhclient issue. From: "freebsd-net" To: araujo@freebsd.org User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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 17:26:34 -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? Anything in rc.conf(5) that might conflict with your attempt to hook this if(1) up via dhclient(8)? For example, if you already have a: ifconfig_ix0="DHCP", and that failed during boot (init), then dhclient(8) may already still be attempting to hook your ix0 if up. Which will result in fail. --Chris > > Best Regards, > -- > Marcelo Araujo > araujo@FreeBSD.org > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >