zw963 / asuswrt-merlin-transparent-proxy

transparent proxy base on ss, v2ray, xray, ipset, iptables, chinadns on asuswrt merlin or side router.
MIT License
380 stars 80 forks source link

ss+udprelay脚本执行退出 #40

Closed gitx6 closed 6 years ago

gitx6 commented 7 years ago

脚本执行在下面步骤时退出。

echo '\'''\'' echo Remote deploy scripts is started !! echo '\'''\'' set -ue '

zw963 commented 7 years ago

这个可能是 Mac 的问题??

gitx6 commented 7 years ago

在Ubuntu 16.04 LTS上部署

zw963 commented 7 years ago

这个问题可能和 Mac 下是同一个问题,有没有试试其他脚本?例如:ss+dnsmasq+dnscrypt,这个是效果最好的,需要自己部署 dnscrypt-wrapper

zw963 commented 7 years ago

测试下最新的安装包, mac 下面应该也可以了.

gitx6 commented 7 years ago

安装失败。。。。

echo '\'''\'' echo Remote deploy scripts is started !! echo '\'''\'' set -ue '

gitx6 commented 7 years ago

在路由器手动运行opkg update 和opkg install bash perl后,脚本仍然无法运行

echo '\'''\'' echo Remote deploy scripts is started !! echo '\'''\'' set -ue '

zw963 commented 7 years ago

你是不是用的 dash,Ubuntu系统默认是这个。

命令行下 echo $0

gitx6 commented 7 years ago

$ echo $0 bash

zw963 commented 7 years ago

你以前不是至少可以开始部署么?感觉你的电脑有问题,你是不是加了什么 set 设定

gitx6 commented 7 years ago

没有改过任何配置。。。

我现在重装一遍虚拟机再试一次。。。。

zw963 commented 7 years ago

麻烦装个虚拟机试试了,我改天也装个 16.04 试试

gitx6 commented 7 years ago

你现在用的是什么?要不我安装一个和你 一样的系统。。。

zw963 commented 7 years ago

我用的系统小众了点,slackware,但是,我真觉得是你自己改了什么我bash 默认配置,我 Mac 下都可以部署了

gitx6 commented 7 years ago

重装ubuntu以后,问题依旧。

lniwn commented 7 years ago

会不会是远程脚本里的某个url访问超时?依次用curl试试呢?

zw963 commented 6 years ago

issue 太久了, 不确定问题, 有问题请重新提 issue.

gitx6 commented 6 years ago

Oracle VM VirtualBox 5.2.6 + Debian 9.3.0 部署成功

zw963 commented 6 years ago

@wangxin6 , Cool