su: 授权错误
我有
我不能使用任何依赖的服务器
. 这本身就是无法重新启动服务甚至交换机。
我的
显示:
这两个文件都存在
. 我不明白他为什么看起来
.
如何解决这个问题?
Ubuntu 14.04
我不能使用任何依赖的服务器
su
. 这本身就是无法重新启动服务甚至交换机。
root@ci-web1:~# su - mxx
su: Authentication failure
我的
/var/log/auth.log
显示:
Oct 10 11:14:15 ci-web1 su[19709]: PAM unable to dlopen(pam_rootok.so): /lib/security/pam_rootok.so: cannot open shared object file: No such file or directory
Oct 10 11:14:15 ci-web1 su[19709]: PAM adding faulty module: pam_rootok.so
Oct 10 11:14:15 ci-web1 su[19709]: PAM unable to dlopen(pam_unix.so): /lib/security/pam_unix.so: cannot open shared object file: No such file or directory
Oct 10 11:14:15 ci-web1 su[19709]: PAM adding faulty module: pam_unix.so
Oct 10 11:14:15 ci-web1 su[19709]: pam_authenticate: Authentication failure
Oct 10 11:14:15 ci-web1 su[19709]: FAILED su for mxx by root
Oct 10 11:14:15 ci-web1 su[19709]: - /dev/pts/0 root:mxx
这两个文件都存在
/lib/x86_64-linux-gnu/security/
. 我不明白他为什么看起来
/lib/security/
.
如何解决这个问题?
没有找到相关结果
已邀请:
1 个回复
奔跑吧少年
赞同来自:
Strace
发现罪魁祸首的结论和方法和误差。 在某些时候,在更新包装期间,关系之间的关系
包裹和
模块。 重新安装此特定模块后恢复参考依赖性
现在它再次工作。