You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
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
}
The text was updated successfully, but these errors were encountered: