我已经按照https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html#Binary-Installation安装 GUIX 的所有步骤,但是当我运行
sudo ln -sf ~root/.guix-profile/lib/systemd/system/guix-daemon.service /etc/systemd/system/
sudo systemctl enable guix-daemon
它错误为
Failed to execute operation: Too many levels of symbolic links
的内容~root/.guix-profile/lib/systemd/system/guix-daemon.service
看起来是正确的。只涉及一个符号链接。
怎么了?
更新:我通过将文件复制为
sudo cp -f ~root/.guix-profile/lib/systemd/system/guix-daemon.service /etc/systemd/system/
反而。似乎对符号链接的数量有限制。
更新:下一个问题:
命令
sudo systemctl start guix-daemon
不在标准输出上打印任何内容,但未创建守护进程:
ps -fel|grep guix
什么都不返回。