On Tue, Dec 12, 2017 at 2:25 AM, Sergio Gelato <[email protected]> wrote: > * Ben Hutchings [2017-12-11 15:59:38 +0000]: >> I don't think there's any good way to deal with this >> now, other than to force a rebuild of the module. > > Was afraid of that. It's what I did, of course, but it complicates the > rollout. > (I ran "dkms remove openafs/1.6.20 -k $(uname -r); dkms install > openafs/1.6.20".)
Thanks for posting the workaround instructions. For the benefit of others, these are the complete set of commands that I used to restore AFS access sudo dkms remove openafs/1.6.20 -k $(uname -r); sudo dkms install openafs/1.6.20 sudo modprobe openafs sudo systemctl stop openafs-client.service sudo systemctl start openafs-client.service aklog

