尝试通过以下方式安装 deluge按照本指南在新的 Ubuntu 15.10 VM 上。我查看了两个最有可能关联的问题,但我无法找到答案,并且错误消息与我收到的错误消息不同。
当我跑步时:-
systemctl start deluged
systemctl status deluged
我得到:-
systemd[1]: deluged.service: Service hold-off time over, scheduling restart.
systemd[1]: Stopped Deluge Bittorrent Client Daemon.
systemd[1]: deluged.service: Start request repeated too quickly.
systemd[1]: Failed to start Deluge Bittorrent Client Daemon.
systemd[1]: deluged.service: Unit entered failed state.
systemd[1]: deluged.service: Failed with result 'start-limit'.
Deluged web 运行良好,但我根本无法运行它。我根本没有摆弄配置文件,只是将 unet 掩码更改为更宽松的掩码。
非常感谢您的帮助,谢谢!
答案1
我今天在 Debian 上遇到了这个问题。我花了一段时间才发现这是由于 Python 中的 Setuptools 安装损坏造成的。尝试:
sudo pip install setuptools --upgrade
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python