如何在Ubuntu18.04上修复此错误?它显示了每次我更新和升级。我不知道我是否需要openAFS。下面显示在鞋底上。
● openafs-client.service - OpenAFS client
Loaded: loaded (/lib/systemd/system/openafs-client.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-12-26 14:06:00 GMT; 12ms ago
Process: 11482 ExecStopPost=/sbin/rmmod $KMOD (code=exited, status=0/SUCCESS)
Process: 11481 ExecStart=/sbin/afsd $AFSD_ARGS (code=exited, status=1/FAILURE)
Process: 11473 ExecStartPre=/usr/share/openafs/openafs-client-precheck (code=exited, status=0/SUCCESS)
Dec 26 14:06:00 gary-All-Series systemd[1]: Starting OpenAFS client...
Dec 26 14:06:00 gary-All-Series afsd[11481]: afsd: some file missing or bad in /etc/openafs/
Dec 26 14:06:00 gary-All-Series systemd[1]: openafs-client.service: Control process exited, code=exited status=1
Dec 26 14:06:00 gary-All-Series systemd[1]: openafs-client.service: Failed with result 'exit-code'.
Dec 26 14:06:00 gary-All-Series systemd[1]: Failed to start OpenAFS client.
dpkg: error processing package openafs-client (--configure):
installed openafs-client package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
openafs-client
E: Sub-process /usr/bin/dpkg returned an error code (1)发布于 2019-12-26 21:54:18
我看了看。
dpkg:错误处理包openafs-client (--配置):已安装的openafs-客户端包安装后脚本子进程返回错误退出状态1在处理过程中遇到错误: openafs-client
查看相关的答案。
dpkg:错误处理包openafs-client
带我去的。
sudo apt删除openafs-client
然后更新升级。
sudo apt-get更新&& sudo apt-get升级
我的鞋底上有提示。
以下软件包已自动安装,不再需要: dkms openafs-模块-dkms使用'sudo apt自动删除‘来删除它们。
https://askubuntu.com/questions/1198694
复制相似问题