ERROR[4599]: cdr_csv.c:237 csv_log: Unable to re-open master file /var/log/asterisk//cdr-csv//Master.csv : Read-only file system
Check the disk space using df -h if everything is fine try to restart
When suddenly permission issue received try to restart the machine once.
After restart everything works fine it is ok otherwise
do the following
Goautodial/vicidial runs asterisk in root permission only.
You can safely ignore those warnings. To fix them, ran the following and reboot:
1. chkconfig --level 2345 asterisk off
This turns off the default system Asterisk startup scripts which runs Asterisk as user Asterisk (that's why permission denied in /var/lib/asterisk/astdb). The default GOautodial Asterisk startup script is ran automatically if this is disabled.
2. chown asterisk:asterisk /var/lib/asterisk/astdb
Check the disk space using df -h if everything is fine try to restart
When suddenly permission issue received try to restart the machine once.
After restart everything works fine it is ok otherwise
do the following
Goautodial/vicidial runs asterisk in root permission only.
You can safely ignore those warnings. To fix them, ran the following and reboot:
1. chkconfig --level 2345 asterisk off
This turns off the default system Asterisk startup scripts which runs Asterisk as user Asterisk (that's why permission denied in /var/lib/asterisk/astdb). The default GOautodial Asterisk startup script is ran automatically if this is disabled.
2. chown asterisk:asterisk /var/lib/asterisk/astdb
No comments:
Post a Comment