我刚刚安装了 Ubuntu 14.04 的最新更新。一切似乎都在正常工作。rtorrent 正在运行。nginx 正在运行 php5-fpm 正在运行,但是当我尝试使用 rutorrent 连接到 rtorrent 时,rutorrent 出现但没有连接到 rtorrent。
我确实注意到一件事——出于某种原因,我的 IP 地址发生了变化。它是 192.168.0.34,现在是 192.168.0.36,但连接工作正常,rtorrent 上传和下载正常。
我发现很难诊断,因为所有单独的部分似乎都在工作,但整体却没有。非常感谢在尝试诊断问题和修复问题时提供一些帮助。
这是我得到的错误
[26.06.2014 00:13:59] Bad response from server: (502 [error,getplugins]) <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.6.0</center> </body> </html>
[26.06.2014 00:13:59] Bad response from server: (502 [error,getuisettings]) <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.6.0</center> </body> </html>
在您发布问题的同时,这对我来说也是一个大问题。问题似乎是权限更改
/var/run/php5-fpm.sock
我通过取消注释这些设置来修复它
/etc/php5/fpm/pool.d/www.conf
:根据这个 Ubuntu 论坛帖子,套接字的默认所有者和组似乎已更改为 root 而不是
www-data
最新的安全更新。我对他们推动这一变化感到非常失望,这是对这个问题的倒退。