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

install-release.sh: line 404: HELP: unbound vaiable #3

Open
walkingstart opened this issue Sep 7, 2021 · 1 comment
Open

install-release.sh: line 404: HELP: unbound vaiable #3

walkingstart opened this issue Sep 7, 2021 · 1 comment

Comments

@walkingstart
Copy link

walkingstart commented Sep 7, 2021

问题如标题所述
本地下载文件安装

bash install-release.sh -l v2ray-openbsd-64.zip 
+ main -l v2ray-openbsd-64.zip
+ identify_the_operating_system_and_architecture
++ uname
+ [[ OpenBSD == \O\p\e\n\B\S\D ]]
+ case "$(arch -s)" in
++ arch -s
+ BIT=64
+ judgment_parameters -l v2ray-openbsd-64.zip
+ [[ 2 -gt 0 ]]
+ case "$1" in
+ [[ 2 -gt 2 ]]
+ [[ -z v2ray-openbsd-64.zip ]]
+ LOCAL_FILE=v2ray-openbsd-64.zip
+ LOCAL_INSTALL=1
install-release.sh: line 404: HELP: unbound variable

直接安装

bash install-release.sh                              
+ main
+ identify_the_operating_system_and_architecture
++ uname
+ [[ OpenBSD == \O\p\e\n\B\S\D ]]
+ case "$(arch -s)" in
++ arch -s
+ BIT=64
+ judgment_parameters
+ [[ 0 -gt 0 ]]
install-release.sh: line 404: HELP: unbound variable

@pallas42
Copy link

pallas42 commented Dec 29, 2022

我遇到了同样的问题。

直接安装 bash install-release.sh报错 install-release.sh: line 404 HELP: unbound variable

试着按照install-release.sh中的步骤手动把压缩包中的文件安装到对应目录下,但是启动时doas rcctl -d start v2ray 报错

doing _rc_parse_conf
v2ray_flags empty, using default >-confdir /etc/v2ray/<
doing rc_check
v2ray
doing rc_start
doing _rc_wait_for_start
doing rc_check
2022/12/29 09:25:49 mmap: cannot allocate memory
doing _rc_rm_runfile
(failed)

系统信息 uname -a

OpenBSD x230.lan 7.2 GENERIC.MP#4 amd64

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