by robin » Fri Oct 30, 2009 1:44 am
df -k gives me the following:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/cciss/c0d0p1 67606164 2428844 61743028 4% /
tmpfs 4546616 0 4546616 0% /lib/init/rw
varrun 4546616 92 4546524 1% /var/run
varlock 4546616 0 4546616 0% /var/lock
udev 4546616 156 4546460 1% /dev
tmpfs 4546616 0 4546616 0% /dev/shm
lrm 4546616 2560 4544056 1% /lib/modules/2.6.28-16-server/volatile
tmpfs 4546616 0 4546616 0% /var/spool/asterisk/monitor
so i guess that means it works. Does it expand automagically?
I have these lines in my crontab:
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
Should I be doing something with these as well? I guess I do, but tips are welcome. The idea is to record to tmpfs and then move the audio somewhere else every 10 minutes or so. Then I'd like another machine to do the mixing. Any tips on this one are welcome as well...