From owner-freebsd-current Thu Jan 27 13:27:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id E3BCB14D7B for ; Thu, 27 Jan 2000 13:27:50 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA45275; Thu, 27 Jan 2000 13:28:10 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Bill Fenner Cc: current@FreeBSD.ORG Subject: Re: Problems installing FreeBSD 4.0 20000125-CURRENT In-reply-to: Your message of "Thu, 27 Jan 2000 10:56:39 PST." <200001271856.KAA09456@windsor.research.att.com> Date: Thu, 27 Jan 2000 13:28:10 -0800 Message-ID: <45272.949008490@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 1. sysinstall forgot to write my hostname to /etc/rc.conf . I had gone > into the options menu and selected "DHCP"; when I picked my network > interface it looked for and found a DHCP server and popped up the > network configuration box with most of the fields filled in (including > domain name); all I did was type in a hostname. sysinstall then added > the domain name to the host name and I said "OK", but that hostname > never made it into rc.conf (it booted up calling itself Amnesiac). In this case, I actually assume that the DHCP server will be providing the host name and specifically *ignore* the user-provide hostname field since our dhcp client integration is still a bit green and you'll just override the DHCP server assignment for the hostname with the user-defined one if it's written to rc.conf. > 2. motd was full of garbage. I realize now that I should have saved it > but I wasn't really thinking. Huh? > 3. On the first reboot after installing, the keyboard was in a funny > state. Urk, can't reproduce it. I need a reproducible sequence of operations before we'll have any hope of tackling this one. > Control-alt-del definitely didn't work, so I had to power off and > reboot. This hasn't repeated itself. Same here. > 4. X didn't come with /usr/X11R6/lib/aout, so I can't run netscape. I guess we need to build our own XF86 distribution with the a.out libraries built or we need to somehow stuff those into a compat dist. Ugh, either option is pretty ugly. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message