Hey Coca,
with
df –h
you can check, which mountpoint is full. Lets say “/var”.
then you can check the folders
cd /var
du –h –max-depth=1
Then go to the “big” folders and repeat until you know the files, that caused the full
disk. The solution should be clearer then.
Kind regards
Timo Klecker
Von: sr-users-bounces(a)lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org]
Im Auftrag von Coca
Gesendet: Freitag, 29. Juli 2011 08:49
An: Development mailing list of the sip-router project; sr-users(a)lists.sip-router.org
Betreff: [SR-Users] Disk space went full in 3 days. Kamailio 3.1 @debian64
Hi List ,
I have newly installed Kamailio 3.1 on a debian 64 server , replacing the OpenSIPs server
And the subscribers are about 1000 people.
After running 3 days, the disk with 8GB became full and caused Mysql stopped.
I have checked /etc/my.cnf , and the setting about binary log is like:
#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
It seems that binaly log for mysql is disabled.
What else possible reason could cause this problem??
Any hint will be helpful.
Thank you all,
Coca