Platoali wrote:
 /dev/console (deleted)
mysqld 5679 mysql 5u REG 8,1 0 1009860 /tmp/iby8kN8L (deleted) mysqld 5679 mysql 6u REG 8,1 0 1009861 /tmp/ib3OyWjn (deleted) mysqld 5679 mysql 7u REG 8,1 0 1009862 /tmp/ibCqa6uY (deleted) mysqld 5679 mysql 8u REG 8,1 0 1009863 /tmp/ibnDCmHz (deleted) mysqld 5679 mysql 12u REG 8,1 0 1009864 /tmp/ibaQcs5a (deleted)
...


Nothing so big. just about 20 lines and the biggest ones are these.

This server hosts accounting software for an ISP: just a couple python scripts, apache with PHP and a small Postgresql database.

You're going to have to rebuild this server because someone is eventually going to break it.

The number one rule of shared database servers is never put /tmp inside / because eventually some idiot will kick off some poorly thought out job to crunch some numbers and he will fill /tmp and therefore / and break your server. /tmp should always be it's own partition in this type of environment. I have also found 5GB to be a good size as well since most crazy jobs would die around 4GB on 32 bit systems.

kashani

Reply via email to