update.php?password files using up inodes

Post Reply
RobF
Observer
Observer
Posts: 42
Joined: Mon Nov 06, 2017 12:50 pm
Location: Clearwater Beach, Florida
Station model: Davis Pro 2 Plus
Software: WeatherLink.com
Contact:

update.php?password files using up inodes

Post by RobF » Sun Jun 03, 2018 1:22 pm

I got notice that our website was using 90% of our allowed inodes which is 300K. I went in to remove any extra files we are not using and discovered that every time the update cron runs (every minute) a new update.php file is being added to the root directory of our hosting account. Right now I am deleting 10,000 at a time which is the limit my FTP client can handle. There are still about 250,000 more to get rid of.

Do you have any idea why the cron is saving a copy of the file every minute?

Here is the cron script:

wget {mywebsite path}/update/update.php?password=****** >/dev/null 2>&1

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: update.php?password files using up inodes

Post by Jachym » Sun Jun 03, 2018 2:47 pm

Hi,
sorry no clue, Im not a server expert, but Ive never seen this problem before and the CRON definitely should not be doing this, I would ask your provider about the command

Post Reply