amuck-landowner

Does GVH kill torrent processes?

Status
Not open for further replies.

dzchimpo

New Member
Also set up a cron:


* * * * * /bin/bash /root/test.sh
with:


Code:
cat /root/test.sh
#!/bin/bash
dt=`date`
process=deluged




if ! [[ `ps ax | grep -v grep | grep $process` ]]
then
        dm="daemon was not running at "$dt
        echo $dm | mutt -s "Daemon killed test" -- me@some
else
    echo "daemon is already running"
fi
exit
 

GVH-Jon

Banned
If you're peaking near the point of abuse then your process may be killed as a courtesy as opposed to suspension being issued, torrent processes are not specifically targeted.
 

Virtovo

New Member
Verified Provider
If you're peaking near the point of abuse then your process may be killed as a courtesy as opposed to suspension being issued, torrent processes are not specifically targeted.
Hi Jon,

I thought that might be the case hence my questioning.  Are you able to give a little more insight into what metric you are measuring 'abuse' on?
 

DomainBop

Dormant VPSB Pathogen
Are you able to give a little more insight into what metric you are measuring 'abuse' on?
The Nodewatch alert level for [insert abusive activity name] would be my guess...
 

DomainBop

Dormant VPSB Pathogen
I used transmissions without issue until I was terminated for an unspecified reason in their catch all clause.

Mun
That's what you get for signing up with a host whose CEO spends half his life in front of the judge.

Case Numbers For


LANCE A JESSURUN, born in 1992


     Case Number    Name    Status    Date Filed


Select    2014TR005362    LANCE A JESSURUN    Open    11-MAR-14


Select    2014TR005361    LANCE A JESSURUN    Open    11-MAR-14


Select    2013TR027472    LANCE A JESSURUN    Closed    18-NOV-13


Select    2013TR027471    LANCE A JESSURUN    Closed    18-NOV-13


Select    2013TR019739    LANCE A JESSURUN    Closed    16-AUG-13


Select    2013TR019738    LANCE A JESSURUN    Closed    16-AUG-13


Select    2013TR017889    LANCE A JESSURUN    Closed    25-JUL-13


Select    2013TR017888    LANCE A JESSURUN    Closed    25-JUL-13


Select    2012TR022139    LANCE A JESSURUN    Closed    28-SEP-12


Select    2012TR022138    LANCE A JESSURUN    Closed    28-SEP-12


Select    2010TR011987    LANCE A JESSURUN    Closed    17-MAY-10


Select    2010TR011986    LANCE A JESSURUN    Closed    17-MAY-10

 

 

 

 


 

 

 






 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
 
Status
Not open for further replies.
Top
amuck-landowner