[174] in arla-drinkers
Re: arla 0.8, NetBSD 1.3.2 alpha lkm
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Wed Jul 29 08:17:14 1998
From arla-drinkers-request@sundance.stacken.kth.se Wed Jul 29 12:17:13 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 560 invoked from network); 29 Jul 1998 12:17:13 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 29 Jul 1998 12:17:13 -0000
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id OAA23674
for <arla-drinkers@stacken.kth.se>; Wed, 29 Jul 1998 14:11:58 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.8.5/8.7.3) id OAA12075; Wed, 29 Jul 1998 14:13:53 +0200 (MET DST)
To: John Davison <davisoja@clarkson.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: arla 0.8, NetBSD 1.3.2 alpha lkm
References: <Pine.A41.3.96.980729002150.48286B-100000@polaris.clarkson.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 29 Jul 1998 14:13:52 +0200
In-Reply-To: John Davison's message of "Wed, 29 Jul 1998 00:56:00 -0400 (EDT)"
Message-ID: <5l67ggc0sf.fsf@assaris.sics.se>
Lines: 32
X-Mailer: Gnus v5.5/Emacs 19.34
John Davison <davisoja@clarkson.edu> writes:
> clutx# modload1.19 -d -v -e xfs_mod -o /var/tmp/symbols /usr/lkm/xfs_mod.o
> ld -R /netbsd -e xfs_mod -o /var/tmp/symbols -Ttext 0 /usr/lkm/xfs_mod.o
> modload1.19: not an a.out format file
>
> ???
It doesn't seem to be able to understand the magic numbers of your ELF
object file.
Did you ask on port-alpha if anyone has managed to build (and modload)
a kernel module on NetBSD/alpha? Otherwise, I think you should try
building one of the dummy modules in /usr/share/lkm and see
if that works.
> > > I have another identical machine with NetBSD-current, but was unable
> > > to even compile krb4 on it.
> > Could you send me the errors you're getting?
>
> Oops, my bad. It's AIX 4.2.1 I could never get KTH krb4 compiled on.
Try the krb4-980725.tar.gz snapshot. It should work.
> xfs_dev.c: In function `xfs_devclose_common':
> xfs_dev.c:200: too few arguments to function `vfs_busy'
> xfs_dev.c: In function `xfs_uprintf_device':
> xfs_dev.c:670: warning: cast from pointer to integer of different size
> [...]
Try the arla-snap-19980724.tar.gz snapshot.
/assar