amuck-landowner

how to ban fstime on a openvz node

blergh

New Member
Verified Provider
Not to be "that guy" - but judging by the sound of the post you seem to have a server from which you sell stuff, yet you do not know how to prevent users from spawning bad processes. Is this correct?

If that is the case, all i can say is ouch!

As for resolving the issue at hand, you could use something simple like a bash-script to kill any process matching your name(s). You can later on crontab it and have it run at whatever interval you want/need, it might not be the 100% solution but it should be good enough in most cases.
 
Last edited by a moderator:

Wintereise

New Member
vzpid 749085

vzlist -a | grep $ctid

vzctl stop $ctid

Then suspend them from whatever panel it is you use.

You might want to learn a thing or two about what you're selling to people before continuing further though -- things will only get more complicated.
 

sv01

Slow but sure
how to ban fstime on a openvz node as i suspect it's being used for mining and is causing high CPU load.
I don't know how to check process in each vps from node, since I never play with openvz node before. Btw here's simple code to do that

Code:
kill -9 $(pidof fstime)
 
Top
amuck-landowner