[4873] in testers
"Thomas H. Grayson": Re: AFS won't start on Linux box
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Jun 24 19:00:48 2001
Message-Id: <200106242300.TAA06935@egyptian-gods.MIT.EDU>
To: testers@MIT.EDU
Date: Sun, 24 Jun 2001 19:00:25 -0400
From: Greg Hudson <ghudson@MIT.EDU>
------- Forwarded Message
Return-Path: <thg@MIT.EDU>
Received: from central-city-carrier-station.mit.edu by po12.mit.edu (8.9.2/4.7) id SAA08633; Tue, 19 Jun 2001 18:41:21 -0400 (EDT)
Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.21.85])
by central-city-carrier-station.mit.edu (8.9.2/8.9.2) with ESMTP id SAA11184
for <ghudson@MIT.EDU>; Tue, 19 Jun 2001 18:41:21 -0400 (EDT)
Received: from carto.mit.edu (CARTO.MIT.EDU [18.89.2.26])
by manawatu-mail-centre.mit.edu (8.9.2/8.9.2) with ESMTP id SAA25852
for <ghudson@MIT.EDU>; Tue, 19 Jun 2001 18:41:20 -0400 (EDT)
Received: (from thg@localhost) by carto.mit.edu (8.9.3)
id SAA02896; Tue, 19 Jun 2001 18:41:20 -0400 (EDT)
Message-Id: <200106192241.SAA02896@carto.mit.edu>
X-Mailer: exmh version 2.1.1 10/15/1999
To: Greg Hudson <ghudson@MIT.EDU>
Subject: Re: AFS won't start on Linux box
In-Reply-To: Your message of "Tue, 19 Jun 2001 10:24:35 EDT."
<200106191424.KAA23922@egyptian-gods.MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 19 Jun 2001 18:41:20 -0400
From: "Thomas H. Grayson" <thg@MIT.EDU>
After I run insmod, I see these errors:
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol kunmap_high_Rb80425b6
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
highmem_start_page_Rf29c5d36
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol kmap_high_R00e0acbf
Tom
> From: Greg Hudson <ghudson@MIT.EDU>
> Date: Tue, 19 Jun 2001 10:24:35 -0400
> Subject: Re: AFS won't start on Linux box
>
> It's possible that you're running into a memory limitation, but I
> doubt it; 64MB may be a little tight for today's bloated applications,
> but it shouldn't be tight for just the kernel and AFS.
>
> The error message you sent ("Failed to load AFS client") may not be
> very enlightening because it may just be a result of the AFS module
> already being loaded. Boot single-user and try:
>
> /etc/init.d/network start
> /sbin/insmod -f /usr/vice/etc/modload/libafs-2.4.2-2.o
> /usr/vice/etc/afsd -stat 2000 -dcache 800 -daemons 4 -volumes 70
>
> and see what errors you get there.
------- End of Forwarded Message