Code Monkey home page Code Monkey logo

Comments (6)

vmotos avatar vmotos commented on August 24, 2024

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.

from 4nonimizer.

Vdevv avatar Vdevv commented on August 24, 2024

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

from 4nonimizer.

vmotos avatar vmotos commented on August 24, 2024

Ok, and there is not ouput if you executes?

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

from 4nonimizer.

Vdevv avatar Vdevv commented on August 24, 2024

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

from 4nonimizer.

vmotos avatar vmotos commented on August 24, 2024

Please, reinstall the tool and check again.

from 4nonimizer.

Vdevv avatar Vdevv commented on August 24, 2024

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

from 4nonimizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.