the server can be launched as a service
but when i tried to start it by ss-server
it returns eror
ss-libev 3.2.5
ubuntu 14.04
trying to start server service in
ss-server -c /path to config -d start -v
2019-04-21 08:59:15 ERROR: failed to set nameservers
{
"server":"0.0.0.0",
"server_port":9921,
"loacl_addrees":"127.0.0.1",
"local_port":1080,
"password":"meizifdc",
"timeout":10,
"method":"aes-128-cfb",
"fast_open":false,
"nameserver":"8.8.8.8",
"mode":"tcp_and_udp"
}
Remove 'local_address'.
well, the problem remains after i delete that line
Remove -d start from your command line.
THX. it works
Remove -d start from your command line.
Thanks, it works
Worked for me as well... to encourage detachment and logging use nohup and send to background with '&'.
`nohup ss-server -c /etc/shadowsocks-libev/config.json &'
Most helpful comment
Remove -d start from your command line.