From nobody@FreeBSD.ORG  Thu Jan 13 03:21:09 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 9879F14CA6; Thu, 13 Jan 2000 03:21:09 -0800 (PST)
Message-Id: <20000113112109.9879F14CA6@hub.freebsd.org>
Date: Thu, 13 Jan 2000 03:21:09 -0800 (PST)
From: adam@worldsport.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: arp problem on loopback i/f when using DHCP and running X sessions.
X-Send-Pr-Version: www-1.0

>Number:         16097
>Category:       conf
>Synopsis:       arp problem on loopback i/f when using DHCP and running X sessions.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 03:30:01 PST 2000
>Closed-Date:    Thu Jan 20 08:29:11 PST 2000
>Last-Modified:  Thu Jan 20 08:31:26 PST 2000
>Originator:     Adam Nealis
>Release:        3.4-STABLE (Last cvsup on Jan 7 2000)
>Organization:
Worldsport Networks Europe, Ltd.
>Environment:
FreeBSD adampc 3.4-STABLE FreeBSD 3.4-STABLE #1: Wed Jan 12 17:50:08 GMT 2000     root@adampc.worldsport.com:/usr/src/sys/compile/ADAMPC  i386
>Description:
When starting Gnome with the installed /usr/X11R6/lib/X11/xinit/xinitrc
for XFree86-3.3.6, but with 

panel &
gmc &
exec gnome-wm

as the last three lines instead of the twm nonsense.
Am using DHCP for NIC configuration.
Get plenty of these

Jan 12 18:04:14 adampc /kernel: arplookup 127.0.0.1 failed: could not allocate llinfo
Jan 12 18:04:14 adampc /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt

and performance is hurt. Takes a while to start anything.
>How-To-Repeat:
In /etc/rc.conf

ifconfig_xl0="DHCP"
network_interfaces="xl0 lo0"

Boot and do startx
>Fix:
In /etc/rc.conf

ifconfig_xl0="DHCP"
network_interfaces="lo0 xl0"

>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.ORG>
To: adam@worldsport.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: conf/16097: arp problem on loopback i/f when using DHCP and running X sessions.
Date: Thu, 13 Jan 2000 13:57:26 +0200

 On Thu, Jan 13, 2000 at 03:21:09AM -0800, adam@worldsport.com wrote:
 > 
 > Am using DHCP for NIC configuration.
 > Get plenty of these
 > 
 > Jan 12 18:04:14 adampc /kernel: arplookup 127.0.0.1 failed: could not allocate llinfo
 > Jan 12 18:04:14 adampc /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt
 > 
 > and performance is hurt. Takes a while to start anything.
 > 
 There was a bug in /sbin/dhclient-script, which caused that bug.
 See PR misc/15183 and PR conf/14098.
 This has been fixed in the middle of December.
 
 Make sure you have the latest /sbin/dhclient-script.
 Does the following command produce the same output for you?
 
 # ident /sbin/dhclient-script
 /sbin/dhclient-script:
      $FreeBSD: src/contrib/isc-dhcp/client/scripts/freebsd,v 1.1.1.2.2.7 1999/12/12 01:17:30 obrien Exp $
      $interface: $
 
 -- 
 Ruslan Ermilov		Sysadmin and DBA of the
 ru@ucb.crimea.ua	United Commercial Bank,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.247.647	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 
State-Changed-From-To: open->feedback 
State-Changed-By: ru 
State-Changed-When: Thu Jan 13 04:01:46 PST 2000 
State-Changed-Why:  
Awaiting feedback from originator. 
State-Changed-From-To: feedback->closed 
State-Changed-By: ru 
State-Changed-When: Thu Jan 20 08:29:11 PST 2000 
State-Changed-Why:  
On Wed, Jan 19, 2000 at 11:42:06AM +0000, Adam Shaun Nealis wrote: 
> Ruslan Ermilov wrote: 
> > 
> > Well, can I close this PR? 
> Sorry, yes you can. 
> 
> I thought I e-mailed you last week. 
> 
> I did a make installworld from a recent CVSUP, and 
> somehow I didn't get the new dhcpclient script. 
> 
> Very sorry. 
> 
> Regards, 
> Adam. 
>Unformatted:
