[OpenAFS] Serious problem upon rebuild
Madhusudan Singh
chhabra@eecs.umich.edu
Sat, 21 Sep 2002 00:41:53 -0400
Hi
I recently compiled my own custom kernel (2.4.19) and also
downloaded the latest openafs src rpms (openafs-1.2.6-rh7.3.1.src.rpm).
Following that, I moved the /usr/src/linux-2.4.18-3 directory elsewhere
on the system (as it was interfering with my builds) and put two
symlinks (linux and linux-2.4) pointing to linux-2.4.19 in /usr/src.
I now built from src using :
rpm --rebuild openafs-1.2.6-rh7.3.1.src.rpm
After a long process of compilation, it produced the following rpms :
[root@nanak openafs]# ls /usr/src/redhat/RPMS/i386/openafs-*
/usr/src/redhat/RPMS/i386/openafs-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-client-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-compat-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-devel-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-kernel-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-kernel-source-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-kpasswd-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-krb5-1.2.6-rh7.3.1.i386.rpm
/usr/src/redhat/RPMS/i386/openafs-server-1.2.6-rh7.3.1.i386.rpm
Of these, I installed all (using -Uvh) but
openafs-devel-1.2.6-rh7.3.1.i386.rpm,
openafs-kernel-source-1.2.6-rh7.3.1.i386.rpm and
openafs-server-1.2.6-rh7.3.1.i386.rpm.
Then I appropriately edited the CellServDB and ThisCell files (I just
checked the availability of the top 3 hosts in CellServDB using ping -
they are up).
Now when I bootup, I get to the stage where it says :
Found module libafs-2.4.19-LAPTOP-CUSTOM-17SEP2002-i686.o ...
and then it hangs.
What could be wrong ???
MS