[OpenAFS] OpenAFS 1.2.9 Not Working with RH Kernel

Rubino Geiß kb44@rz.uni-karlsruhe.de
Sun, 18 May 2003 09:33:43 +0200


Look in your /usr/vice/etc and /usr/afs/etc dir for files like
ThisCell.rpmsave and CellServDB.rpmsave ... and check if they contain the
rigth stuff. Then move them back in their original name. ThisCell,
CellServDB, etc. This will cure it.

rpm update is a bit evil! There are some reasons that it should be such
"bad", but once more we got a clue that it shouldn’t(_please_ rpm maintainer
be good and remove the ThisCell and CellServDB renaming script). In all of
the cases it does no good to me!

Thanks, in advance.
Ruby

> -----Original Message-----
> From: openafs-info-admin@openafs.org 
> [mailto:openafs-info-admin@openafs.org] On Behalf Of 
> Computers in Medicine
> Sent: Sunday, May 18, 2003 6:25 AM
> To: Derek Atkins
> Cc: openafs-info@openafs.org
> Subject: Re: [OpenAFS] OpenAFS 1.2.9 Not Working with RH Kernel
> 
> 
> OK it looks like I'm getting closer.  I updated all the RPMs 
> rpm -qa | fgrep afs gives
> 
> krbafs-devel-1.1.1-1
> openafs-devel-1.2.9-rh7.1.1
> openafs-server-1.2.9-rh7.1.1
> krbafs-utils-1.1.1-1
> openafs-kernel-source-1.2.9-rh7.1.1
> krbafs-1.1.1-1
> openafs-krb5-1.2.9-rh7.1.1
> openafs-kernel-1.2.9-rh7.1.1
> openafs-client-1.2.9-rh7.1.1
> openafs-1.2.9-rh7.1.1
> 
> Then I did the following:
> 
> cd /usr/src/redhat/SOURCES
> bzip2 -d openafs-1.2.9.tar.bz2
> tar -xf openafs-1.2.9.tar
> cd openafs-1.2.9
> ./configure --enable-transarc-paths
> make
> make dest
> cp src/libafs/MODLOAD-2.4.20-13.7/libafs-2.4.20-13.7.o
> /usr/vice/etc/modload/
> cd /usr/vice/etc/modload
> ../afsmodname -f SymTable.local -g libafs-2.4.20-13.7.o
> 
> Now /etc/rc.d/init.d/afs start gives
> 
> Found libafs-2.4.20-13.7.o from SymTable... Loading...
> Starting AFS services.....
> afsd: All AFS daemons started.
> 
> However klog user@my.cell gives
> klog: error reading cell database Can't get local cell name!
> 
> I'm thinking it's something simple, but I don't know where to look.
> 
> Thanks again very much.
> 
> ----- Original Message ----- 
> From: "Derek Atkins" <warlord@MIT.EDU>
> To: "Computers in Medicine" <pittmed@pittmed.pitt.edu>
> Cc: <openafs-info@openafs.org>
> Sent: Saturday, May 17, 2003 11:05 PM
> Subject: Re: [OpenAFS] OpenAFS 1.2.9 Not Working with RH Kernel
> 
> 
> The problem is that the RPM is compiled with 
> --enable-transarc-paths, but you did not do so in your 
> rebuild... So afsd is looking in the wrong place.  This is 
> why I suggested you upgrade the RPMS to 1.2.9 and then 
> compile the kernel module using the openafs-kernel-source RPM.
> 
> -derek
> 
> 
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org 
> https://lists.openafs.org/mailman/listinfo/ope> nafs-info
>