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

Can't get server started #2971

Open
alex12342 opened this issue Apr 10, 2023 · 0 comments
Open

Can't get server started #2971

alex12342 opened this issue Apr 10, 2023 · 0 comments

Comments

@alex12342
Copy link

Please answer these questions before submitting your issue. Thanks!

(Please mention that if the issue you filed is solved, you may wish to close it by yourself. Thanks again.)

(PS, you can remove 3 lines above, including this one, before post your issue.)

What version of shadowsocks-libev are you using?

3.3.5

What operating system are you using?

Raspbian

What did you do?

Attempted to start a shadowsocks server with v2ray
apt install shadowsocks-libev
apt install shadowsocks-v2ray-plugin
added entry into /etc.rc.local to start server automatically on reboot

What did you expect to see?

a status page with the software running

What did you see instead?

● shadowsocks-libev.service - Shadowsocks-libev Default Server Service
Loaded: loaded (/lib/systemd/system/shadowsocks-libev.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2023-04-10 01:51:27 EDT; 3s ago
Docs: man:shadowsocks-libev(8)
Process: 1385 ExecStart=/usr/bin/ss-server -c $CONFFILE $DAEMON_ARGS (code=exited, status=255/EXCEPTION)
Main PID: 1385 (code=exited, status=255/EXCEPTION)
CPU: 36ms

Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: binding to outbound IPv4 addr: 0.0.0.0
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: plugin "v2ray-plugin" enabled
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: initializing ciphers... aes-256-gcm
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: using nameserver: 1.1.1.1
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: tcp server listening at 127.0.0.1:44451
Apr 10 01:51:27 raspberrypihole ss-server[1386]: No such file or directory
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 ERROR: plugin service exit unexpectedly
Apr 10 01:51:27 raspberrypihole ss-server[1385]: 2023-04-10 01:51:27 INFO: error on terminating the plugin.
Apr 10 01:51:27 raspberrypihole systemd[1]: shadowsocks-libev.service: Main process exited, code=exited, status=255/EXCEPTION
Apr 10 01:51:27 raspberrypihole systemd[1]: shadowsocks-libev.service: Failed with result 'exit-code'.

What is your config in detail (with all sensitive info masked)?

GNU nano 5.4 /etc/shadowsocks-libev/config.json
{
"server":"0.0.0.0",
"mode":"tcp_only",
"server_port":8388,
"local_port":1080,
"local_address":"0.0.0.0",
"password":"password",
"timeout":300,
"method":"aes-256-gcm",
"nameserver":"1.1.1.1",
"plugin":"v2ray-plugin",
"plugin_opts":"server;tls;cert=/home/alex/keys/fullchain5.pem;key=/home/alex/keys/privkey5.pem;host=www.texample.com;path=ss",
"fast_open":false
}

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

1 participant