[843] in arla-drinkers
Re: arla-0.23 + NBSD-1.4_ALPHA on alpha: kernel panic
daemon@ATHENA.MIT.EDU (Johan Danielsson)
Wed May 19 06:06:50 1999
From owner-arla-drinkers@stacken.kth.se Wed May 19 10:06:49 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 29442 invoked from network); 19 May 1999 10:06:48 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 19 May 1999 10:06:48 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id LAA07340
for arla-drinkers-list; Wed, 19 May 1999 11:59:47 +0200 (MET DST)
Received: from blubb.pdc.kth.se (blubb.pdc.kth.se [193.10.159.47])
by sundance.stacken.kth.se (8.8.8/8.8.8) with SMTP id LAA07336
for <arla-drinkers@stacken.kth.se>; Wed, 19 May 1999 11:59:43 +0200 (MET DST)
Received: from joda by blubb.pdc.kth.se with local (Exim 1.71 #3)
id 10k38N-0005uh-00; Wed, 19 May 1999 11:59:31 +0200
To: John Davison <davisoja@clarkson.edu>
Cc: arla-drinkers@stacken.kth.se, port-alpha@netbsd.org
Subject: Re: arla-0.23 + NBSD-1.4_ALPHA on alpha: kernel panic
References: <Pine.A41.3.96.990420182412.60974A-100000@polaris.clarkson.edu>
From: joda@pdc.kth.se (Johan Danielsson)
Date: 19 May 1999 11:59:31 +0200
In-Reply-To: John Davison's message of "Wed, 21 Apr 1999 12:59:09 -0400 (EDT)"
Message-ID: <xofzp31s7lo.fsf@blubb.pdc.kth.se>
Lines: 16
User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) Emacs/20.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
John Davison <davisoja@clarkson.edu> writes:
Dunno if anyone has answered yet, but...
> modload: can't reserve memory: Operation not permitted
This is expected if your securelevel is > 0.
> With INSECURE, I get a kernel panic.
You must compile the kernel module with -mno-fp-regs. The configure
script should figure this out by itself, but the test for this is
broken (fixed now). The easiest way is to just add -mno-fp-regs to
CFLAGS in xfs/bsd/Makefile.
/Johan