[info-afs] (no subject)

Michael Meffie mmeffie@sinenomine.net
Fri, 3 Feb 2017 13:06:38 -0500


On Fri, 3 Feb 2017 12:01:35 -0500
charles yan <spring0401fun@gmail.com> wrote:

> Hi,
> 
> I got the following error while installing OAFS client on my CentOS 6.8 VM,
> 
> *Error: Package: openafs-client-1.6.19-1.el6.x86_64
> (/openafs-client-1.6.19-1.el6.x86_64)*
> *           Requires: openafs-kmod >= 1.6.19*
> 
> I saw a similar error online years back, without seeing a solution for it.
> Can anyone give me any suggestions on it?
> Simply there is no openafs-kmod on  grand.central.org site to download.
> 
> Thanks,
> 
> Charlie

Hello Charlie,

You will need to also find and install the precompiled openafs kmod package
which matches the kernel release on that machine, or use dkms to build one.

For example,

    $ uname -r
    2.6.32-431.29.2.el6.x86_64
    $ sudo rpm -i openafs-client-1.6.20.1-1.el6.x86_64.rpm \
             kmod-openafs-1.6.20.1-1.2.6.32_431.29.2.el6.x86_64.rpm

Here are some notes for dkms installs:

   https://wiki.openafs.org/archive/RpmClientInstallationWithDKMS/


-- 
Michael Meffie <mmeffie@sinenomine.net>