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-boun...@lists.digium.com [mailto:asterisk-users-boun...@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
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users