[asterisk-users] carefulwrite: write() returned error: Broken pipe

Danny Nicholas danny at debsinc.com
Thu Oct 22 09:42:29 CDT 2009


In main/utils.c there is a line (1126) that reads like this - 

ast_log(LOG_ERROR, "write() returned error: %s\n", strerror(errno));

 

change ERROR to NOTICE - 

ast_log(LOG_NOTICE, "write() returned error: %s\n", strerror(errno));

 

and do make && make install.  This will remove this message.

 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Josip Djuricic
Sent: Thursday, October 22, 2009 9:31 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] carefulwrite: write() returned error: Broken pipe
Importance: High

 

Dear,

 

I am getting this in CLI on release candidate version of Asterisk. Any
ideas, or points where to look?

 

    -- Launched AGI Script /var/lib/asterisk/agi-bin/rad-auth.agi

[Oct 22 18:21:45] ERROR[9853]: utils.c:1126 ast_carefulwrite: write()
returned error: Broken pipe

    -- <SIP/916-fc001968>AGI Script rad-auth.agi completed, returning 0

 

Best regards,

 

Josip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091022/d41ede52/attachment.htm 


More information about the asterisk-users mailing list