View Single Post
  #1   (View Single Post)  
Old 19th September 2008
drhowarddrfine drhowarddrfine is offline
VPN Cryptographer
 
Join Date: May 2008
Posts: 377
Default Timestamp keeps incrementing on server

I uploaded an executable to my host. The program generates a web page, takes in post data and writes it to sqlite database. I screwed up and put it into a loop where it writes continuously, adding records to the db. The db is embedded in my program.

I ssh into the host but ps doesn't show anything running. My host says nothing is either and there are no zombies. I deleted the program and the db but there is a journal file that keeps getting its timestamp updated. So something must be running to cause that right?

Any ideas while I wait for them to get back to me?
Reply With Quote