loyess / Shell

Shadowsocks with plugins one-click installation. e.g. v2ray-plugin, kcptun, simple-obfs, goquiet, cloak, mos-tls-tunnel, rabbit-tcp, simple-tls, gost-plugin, xray-plugin, qtun, gun
783 stars 356 forks source link

euserv ss-rust安装失败 #94

Closed cncherisher closed 2 years ago

cncherisher commented 2 years ago
[注意] 当前未选择任何插件,仅安装ss-rust.

按任意键开始…或按Ctrl+C取消
shadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz 当前目录中不存在, 现在开始下载.
--2022-03-11 15:18:27--  https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.14.1/shadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/25250913/51ec8862-b5ce-456a-ab11-0de182b95a57?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220311%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220311T071827Z&X-Amz-Expires=300&X-Amz-Signature=e65e7a4c4d16401de27ff8eaf620d1fca1911c184e514bd84fad565e107f9b6a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=25250913&response-content-disposition=attachment%3B%20filename%3Dshadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz&response-content-type=application%2Foctet-stream [following]
--2022-03-11 15:18:28--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/25250913/51ec8862-b5ce-456a-ab11-0de182b95a57?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220311%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220311T071827Z&X-Amz-Expires=300&X-Amz-Signature=e65e7a4c4d16401de27ff8eaf620d1fca1911c184e514bd84fad565e107f9b6a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=25250913&response-content-disposition=attachment%3B%20filename%3Dshadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3969024 (3.8M) [application/octet-stream]
Saving to: ‘shadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz’

shadowsocks-v1.14.1.x86_64-unkno 100%[==========================================================>]   3.79M  2.62MB/s    in 1.4s    

2022-03-11 15:18:29 (2.62 MB/s) - ‘shadowsocks-v1.14.1.x86_64-unknown-linux-gnu.tar.xz’ saved [3969024/3969024]

shadowsocks-rust [已存在.]
[警告] ufw没有运行或没有安装,请自行排查问题后,手动启用端口: 10000.
tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
chmod: cannot access 'sslocal': No such file or directory
chmod: cannot access 'ssserver': No such file or directory
chmod: cannot access 'ssurl': No such file or directory
chmod: cannot access 'ssmanager': No such file or directory
chmod: cannot access 'ssservice': No such file or directory
mv: cannot stat 'sslocal': No such file or directory
mv: cannot stat 'ssserver': No such file or directory
mv: cannot stat 'ssurl': No such file or directory
mv: cannot stat 'ssmanager': No such file or directory
mv: cannot stat 'ssservice': No such file or directory
[错误] shadowsocks-rust安装失败.
root@srv22725:~# ./ss-plugins.sh status

[错误] Shadowsocks and related plugins are not installed.

go-ss2安装正常

SevendaysZzzz commented 2 years ago

你当前目录中存在一个被破坏了的shadowsocks-rust的压缩包,删除它然后执行脚本安装就可以了。

cncherisher commented 2 years ago

谢谢,解决了