From owner-freebsd-arm@FreeBSD.ORG Mon Oct 29 15:02:14 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BE8A417; Mon, 29 Oct 2012 15:02:14 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 205D08FC08; Mon, 29 Oct 2012 15:02:13 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.5/8.14.5) with ESMTP id q9TF2BtH020052; Mon, 29 Oct 2012 09:02:12 -0600 (MDT) (envelope-from freebsd@damnhippie.dyndns.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id q9TF1m7E004645; Mon, 29 Oct 2012 09:01:48 -0600 (MDT) (envelope-from freebsd@damnhippie.dyndns.org) Subject: Re: BeagleBone questions (was Re: Towards an ARM system-building script) From: Ian Lepore To: Tim Kientzle In-Reply-To: <2E208EEB-B2CF-4AC6-B420-03FB4CF08041@freebsd.org> References: <2E208EEB-B2CF-4AC6-B420-03FB4CF08041@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Mon, 29 Oct 2012 09:01:48 -0600 Message-ID: <1351522908.1123.356.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org, Alie Tan X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 15:02:14 -0000 On Sun, 2012-10-28 at 20:50 -0700, Tim Kientzle wrote: > On Oct 28, 2012, at 6:43 PM, Alie Tan wrote: > > > > I've found that the "hostname" on rc.conf file is not appears on my Router, > > its empty. > > I could be wrong, but I think you need to explicitly > configure FreeBSD dhclient to advertise a hostname. I don't think so. The /etc/dhclient.conf is empty on all my machines, and they all register their hostnames with DNS via DHCP automatically. (I had to do something to the dhcpd config years ago to allow it, but I forget what.) -- Ian