From owner-freebsd-net@FreeBSD.ORG Wed Sep 9 19:47:52 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B271106568F for ; Wed, 9 Sep 2009 19:47:52 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id 541308FC08 for ; Wed, 9 Sep 2009 19:47:52 +0000 (UTC) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id n89JkKMD002959; Wed, 9 Sep 2009 12:47:13 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 9 Sep 2009 12:47:07 -0700 Message-ID: In-Reply-To: <4AA7FFC0.6070302@bluezbox.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NFSROOT is broken after r196714 Thread-Index: AcoxhUPQHdyiNh4CQ9qVuDz0QDxQVQAAI2fg References: <4AA7FFC0.6070302@bluezbox.com> From: "Li, Qing" To: "Oleksandr Tymoshenko" , Cc: Subject: RE: NFSROOT is broken after r196714 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 19:47:52 -0000 Do you know what IP address nfsclient/nfs_vfsops.c:466 is trying to=20 insert and do you have an output of the "ifconfig" and route=20 table you can send to me privately? At the moment I am suspecting r196714 uncovered an issue that has always been there. But that's an assumption at the moment. Thanks, -- Qing > -----Original Message----- > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd- > net@freebsd.org] On Behalf Of Oleksandr Tymoshenko > Sent: Wednesday, September 09, 2009 12:19 PM > To: freebsd-net@freebsd.org > Subject: NFSROOT is broken after r196714 >=20 > r196714 breaks NFSROOT in -CURRENT. When nfsclient tries to > initialize interface calling ifioctl at nfsclient/nfs_vfsops.c:466 > it fails with EEXIST (because route is already present I guess). >=20 > I fixed it in my tree by checking for error code in mount_nfsroot, > but may be it's ifioctl(SIOCAIFADDR) that should handle this case. >=20 > -- > gonzo > _______________________________________________ > 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"