kenzok8 / openwrt-packages

openwrt常用软件包
https://op.dllkids.xyz
6.43k stars 2.6k forks source link

ssr+无法运行 #11

Closed iwowcn closed 1 year ago

iwowcn commented 4 years ago

ssh手动启动提示: root@OpenWrt:~# /etc/init.d/shadowsocksr start -ash: /etc/init.d/shadowsocksr: Permission denied 控制台启动显示“ShadowsocksR Plus+ 未运行”,停用再启用也无效。

kenzok8 commented 4 years ago

我自己编译没问题,Lean与Lienol源码都没问题

iwowcn notifications@github.com 于2020年4月28日周二 下午6:41写道:

ssh手动启动提示: root@OpenWrt:~# /etc/init.d/shadowsocksr start -ash: /etc/init.d/shadowsocksr: Permission denied 控制台启动显示“ShadowsocksR Plus+ 未运行”,停用再启用也无效。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kenzok8/openwrt-packages/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJZ3AUJWLAH5WUWNCYCL73RO2XGNANCNFSM4MSWYEVQ .

iwowcn commented 4 years ago

我自己编译没问题,Lean与Lienol源码都没问题 iwowcn notifications@github.com 于2020年4月28日周二 下午6:41写道: ssh手动启动提示: root@OpenWrt:~# /etc/init.d/shadowsocksr start -ash: /etc/init.d/shadowsocksr: Permission denied 控制台启动显示“ShadowsocksR Plus+ 未运行”,停用再启用也无效。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#11>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJZ3AUJWLAH5WUWNCYCL73RO2XGNANCNFSM4MSWYEVQ .

那就奇怪了,我用lean的源码,昨天还是好的,刚刚编译了一次,去init.d下面查看,ssr和阿里ddns都没有执行权限,手动加上之后各种报错。

kenzok8 commented 4 years ago

chmod +x /etc/init.d/shadowsocksr chmod +x /usr/bin/ssr-rules chmod +x /usr/bin/ss-redir 试试

iwowcn commented 4 years ago

chmod +x /etc/init.d/shadowsocksr chmod +x /usr/bin/ssr-rules chmod +x /usr/bin/ss-redir 试试

我刷回26晚上编译的固件了,ssr+正常,去看了一下/init.d目录,ssr权限正常,但是aliddns没有可执行权限,尝试手动添加,命令和web都不能启动阿里ddns。

kenzok8 commented 4 years ago

没这个反馈

shangyanjin commented 4 years ago

1.控制台启动显示“ShadowsocksR Plus+ 未运行”,停用再启用也无效。 2.ssh手动启动提示: root@OpenWrt:~# /etc/init.d/shadowsocksr start -ash: /etc/init.d/shadowsocksr: Permission denied 3.shell解决 chmod +x /etc/init.d/shadowsocksr chmod +x /usr/bin/ssr-rules chmod +x /usr/bin/ss-redir 4.有没有办法?

kenzok8 commented 4 years ago

下载的文件目录权限记得给775

chocoowu commented 4 years ago

我也遇到了,我是加入feed文件里的,编译出来也提示上面一样的,有解决办法么

shangyanjin commented 4 years ago

有没有打包好的 ?给个链接。

Henrysilently commented 4 years ago

我也遇到了,我是加入feed文件里的,编译出来也提示上面一样的,有解决办法么

chmod +x /etc/init.d/shadowsocksr chmod +x /usr/bin/ssr-rules chmod +x /usr/bin/ss-redir 使用以上指令就可以使用了