Page 1 of 1

Cron emails

PostPosted: Tue Jan 08, 2008 4:20 am
by kieranmullen
I am getting emails stating the following every 5 minutes. This is setup due to cron. I think it is a permissions issue, but cant figure out where. Thank you!

pattern match read eof at /usr/share/astguiclient/AST_conf_update.pl line 191
pattern match read eof at /usr/share/astguiclient/AST_vm_update.pl line 191

PostPosted: Wed Jan 09, 2008 9:04 am
by mflorell
Asterisk version?

astguiclient version?

is your manager.conf files configured properly?

hello

PostPosted: Wed Jan 09, 2008 12:27 pm
by eliasferreyra
i always receive the same email

/usr/share/astguiclient/AST_conf_update.pl line 191
/usr/share/astguiclient/AST_vm_update.pl line 191

with asterisk 1.2.17 and 1.2.24 too
and astguiclient 2.0.3 and 2.0.4

the same

and i remove iptables
but the problem persist

what can we do matt?

PostPosted: Wed Jan 09, 2008 2:07 pm
by kieranmullen
Code: Select all
Same contents as backup when system was working...

nano /etc/asterisk/manager.conf

; Asterisk Call Management support
;
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0

[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

#include manager_additional.conf
#include manager_custom.conf
#include manager_astguiclient.conf

asterisk -v Asterisk 1.4.15

is there a way to tell from the command line?

I searched for the word version when logged in but not even this thread came up? odd

thank you

PostPosted: Wed Jan 09, 2008 3:18 pm
by mflorell
Your manager.conf is not configured properly, or you have not restarted Asterisk to make the changes effective.

PostPosted: Wed Jan 09, 2008 3:28 pm
by kieranmullen
THank you for your response, but it seems somewhat vague.

Eg: You forgot to configure X. Have you checked the permissions of file Y? It must be set to user Z.

Thank you

PostPosted: Wed Jan 09, 2008 6:02 pm
by mflorell
Did you follow the SCRATCH_INSTALL doc?

take a look at it or the /docs/conf_examples/manager.conf.sample file.

Are you using Asterisk 1.4.X?