[Typo3-debian] mysql problem....

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Mon Dec 5 15:22:43 CET 2005


Hi.

On 12/03/2005 06:19 PM Jordan van Bergen wrote:
> Hi All,
> 
> 
>>DF
>>and yes /var partition full because of /var/apache/logs FULL
>

- your log directory should be /var/log/apache/ (this is debian standard)
- always use a different partition for /var/log and /tmp
- compress old logfiles (gzip/bzip2)
- check your filesystems frequently (with df). I use to check it once a
week with cronjob:

<--- snip
#!/bin/sh

# get daily e-mail reports
/bin/df -h | mail root -s"[$(hostname) monitoring] weekly disk usage report"
---> snap

- Use 2.6 kernel with native posix threads. MySQL will then not start
300 processes, but threads instead. This might reduce load a bit.

-- 
cheers,
Steffen



More information about the TYPO3-debian mailing list