From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 13:10:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73F316A4B3; Fri, 24 Oct 2003 13:10:00 -0700 (PDT) Received: from mta5.adelphia.net (mta5.adelphia.net [68.168.78.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795F043FBD; Fri, 24 Oct 2003 13:09:59 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([68.68.113.33]) by mta5.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031024201002.WSZV4574.mta5.adelphia.net@potentialtech.com>; Fri, 24 Oct 2003 16:10:02 -0400 Message-ID: <3F998716.3040300@potentialtech.com> Date: Fri, 24 Oct 2003 16:09:58 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Terpstra References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Kernelpath & arplookup. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 20:10:00 -0000 [I'm moving this to questions@freebsd.org, because that is the correct list for this type of question] Peter Terpstra wrote: > Dear readers, > > A few weeks ago I installed FreeBSD an I liked it very much, its easier than > Linux I think. No problems with installing/configuring X or ssh or Postfix. > > My questions: > I compiled a new (lighter) kernel and it works great but I found the path > mentioned in dmesg or `uname -v' a bit strange, its the place of compile: > > peter@k7:~:0>uname -v > FreeBSD 5.1-RELEASE #0: Fri Oct 24 01:12:56 CEST 2003 > root@k7.localdomain:/usr/src/sys/i386/compile/MYKERNEL-K6 > > Does that mean I cannot remove the old kernel-source? No. > I did a `configure MYKERNEL-K6;make depend;make; make install' just as > mentioned in the on-line FreeBSD handbook. > Why isn't the path something with /boot/kernel? Because it's the path of your kernel config file. The actual, compiled kernel is always in /boot/kernel, so it's not really mentioned. > arp: > Frequently I get this message on the first console: > arplookup 213.84.240.105 failed: host is not on local network This means your network is configured strangely, although a lot of ISPs seem to think this is the way to do it. > I searched the inter-net, but I did not found a satisfying answer. > 213.84.240.105 is hanging on the inter-net, an FreeBSD has a local IP-adres. > So why this arplookup? What causes this lookup? You have computers on your hub that have a network number that doesn't jive with the IP/netmask you've assigned to the network card. If you don't care, you can ignore the messages. All it means is that ARP was not able to turn the IP address into a MAC address. I believe there is a way to disable these messages, but I don't remember for sure. -- Bill Moran Potential Technologies http://www.potentialtech.com