-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近几个月的ssrplus都无法启动 #1493
Comments
已解决shadowsocks-rust的问题 删除所有shadowsocks-rust,使用shadowsocks-libev即可解决 我使用的这个固件使用的是shadowsocks-libev版本, 但是不知为何带了shadowsocks-rust-sslocal这个包 上面的情况是: |
Marked |
@eAtmApp 为何是openssl版本问题?我的openssl是3.0.14版本都没问题。。。。 |
@zxlhhyccc 我没确认, 是看到有人这么说,他说的是换了低版本openssl就解决了, |
ss-plus的日志太'精简' |
@eAtmApp 你是不是编译的是nft而不是ipt,就是说你编译的是fw4而不是fw3引起的? |
我使用shadowsocks-rust遇到了同样的问题,我使用openwrt master分支,并且我在base-system里面取消勾选了firewall4并勾选了firewall,这是否能满足ssrplus的依赖? |
我就不是自己编译的, 就最终确认的结果, 是ssr plus中写的依赖包造成的, 然后ssrplus的服务启动脚本中又将ss与ssr混合在了一起, |
没仔细看脚本, 我猜测啊,ssrplus本身并不包含二进制文件,也就是不依赖任何东西, 他只是为了满足所有用户,将所有的软件包ss-rust/ss-liev/ssr还有分流工具, 整合到了一起,简化用户操作所以才有了那么多的依赖, |
|
老哥,你好,我搜索问题答案搜索到你的回复。我想请问一下,我是自己编译的官方openwrt R23.05.3 然后加入了hellloworld插件,现在编译好的ssr plus可以正常启动,但是一直无法连接谷歌,请问你有解决办法么?我就是编译的官方的firewall4,不是firewall3,我猜测是不是ssr plus在firewall4的情况下,需要特殊设置一下呢?请问可以帮忙解答一下么? |
我上面就写了, 这些工具他本身不包含实际功能, 只是利用原现有工具打包成了懒人工具箱, 但是, 他们他们没有处理原有工具的相关错误, 懒人工具箱的日志中也没有体现出来, 所以出现任何问题,只能去查他所使用的原有软件工具的日志或调度输出,才能定位到问题所在 |
最近几个月的版本ssrplus都无法启动
错误日志: ssrplus redir tcp error.restart!
#在root目录下
#终端手动执行:
# /var/etc/ssrplus/bin/ss-redir -c /var/etc/ssrplus/tcp-udp-ssr-retcp.json
直接报错:
loading config "/var/etc/ssrplus/tcp-udp-ssr-retcp.json", unsupported method,
xchacha20-ietf-poly1305
is not a supported method我看老版本的命令就是用的绝对路径
#但如果不加绝对路径则正常
# ss-redir -c /var/etc/ssrplus/tcp-udp-ssr-retcp.json
2024-06-20 02:42:01 INFO: plugin "v2ray-plugin" enabled
2024-06-20 02:42:01 INFO: initializing ciphers... xchacha20-ietf-poly1305
2024-06-20 02:42:01 INFO: listening at 0.0.0.0:1080
2024-06-20 02:42:01 INFO: tcp port reuse enabled
2024-06-20 02:42:01 INFO: UDP relay enabled
2024-06-20 02:42:01 INFO: udp port reuse enabled
2024-06-20 02:42:01 INFO: running from root user
2024/06/19 18:42:01 V2Ray 5.13.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.21.4 linux/amd64)
2024/06/19 18:42:01 A unified platform for anti-censorship.
2024/06/19 18:42:01 [Warning] V2Ray 5.13.0 started
#因老版系统的源没有了, 想更新系统, 但新ssrplus一直跑不起来,几个月来试了几个版本都是同样的问题
今天特意用新老版本比较运行测试了下才发现这个情况
这个情况应该从哪里入手呢?
lua与sh看着好花呀,也不会调试,只能打下日志找切入点, 太难了 -_-
求大佬指点一下
The text was updated successfully, but these errors were encountered: