Mark Spencer
2003-Mar-09 22:18 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
make clean ; make install? Mark On Sun, 9 Mar 2003, James Sizemore wrote:> Just check-out asterisk from cvs, It compile but > crashes right off with? > > # Ouch ... error while writing audio data: : Broken pipe > Ouch ... error while writing audio data: : Broken pipe > > Any ideal how far back I need to go to get a working > build? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
James Sizemore
2003-Mar-09 22:18 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
Just check-out asterisk from cvs, It compile but crashes right off with? # Ouch ... error while writing audio data: : Broken pipe Ouch ... error while writing audio data: : Broken pipe Any ideal how far back I need to go to get a working build?
Jim Archer
2003-Mar-09 22:59 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
My buuld is just a week old. We see that error all the time, but its never a problem... --On Monday, March 10, 2003 12:03 AM -0600 James Sizemore <james@deny.org> wrote:> Hell > rm -rf asterisk > cvs checkout asterisk > make samples > > Same thing! > > > > Mark Spencer wrote: > >> make clean ; make install? >> >> Mark >> >> On Sun, 9 Mar 2003, James Sizemore wrote: >> >> >> >>> Just check-out asterisk from cvs, It compile but >>> crashes right off with? >>> >>># Ouch ... error while writing audio data: : Broken pipe >>> Ouch ... error while writing audio data: : Broken pipe >>> >>> Any ideal how far back I need to go to get a working >>> build? >>> >>> _______________________________________________ >>> Asterisk-Users mailing list >>> Asterisk-Users@lists.digium.com >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >>> >>> >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
James Sizemore
2003-Mar-09 23:03 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
Hell rm -rf asterisk cvs checkout asterisk make samples Same thing! Mark Spencer wrote:>make clean ; make install? > >Mark > >On Sun, 9 Mar 2003, James Sizemore wrote: > > > >>Just check-out asterisk from cvs, It compile but >>crashes right off with? >> >># Ouch ... error while writing audio data: : Broken pipe >>Ouch ... error while writing audio data: : Broken pipe >> >>Any ideal how far back I need to go to get a working >>build? >> >>_______________________________________________ >>Asterisk-Users mailing list >>Asterisk-Users@lists.digium.com >>http://lists.digium.com/mailman/listinfo/asterisk-users >> >> >> > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > >
asterisk@billheckel.com
2003-Mar-10 07:54 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
This error is from mpg123, not asterisk. When asterisk dies, mpg123 complains. The error that killed * is either above that message or available using GDB if it is a segfault etc. You probably have a configuration error. Bill James Sizemore wrote:>> >>> Just check-out asterisk from cvs, It compile but >>> crashes right off with? >>> >>> # Ouch ... error while writing audio data: : Broken pipe >>> Ouch ... error while writing audio data: : Broken pipe >>> >>> Any ideal how far back I need to go to get a working >>> build? >>> >>> _______________________________________________ >>> Asterisk-Users mailing list >>> Asterisk-Users@lists.digium.com >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >>> >> >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
James Sizemore
2003-Mar-11 04:41 UTC
[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe
I got the time to go back and investigate the problem. You may want to comment out messages in logger.conf by default, or have a comment in the README to add /var/log/asterisk/messages to the log rotation. <smile> I found the max file size for ext3 file system. LOL -rw-r--r-- 1 root root 2147483647 Mar 9 04:05 messages The sip "register =>" lines filled it up in the span of a week. <frown> Needless to say I think "info" on this option needs to be cut back a lot! James Sizemore wrote:> Hell > rm -rf asterisk > cvs checkout asterisk > make samples > > Same thing! > > > > Mark Spencer wrote: > >> make clean ; make install? >> >> Mark >>