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

VPS installation script died repeatedly on line 795; edited script and completed successfully #91

Open
xzjq opened this issue Dec 15, 2023 · 1 comment

Comments

@xzjq
Copy link

xzjq commented Dec 15, 2023

I was executing the snapshot/server-test version of debian-x86_64.sh last night on a fresh VPS running Debian 12, and it died 3x in a row on line 795:

wget -O /lib/systemd/system/shadowsocks-libev-manager@.service ${VPSURL}${VPSPATH}/shadowsocks-libev-manager@.service.in

Gave a "no route to host" for https://www.openmptcprouter.com. Odd, given that line 772, etc, had same form and had no problem. I added quotes to that line and the script successfully completed.

wget -O "/lib/systemd/system/shadowsocks-libev-manager@.service" "${VPSURL}${VPSPATH}/shadowsocks-libev-manager@.service.in"

@Ysurac
Copy link
Owner

Ysurac commented Dec 16, 2023

The problem was more a DNS resolution issue. Check what are the current DNS on your VPS.

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