[4839] in testers
Re: AFS won't start on Linux box
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jun 19 10:26:12 2001
Message-Id: <200106191424.KAA23922@egyptian-gods.MIT.EDU>
To: "Thomas H. Grayson" <thg@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Tue, 19 Jun 2001 05:07:28 EDT."
<200106190907.FAA15309@mansard.mit.edu>
Date: Tue, 19 Jun 2001 10:24:35 -0400
From: Greg Hudson <ghudson@MIT.EDU>
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.