wrong bandwidth calculator?

gate2vn

Verified User
Joined
Nov 9, 2004
Messages
500
Location
Oslo
even I have
- suspended account
- chmod'ed 000 /home/username
- chmod'ed 000 /var/lib/mysql/username*

but the bandwidth usage for that username is still going up quickly. Only that user on server. In apache, ftp log show nothing related to that user.

what's the reason here?
 
Jon, he's already said he's suspended the account.

gate2vn, have you tried (as root):

find / -user <user>

where <user> is replaced by the name of the user?

That will give you a list of all the files owned by that user. With their paths, so you can figure out what's causing the problem.

Jeff
 
Jeff, I have tried to find out the files, but I believe I cant see anything wrong outside of their folders. I had to delete that account. Will try to restore it now, to see if it's happening again

it's really strange cause the bandwidth usage is going up quickly. It's increasing 2GB just in a few minutes. I have checked it by using
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

have removed all mails in exim spool, in exim mainlog shows nothing related to that account
there are no apache connection to that account either
 
Back
Top