最近在搬瓦工试了个 vps,服务器登的上去,看 ss log 总是 socket.error: [Errno 98] Address already in use 有大神知道怎么解决吗
1
mimzy 2017-08-03 12:28:18 +08:00
报错已经提示你了 Address already in use. kill 掉占用端口的进程 或者换个端口
|
2
chisoco OP {
"server":"****", "server_port":7777, "password":"*****", "timeout":300, "method":"aes-256-cfb", "fast_open":false, "workers": 1 } 我这里配置文件是这样的 但是我看了没有占用 7777 端口的程序啊 |
3
chisoco OP 已经可以了
但是 google 一直上不上去不知道为什么 log 不太看得懂 2017-08-03 02:45:22 INFO connecting github.com:443 from 121.9.217.148:5443 2017-08-03 02:45:23 INFO connecting github-production-release-asset-2e65be.s3.amazonaws.com:443 from 121.9.217.148:49820 2017-08-03 02:45:26 INFO connecting mtalk.google.com:5228 from 121.9.217.148:49826 2017-08-03 02:45:26 INFO connecting clientservices.googleapis.com:443 from 121.9.217.148:49835 2017-08-03 02:45:26 INFO connecting translate.googleapis.com:443 from 121.9.217.148:49834 2017-08-03 02:45:26 INFO connecting safebrowsing.google.com:443 from 121.9.217.148:5331 2017-08-03 02:45:32 INFO connecting www.google.com:80 from 121.9.217.148:49856 2017-08-03 02:45:36 INFO connecting ssl.gstatic.com:443 from 121.9.217.148:49866 2017-08-03 02:45:36 INFO connecting ssl.gstatic.com:443 from 121.9.217.148:5301 2017-08-03 02:45:53 INFO connecting pagead2.googlesyndication.com:443 from 121.9.217.148:49886 2017-08-03 02:45:53 INFO connecting pagead2.googlesyndication.com:443 from 121.9.217.148:49887 2017-08-03 02:45:54 INFO connecting www.googleapis.com:443 from 121.9.217.148:5648 2017-08-03 02:45:54 INFO connecting clients1.google.com:443 from 121.9.217.148:49896 2017-08-03 02:46:11 INFO connecting www.google.com:80 from 121.9.217.148:49950 2017-08-03 02:46:25 INFO connecting www.google.com:443 from 121.9.217.148:49958 2017-08-03 02:47:35 INFO connecting clients4.google.com:443 from 121.9.217.148:50034 2017-08-03 02:47:56 INFO connecting github.com:443 from 121.9.217.148:50067 2017-08-03 02:47:59 INFO connecting live.github.com:443 from 121.9.217.148:50082 2017-08-03 02:48:01 INFO connecting api.github.com:443 from 121.9.217.148:5321 2017-08-03 02:49:13 INFO connecting safebrowsing-cache.google.com:443 from 121.9.217.148:50130 2017-08-03 02:49:45 INFO connecting mtalk.google.com:5228 from 121.9.217.148:5795 2017-08-03 02:50:11 INFO connecting safebrowsing.google.com:443 from 121.9.217.148:50240 2017-08-03 02:50:18 INFO connecting mtalk.google.com:5228 from 121.9.217.148:50248 2017-08-03 02:50:31 INFO connecting clients1.google.com:443 from 121.9.217.148:5407 2017-08-03 02:51:26 INFO connecting update.googleapis.com:443 from 121.9.217.148:50360 |
4
lzhr 2017-08-03 15:07:29 +08:00
666,在 V 站用$$,还爆出自己的 IP
|
5
xiaozhao2233 2017-08-03 15:53:30 +08:00 via Android
@chisoco 你 ip 暴露了
|