4nonimizer icon indicating copy to clipboard operation
4nonimizer copied to clipboard

4nonimizer stop command

Open Vdevv opened this issue 7 years ago • 6 comments

While using 4nonimizer stop command the 4nonimizer service still running in the background.

Vdevv avatar Oct 01 '18 09:10 Vdevv

check manually the command line and paste the results: ps -uax | grep "log-vpn" | awk '{print $2}' | xargs kill -9 2> /dev/nul ps -aux | grep openvpn | awk '{print $2}' | xargs kill -9 2> /dev/null ifconfig $(ifconfig | egrep -io "tun\w") down 2> /dev/null

And paste the results please.

vmotos avatar Mar 23 '19 20:03 vmotos

Well tried this with no outputs but when i open the system monitor there are 2-4 4nonimizer processes that running.

Vdevv avatar Apr 24 '19 11:04 Vdevv

Ok, and there is not ouput if you executes?

ps -uax | grep "log-vpn" ps -aux | grep openvpn ifconfig $(ifconfig | egrep -io "tun\w")

vmotos avatar May 26 '19 14:05 vmotos

Tried that today nothing shown on terminal but if i use ps -aux | grep 4nonimizer i get these root 3127 0.2 0.1 9820 6564 ? Ss 19:01 0:00 /bin/bash /opt/4nonimizer/4nonimizer start root 3354 0.0 0.0 6148 820 pts/0 S+ 19:02 0:00 grep 4nonimizer

Vdevv avatar Jun 11 '19 16:06 Vdevv

Please, reinstall the tool and check again.

vmotos avatar Jun 11 '19 20:06 vmotos

Same thing even with reinstall nothing with the commands that you provided but with ps -aux | grep 4nonimizer root 8704 0.0 0.0 9828 5100 pts/0 S 13:09 0:00 /bin/bash /usr/bin/4nonimizer start root 8851 0.0 0.0 7604 2864 pts/1 S 13:10 0:00 /bin/bash /usr/bin/4nonimizer start root 8853 0.0 0.0 7604 2800 pts/1 S 13:10 0:00 /bin/bash /usr/bin/4nonimizer start root 8950 0.0 0.0 6148 888 pts/1 S+ 13:10 0:00 grep 4nonimizer

Vdevv avatar Jun 12 '19 10:06 Vdevv