Page 1 of 1

the dev/ hda2 is at 94%, in red !!

PostPosted: Mon Apr 18, 2016 10:06 am
by Yassinelpdt
hi vicidial family

hope you're all right,

I have a problem with my partition Mounted Filesystems, the dev/ hda2 is at 94%, in red, and dev/ hda1 is at 17%, on total 93%, please I would like to have how I can do to clear this score, I erased half of the recordings, but without avail, nothing is happening, and that's angered me a lot of bprobleme, I wasn't able de access to phpmyadmin at first time until I arose some vocelogs

VERSION: 2.4-309a
BUILD: 110430-1642
Asterisk 1.4.39.1

Re: the dev/ hda2 is at 94%, in red !!

PostPosted: Mon Apr 25, 2016 11:56 am
by chasejordan1
Search how to delete recording files vicidial.

You will find good info.

for instance

cd /var/spool/asterisk/monitorDONE/ORIG

then

find . -type f -name "*.wav" | xargs -l500 rm -f

this will delete ALL wav files in this specific folder.

Do a search though, there are other folders that hold recordings and you need to make sure you are deleting what you want to delete, also you may need to delete some logs or turn OFF logging in vicicial "server" settings.