[441] in arla-drinkers
Re: FreeBSD 3.0 and Arla-0.20, and changes in FreeBSD 3.0
daemon@ATHENA.MIT.EDU (assar@stacken.kth.se)
Mon Dec 28 13:03:39 1998
From owner-arla-drinkers@stacken.kth.se Mon Dec 28 18:03:39 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 16741 invoked from network); 28 Dec 1998 18:03:38 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Dec 1998 18:03:38 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id SAA23833
for arla-drinkers-list; Mon, 28 Dec 1998 18:59:15 +0100 (MET)
Received: from assaris.s3.kth.se (assaris.s3.kth.se [130.237.43.22])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA23828
for <arla-drinkers@stacken.kth.se>; Mon, 28 Dec 1998 18:59:12 +0100 (MET)
Received: (from assar@localhost) by assaris.s3.kth.se (8.9.1/8.7.3) id TAA02563; Mon, 28 Dec 1998 19:00:36 +0100 (CET)
From: assar@stacken.kth.se
To: Kenneth Wayne Culver <culverk@wam.umd.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: FreeBSD 3.0 and Arla-0.20, and changes in FreeBSD 3.0
References: <Pine.GSO.3.95q.981228122546.17098A-100000@rac10.wam.umd.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
Date: 28 Dec 1998 19:00:32 +0100
In-Reply-To: Kenneth Wayne Culver's message of "Mon, 28 Dec 1998 12:29:06 -0500 (EST)"
Message-ID: <5l3e60rvsv.fsf@assaris.sics.se>
Lines: 27
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Kenneth Wayne Culver <culverk@wam.umd.edu> writes:
> Alright, FreeBSD 3.0 can't load Arla-0.20's LKM. I don't know why, it just
> gives me a bunch of error messages, and dies. I would send you what errors
> I'm getting but I want somone on this mailing list to verify the problem.
Try today's snapshot
<ftp://ftp.stacken.kth.se/pub/arla/snap/arla-1998-12-28.tar.gz>, it
should work on FreeBSD 3.0 and send us the errors you get if it
doesn't work for you.
> Also, for Assar, and the other developers of arla, FreeBSD 3.0 is moving
> to KLDs in 3.0.1. That means that LKMs will still load, but most likely
> with all the other changes in this release, will not work. Thanks
Yeah, we know. :) Today's snapshot has support for building LKMs or
KLDs (a.out or elf).
(ObComments on KLDs. Apart from such funny things as the ability to
load ELF klds in a.out kernels and vice versa, there's no good way of
figuring out what cdev major number we got assigned, so there's a
printf there. We would really like to have something like `modload
-p' to create the device node automatically. And having the kernel
panic on you when you have unresolved symbols in your KLD is somewhat
... unfriendly. Apart from that, not much was different and it wasn't
that hard to get them working.)
/assar