systemctl enable libvirtd 失败:16.04 上的符号链接级别过多

systemctl enable libvirtd 失败:16.04 上的符号链接级别过多

我刚刚virt-manager使用 APT (通过$ sudo apt-get install -y virt-manager)安装并运行:

$ sudo gpasswd -a fusion809 libvirtd

(其中 fusion809 是我当前登录的用户帐户的名称)并且该操作运行正常但是然后我运行:

$ sudo systemctl enable libvirtd

返回结果为:

Failed to execute operation: Too many levels of symbolic links

知道问题是什么以及解决办法是什么吗?

相关内容