更新kali linux的时候报错,提示apt-get -f install修复,执行时出现the permission of the setuid helper is not correct错误。大概是说setuid helper的权限问题,找到文件夹的位置在 /usr/lib/dbus-1.0/dbus-daemon-launch-helper 查看权限为-rwxr-x--- 1 root dbus。谷歌之后发现正确的权限应该是-rwsr-xr-- 1 root dbus ,于是修改权限 执行 chmod u+s,a+r /usr/lib/dbus-1.0/dbus-daemon-launch-helper 之后执行apt-get -f install 问题解决。
本文链接:https://www.92ez.com/?action=show&id=65
!!! 转载请先联系non3gov@gmail.com授权并在显著位置注明作者和原文链接 !!! 小黑屋
提示:技术文章有一定的时效性,请先确认是否适用你当前的系统环境。
!!! 转载请先联系non3gov@gmail.com授权并在显著位置注明作者和原文链接 !!! 小黑屋
提示:技术文章有一定的时效性,请先确认是否适用你当前的系统环境。