我正在尝试在我的 Raspberry 3 上设置 Dante SOCKS 服务器。我尝试全新安装 Debian Buster 和 Ubuntu 19.10。在两个系统上,我在使用默认配置安装服务器后立即收到以下错误:
ubuntu@ubuntu ~> sudo systemctl start danted
Job for danted.service failed because the control process exited with error code.
See "systemctl status danted.service" and "journalctl -xe" for details.
ubuntu@ubuntu ~> sudo systemctl status danted
● danted.service - SOCKS (v4 and v5) proxy daemon (danted)
Loaded: loaded (/lib/systemd/system/danted.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-03-19 18:04:15 UTC; 1s ago
Docs: man:danted(8)
man:danted.conf(5)
Process: 1572 ExecStartPre=/bin/sh -c uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; if [ -n "$uid" ]; then touch /var/run/danted.pid; chown
Mar 19 18:04:15 ubuntu systemd[1]: Starting SOCKS (v4 and v5) proxy daemon (danted)...
Mar 19 18:04:15 ubuntu systemd[1572]: danted.service: Failed to set up mount namespacing: No such file or directory
Mar 19 18:04:15 ubuntu systemd[1572]: danted.service: Failed at step NAMESPACE spawning /bin/sh: No such file or directory
Mar 19 18:04:15 ubuntu systemd[1]: danted.service: Control process exited, code=exited, status=226/NAMESPACE
Mar 19 18:04:15 ubuntu systemd[1]: danted.service: Failed with result 'exit-code'.
Mar 19 18:04:15 ubuntu systemd[1]: Failed to start SOCKS (v4 and v5) proxy daemon (danted).
来自 Ubuntu v19.10、Dante v1.4.2 的输出
我可以做些什么来解决这个问题?
更新:我让 Dante 在同一台设备上使用以前版本的 Debian(可能是 Stretch)之一
编辑文件
找到线
并将 /lib64 更改为 -/lib64
保存 (ctrl+xy enter) 现在运行
这是由 Anatoly A. Kazantsev 在https://www.mail-archive.com/[email protected]/msg1688336.html提出的
一些 debian 发行版没有 /lib64 文件夹。
对于我在不同项目中看到的内容,它似乎是一个包装不良的版本。所以我们需要就这个包向 debian/ubuntu/Raspbian 开一张票来警告维护者。同时,这是我从这里检索到的部分解决方案。您可以从一个简单的过程开始 danted。
您可以同时使用 bash 脚本,方法是将其包含在 screen/tmux 会话中。