系统相关
首页 > 系统相关> > Ubuntu 16.04 释放升级到 18.04 后, man: command exited with status 4

Ubuntu 16.04 释放升级到 18.04 后, man: command exited with status 4

作者:互联网

BUG重现

d@MyServer:~$ man shutdown
 Manual page shutdown(8) line ?/? (END) (press h for help or q to quit)

如何修复

似乎在较旧的内核上加载apparmor配置文件中的问题。
我在自定义内核4.4上有同样的问题,但是使用ubuntu内核4.15一切正常。

旧内核的解决方法:

apt install apparmor-utils
aa-disable /usr/bin/man

问题解决

https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1778684

标签:status,apparmor,18.04,16.04,自定义,内核,shutdown,ubuntu,man
来源: https://www.cnblogs.com/develon/p/10812483.html