今天早上,我的 Ubuntu 告诉我要进行一些更新,最后我收到一条消息,说我还应该进行一些硬件支持更新。所以我就这么做了。
在升级过程中,我发现 openafs-client 存在一些问题。重启电脑后,openafs-client 无法工作。重启之前的版本后,openafs-client 可以工作,但是我该怎么做才能让它在最新的内核 3.13.0-32 上运行?
一些事实:
uname -a
:
Linux RD0022805 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15 03:50:54 UTC 2014 i686 i686 i386 GNU/Linux
当我这样做时的消息service openafs-client start
:
*AFS module /lib/modules/3.13.0-32-generic/fs/openafs.ko does not exist.
Not starting AFS. Please consider building kernel modules using
instructions in /usr/share/doc/openafs-client/README.modules*
也许我只需要获取缺少的 lib 模块即可使其工作?
如果是的话,我该怎么做?
答案1
我通过安装 openafs PPA 解决了这个问题https://launchpad.net/~openafs/+archive/ubuntu/stable并启动 openafs:
sudo /etc/init.d/openafs-client start