From owner-freebsd-arm@FreeBSD.ORG Mon Oct 29 15:08:40 2012 Return-Path: <owner-freebsd-arm@FreeBSD.ORG> 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 01B187DB for <freebsd-arm@freebsd.org>; Mon, 29 Oct 2012 15:08:40 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCBE8FC0A for <freebsd-arm@freebsd.org>; Mon, 29 Oct 2012 15:08:39 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so1752815vba.13 for <freebsd-arm@freebsd.org>; Mon, 29 Oct 2012 08:08:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=GtkgOcpR8yiXW/g6x2uvA9CCoFDa09hcDEkdwa38YYU=; b=X7lAFOniXhp038EMa8RRmxuXZrlC+nPAP2WDTv27+ptDInWcGqw+UutMjknK30L66G b+5H51sMbKtVu9GW8XaaZwGVWd6Dn/yZHLJcxii/ZPweVNYcdy7ZTSC51Rkr32bgXny2 SwRKiD7xqcU0QS+ZNDgaqpIC8m7iZggoeXrf+2Vs707Y71sUwfSChZcJbXmRdZwUoOji eOTaCcxm4+xHUssZPbX6VDILXDZx3i9hzhkMdOklPXuV9dUUl3LbO3yTCUgJiE4rzEGA JtWJKC7jXQmnLFDFAIlP2Klspc/S67FUkUyqzxB/nvpfWwMS/5TygPkHLWvTKHaNl7cu 425Q== MIME-Version: 1.0 Received: by 10.52.65.51 with SMTP id u19mr39469410vds.3.1351523318566; Mon, 29 Oct 2012 08:08:38 -0700 (PDT) Received: by 10.58.233.80 with HTTP; Mon, 29 Oct 2012 08:08:38 -0700 (PDT) In-Reply-To: <1351522908.1123.356.camel@revolution.hippie.lan> References: <CANuCnH-Y_Bixer7s5EEU4sJVjRC7s3QQbpJeevdXTpxS2K0OqA@mail.gmail.com> <2E208EEB-B2CF-4AC6-B420-03FB4CF08041@freebsd.org> <1351522908.1123.356.camel@revolution.hippie.lan> Date: Mon, 29 Oct 2012 23:08:38 +0800 Message-ID: <CANuCnH9KcRvp2yKeKg6Tp+a2tZLc7RdhRzQiQ9C2VDcHZwAEEg@mail.gmail.com> Subject: Re: BeagleBone questions (was Re: Towards an ARM system-building script) From: Alie Tan <alie@affle.com> To: Ian Lepore <freebsd@damnhippie.dyndns.org> X-Gm-Message-State: ALoCoQke0rYocYk1adB+ApCnV7ZBRc6dkuFdl1lwRYipcj6KURACOkMSwYd7JQqiVdxRUqzKdhhT Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor <freebsd-arm.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 29 Oct 2012 15:08:40 -0000 I have tried angstrom, ArchLinux and FreBSD. Only FreeBSD makes the chip/board quite hot. Anyone have same experiece? Regards, Alie T On Monday, October 29, 2012, Ian Lepore <freebsd@damnhippie.dyndns.org> wrote: > 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 > >