[167] in arla-drinkers
Re: arla 0.8, NetBSD 1.3.2 alpha lkm
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Tue Jul 28 17:05:50 1998
From arla-drinkers-request@sundance.stacken.kth.se Tue Jul 28 21:05:49 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 17912 invoked from network); 28 Jul 1998 21:05:48 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Jul 1998 21:05:48 -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 WAA13796
for <arla-drinkers@stacken.kth.se>; Tue, 28 Jul 1998 22:59:58 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.8.5/8.7.3) id XAA11310; Tue, 28 Jul 1998 23:01: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.980726173204.61798A-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: 28 Jul 1998 23:01:52 +0200
In-Reply-To: John Davison's message of "Sun, 26 Jul 1998 17:45:32 -0400 (EDT)"
Message-ID: <5lbtq9elkv.fsf@assaris.sics.se>
Lines: 17
X-Mailer: Gnus v5.5/Emacs 19.34
John Davison <davisoja@clarkson.edu> writes:
> Here's a diff from my lwp/process.S changes on NetBSD/alpha 1.3.2 for
> arla0.8:
Thanks. I've applied it. Next time please send your diffs with `-c'
or `-u'.
> Now arlad -t works, however, modloading xfs_mod.o does not.
> `modload -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o` gives:
>
> xfs_mod: ld: cannot open linker script file 0: No such file or directory
> modload: can't prelink `/usr/arla/bin/xfs_mod.o' creating `/var/tmp/symbols'
It looks like modload is calling ld with the wrong arguments. Try
`modload -d -v' and see if you get any more information from that.
/assar