Skip to content
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

ubnt ER-X上无法使用脚本升级 #222

Closed
RrrrrCcccc opened this issue Oct 12, 2021 · 4 comments
Closed

ubnt ER-X上无法使用脚本升级 #222

RrrrrCcccc opened this issue Oct 12, 2021 · 4 comments

Comments

@RrrrrCcccc
Copy link

ubnt ER-X,原来用go.bash安装的V2Ray 4.24.2,正常使用了一年多,近期突然遇到无法使用,尝试更新版本,遇到问题,请问是否有解决方法?
设备上运行的是基于debian的
Linux ubnt 3.10.107-UBNT #1 SMP Fri Feb 21 10:42:32 UTC 2020 mips GNU/Linux

直接用脚本安装报错:

root@ubnt:~# bash <(curl -L -k https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   830  100   830    0     0   3269      0 --:--:-- --:--:-- --:--:--  3415
/dev/fd/63: line 2: syntax error near unexpected token ‘newline'
/dev/fd/63: line 2: `    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'

尝试分别下载了fhs-install-v2ray-master.zip和v2ray-linux-mips32le.zip,解压后运行也报错:

root@ubnt:/home/ubnt/fhs-install-v2ray-master# bash install-release.sh --local /tmp/v2ray-linux-mips32le
grep: /proc/1/cgroup: No such file or directory
error: Only Linux distributions using systemd are supported.

非常感谢

@IceCodeNew
Copy link
Collaborator

Only Linux distributions using systemd are supported.

@IceCodeNew
Copy link
Collaborator

我打算在这周发布一个比较阳春的安装脚本,用于支持那些没有 systemd 可用的系统。这个可能会解决你的问题,可以耐心等待试试。
我已经根据自己之前在 void linux 和 alpine 系统上的使用经验实现了非常简单的 runit 和 openRC 启动脚本,其他 init 实现暂时没有经验和时间琢磨研究。

@RrrrrCcccc
Copy link
Author

我打算在这周发布一个比较阳春的安装脚本,用于支持那些没有 systemd 可用的系统。这个可能会解决你的问题,可以耐心等待试试。 我已经根据自己之前在 void linux 和 alpine 系统上的使用经验实现了非常简单的 runit 和 openRC 启动脚本,其他 init 实现暂时没有经验和时间琢磨研究。

谢谢,等发布了我试试看

@IceCodeNew
Copy link
Collaborator

我打算在这周发布一个比较阳春的安装脚本,用于支持那些没有 systemd 可用的系统。这个可能会解决你的问题,可以耐心等待试试。 我已经根据自己之前在 void linux 和 alpine 系统上的使用经验实现了非常简单的 runit 和 openRC 启动脚本,其他 init 实现暂时没有经验和时间琢磨研究。

谢谢,等发布了我试试看

#223 (comment)

https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/develop/for-system-not-using-systemd.sh

Does not have time to test it. Please have a look.

@RrrrrCcccc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants