[OpenAFS] afsmodname

Michael Robokoff mrobo@ahpcrc.org
Tue, 20 Nov 2001 12:20:23 -0600


This is a multi-part message in MIME format.
--------------8729D670777C741987DA49B3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I just upgraded my kernel from 2.4.7 to 2.4.9.
My afs quit working as a result and I now get 
the following when afsmodname runs.

Hmm...  I can't seem to find an AFS kernel module suitable for your
Linux
kernel.  That means you will need to build or obtain a suitable module.
The following information may be of some use in obtaining assistance:
CPU Type:        (1)
Linux version:  2.4.9-13enterprise #1 SMP Tue Oct 30 19:34:18 EST 2001
RedHat release: Red Hat Linux release 7.2 (Enigma)
Symbol versions:
  iget4      smp_fd589ebbprocessor       : 0

What I noticed is it looks like the "get_cputype" part of afsmodname
does not appear to be working. Notice in the output above that the
cpu type is not listed only the fpu result is shown. The exact line is

if    (/^cpu\s*\:\s*(\S+)/) { $cputype = $1 }

and it is looking at this.

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 3
model name      : Pentium II (Klamath)
stepping        : 4
cpu MHz         : 299.943
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov
mmx
bogomips        : 598.01

I think the above program line should be something like this.

 if    (/^cpu\sfamily\s*\:\s*(\S+)/) { $cputype = $1 }


Just my 2 cents worth.

--Mike
--------------8729D670777C741987DA49B3
Content-Type: text/x-vcard; charset=us-ascii;
 name="mrobo.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Michael Robokoff
Content-Disposition: attachment;
 filename="mrobo.vcf"

begin:vcard 
n:Robokoff;Michael
x-mozilla-html:FALSE
org:Army High Performance Computing Research Center;612-337-3559 voice 612-337-3400 fax
adr:;;;;;;
version:2.1
email;internet:mrobo@ahpcrc.org
title:Systems Programmer / Administrator
x-mozilla-cpt:;-20576
fn:Michael Robokoff
end:vcard

--------------8729D670777C741987DA49B3--