simple-obfs icon indicating copy to clipboard operation
simple-obfs copied to clipboard

`nohup` doesn't work well with stand alone mode

Open xrellana opened this issue 8 years ago • 2 comments

Hi, i am using stand alone mode. when I am using nohup obfs-server .........& this command, I can find it running in the background with ps -ef. but when I logout the system, obfs-server stopped. I have to run that in the SCREEN, i dont know why, please help. thx

xrellana avatar Jul 21 '17 01:07 xrellana

Hi~ I try test with nohup obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 then i use ps -aux | grep obfs lrin 3048 0.0 0.0 13932 1128 pts/0 S+ 19:32 0:00 obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 lrin 3050 0.0 0.0 15992 972 pts/1 S+ 19:32 0:00 grep --color=auto obfs this is work 0.0 cannot reproduce

lrinQVQ avatar Sep 15 '17 11:09 lrinQVQ

obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 >/dev/null 2>&1 &

s7lx avatar Nov 17 '17 06:11 s7lx