We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.3.5
Debian GNU/Linux 11 (bullseye)
sudo systemctl start shadowsocks-libev-local@lib-systemd-system-"shadowsocks-libev".service sudo systemctl status shadowsocks-libev-local@lib-systemd-system-"shadowsocks-libev".service
Active: OK
shadowsocks-libev-local@lib-systemd-system-shadowsocks-libev.service - Shadowsocks-Libev Custom Cl> Loaded: loaded (/lib/systemd/system/shadowsocks-libev-local@.service; disabled; vendor preset: > Active: failed (Result: exit-code) since Sun 2024-02-25 09:02:13 +0330; 32s ago Docs: man:ss-local(1) Process: 14381 ExecStart=/usr/bin/ss-local -c /etc/shadowsocks-libev/lib-systemd-system-shadowso> Main PID: 14381 (code=exited, status=255/EXCEPTION) CPU: 12ms
{ "server":"...", "mode":"tcp_and_udp", "server_port":, "local_address":"127.0.0.1", "local_port":1080, "password": "*****", "timeout":301, "workers":8, "plugin":"obfs-local", "plugin_opts":"obfs=http;obfs-host=www.google.com", "method":"chacha20-ietf-poly1305", "fast_open":true, "reuse_port":true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of shadowsocks-libev are you using?
3.3.5
What operating system are you using?
Debian GNU/Linux 11 (bullseye)
What did you do?
sudo systemctl start shadowsocks-libev-local@lib-systemd-system-"shadowsocks-libev".service
sudo systemctl status shadowsocks-libev-local@lib-systemd-system-"shadowsocks-libev".service
What did you expect to see?
Active: OK
What did you see instead?
shadowsocks-libev-local@lib-systemd-system-shadowsocks-libev.service - Shadowsocks-Libev Custom Cl>
Loaded: loaded (/lib/systemd/system/shadowsocks-libev-local@.service; disabled; vendor preset: >
Active: failed (Result: exit-code) since Sun 2024-02-25 09:02:13 +0330; 32s ago
Docs: man:ss-local(1)
Process: 14381 ExecStart=/usr/bin/ss-local -c /etc/shadowsocks-libev/lib-systemd-system-shadowso>
Main PID: 14381 (code=exited, status=255/EXCEPTION)
CPU: 12ms
What is your config in detail (with all sensitive info masked)?
{
"server":"...",
"mode":"tcp_and_udp",
"server_port":,
"local_address":"127.0.0.1",
"local_port":1080,
"password": "*****",
"timeout":301,
"workers":8,
"plugin":"obfs-local",
"plugin_opts":"obfs=http;obfs-host=www.google.com",
"method":"chacha20-ietf-poly1305",
"fast_open":true,
"reuse_port":true
}
The text was updated successfully, but these errors were encountered: