From owner-freebsd-alpha Tue Mar 2 2:44:23 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from bolet.ens.fr (bolet.ens.fr [129.199.99.10]) by hub.freebsd.org (Postfix) with ESMTP id B6DEE14C30 for ; Tue, 2 Mar 1999 02:44:21 -0800 (PST) (envelope-from pornin@bolet.ens.fr) Received: (from pornin@localhost) by bolet.ens.fr (8.8.7/8.8.7) id LAA16805 for freebsd-alpha@freebsd.org; Tue, 2 Mar 1999 11:44:03 +0100 Message-ID: <19990302114403.A16767@bolet.ens.fr> Date: Tue, 2 Mar 1999 11:44:03 +0100 From: Thomas Pornin To: freebsd-alpha@freebsd.org Subject: dmesg segfaults Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I installed the 0206 snapshot on a Multia. I found some little bugs, and one more embarrassing, but maybe I am just dumb: -- netboot did not work. The netboot program could not find the ethernet address, and, if I set it up manually (with setnetbootinfo on another station), it did emit bootp requests, that were answered (according to tcpdump) but netboot claimed it never received any answer. Maybe my firmware is too old, or something like that. Sending "boot.flp" through the net instead of "netboot" did not work too, so I had to boot the Multia under Linux and dump boot.flp on the harddisk, and then boot from it (the floppy drive is out of order). -- All my "post-installation configuration" disappeared into an unknown void, and I had to edit rc.conf at the next boot. Not a real problem. -- I wanted to add a getty for the vt220 I used for installation, therefore I modified /etc/ttys, and did "kill -HUP 1". This did not work; but a reboot fixed it. Apparently, init does not reread /etc/ttys when it receives a HUP signal. -- Here comme the annoying problem: whenever I recompile and boot on a new kernel, that has not the "GENERIC" configuration, dmesg, kvm_mkdb, netstat -r, and probably other utilities die with a segfault. The machine is otherwise functionnal. The only change I seem to be able to do in the config file without triggering this effect is commenting out the 'cpu "EV5"' line. Is this a known problem ? Or am I just doing something completely the wrong way ? I have also some questions about modules. Namely, the distribution comes with several .ko files in /modules. I am wondering: -- are modules automatically inserted when needed, or must I do an explicit "kldload" ? -- how do I compile some parts of the kernel as modules ? I would like to get the smallest kernel as possible (I only have 24 MB ram, this is not much on a Multia) -- is there anywhere a more accurate and complete documentation than the handbook, that I could read instead of bothering this list ? Anyway, thanks for the good job and for any information. --Thomas Pornin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message