From owner-freebsd-current@FreeBSD.ORG Sun May 21 08:51:54 2006 Return-Path: X-Original-To: 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 D2E4016A420; Sun, 21 May 2006 08:51:54 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from pinnacle.akherb.com (60-105-237-24.gci.net [24.237.105.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B4D43D46; Sun, 21 May 2006 08:51:53 +0000 (GMT) (envelope-from beech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 8BBDB5CDA; Sun, 21 May 2006 00:51:53 -0800 (AKDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from [192.168.241.104] (7-137-58-66.gci.net [66.58.137.7]) by pinnacle.akherb.com (Postfix) with ESMTP id E5F8F5C0F; Sun, 21 May 2006 00:51:50 -0800 (AKDT) From: Beech Rintoul Organization: Alaska Paradise To: freebsd-current@freebsd.org Date: Sun, 21 May 2006 00:51:31 -0800 User-Agent: KMail/1.9.1 References: <200605211204.10259.davidxu@freebsd.org> <200605211400.30163.davidxu@freebsd.org> <200605211639.54343.davidxu@freebsd.org> In-Reply-To: <200605211639.54343.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1711697.kDTM3eWT7P"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605210051.48906.beech@alaskaparadise.com> X-Mailman-Approved-At: Sun, 21 May 2006 14:25:16 +0000 Cc: Peter Jeremy , David Xu , current@freebsd.org Subject: Re: couldn't bind to local address 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: Sun, 21 May 2006 08:51:54 -0000 --nextPart1711697.kDTM3eWT7P Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 21 May 2006 00:39, David Xu wrote: > On Sunday 21 May 2006 14:00, David Xu wrote: > > in fact, finally I found sysinstall only put nve0 in variable > > network_interfaces, this causes lo0 does not have an address assigned. > > > > David Xu > > Sorry for misleading, I finally found the culprit, it is gnome Networking > Setting dialog, if you use it, it will write network_interfaces > into /etc/rc.conf, but it ignores lo0, so next time when you reboot your > machine, the lo0 adaptive does not have an address, now I can > reproduce it on another machine, there is a line in my rc.conf file: > > network_interfaces=3Dfxp0 > > but no lo0 > > David Xu Add the following to /etc/rc.conf manually: ifconfig_lo0=3D"inet 127.0.0.1"=20 Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1711697.kDTM3eWT7P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEcCokp5D0B1NlT4URAk2PAJ9sMmBQDi0LRVx5QtgNhENVpzyy5QCghseU k+YYWju8eCJ+ROPj2kangyk= =cuKY -----END PGP SIGNATURE----- --nextPart1711697.kDTM3eWT7P--