我正在尝试使用 arch linux 设置互联网。我刚刚使用并行安装它并收到以下错误:
[root@singularity ~]# systemctl enable dhcpd.service
Failed to issue method call: No such file or directory
Run Code Online (Sandbox Code Playgroud)
所以我尝试手动链接它:
[root@singularity ~]# ln -s /usr/lib/systemd/system/dhcpd.service /usr/lib/systemd/system/multi-user.target.wants/dhcpd.service
Run Code Online (Sandbox Code Playgroud)
就在那时,我意识到该文件甚至不存在:
[root@singularity ~]# ls /usr/lib/systemd/system/dhcpd.service
ls: cannot access /usr/lib/systemd/system/dhcpd.service: No such file or directory
Run Code Online (Sandbox Code Playgroud)
有什么办法可以解决这个问题吗?我无法访问互联网,因为我无法启用 dhcpd。我正在运行 OSX 10.9 并使用并行。