Stefan, here's how I fixed things:

First, check what kernel you're running:
$ uname -r

Get the relevant headers:
$ sudo apt-get install linux-headers-$(uname -r)

Now we need to figure out what version of openafs you have installed.  I'm 
actually not sure how to do this; my machine shows the openafs version when it 
boots, so I just used that.  You may be running 1.4.11; that's what I have.  If 
not, maybe someone else can help you figure this part out.
 
Once you have your openafs version, you need to tell dkms to rebuild your afs 
module:
$ sudo dkms build -m openafs -v 1.4.11

Restart the machine and you should be good to go.  Good luck!

-- 
User should be able to specify that linux headers are installed when new kernel 
is installed
https://bugs.launchpad.net/bugs/520172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to