【发布时间】:2017-10-08 17:52:34
【问题描述】:
我需要 Torify(使用 torsocks)一个 python 守护程序应用程序。
在 macOS 上测试一切正常,在 linux 上我有这个错误:
1507484799 WARNING torsocks[9]: [syscall] Unsupported syscall number 217. Denying the call (in tsocks_syscall() at syscall.c:488)
1507484800 ERROR torsocks[6]: Unable to resolve. Status reply: 4 (in socks5_recv_resolve_ptr_reply() at socks5.c:829)
Segmentation fault
我应该调查什么?
【问题讨论】:
-
您使用的是哪个主机操作系统?
-
linux 或 macos。但我学到了一件事:不是码头工人的问题。 torsocks 在任何带有我需要 torify 的应用程序的 linux 上都失败,而在 macos 上工作正常。我需要修改我猜的问题
-
是的,这可能是问题所在,我在 docker 容器中运行了 torsocks,在 curl 上没有任何问题