[Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe

2003-03-09 Thread James Sizemore
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? ___ Asteri

[Asterisk-Users] Ouch ... error while writing audio data: : Broken pipe

2005-01-28 Thread Stojan Sljivic - Pamet
Title: Message Hi,   Can anyone help me with this: I have downloaded latest stable version of Asterisk using the asterisk-update.sh script. Compilation and installation passed well.   When I start Asterisk I get the following error:   [pbx_realtime.so]Jan 28 09:35:08 WARNING[3253]: loader

[Asterisk-Users] Ouch ... error while writing audio data: : Broken pipe

2005-08-02 Thread Bob Hrbek
When trying to start asterisk, I keep getting this error: Ouch ... error while writing audio data: : Broken pipe here are the last few lines after running "asterisk -vvv" [chan_zap.so] => (Zapata Telephony w/PRI) == Parsing '/etc/asterisk/zapata.conf': Found == Parsing '/etc/asteris

[Asterisk-Users] Ouch - Error while writing audio data - broken pipe

2005-10-28 Thread Michaël Gaudette
I'm getting the following error when starting Asterisk: Error while writing audio data: broken pipe. In my processesses I have tons of mpg123 instances running, probaby because of asterisk trying to start ad nauseum. What could be creating this? I am running Beta 1.2, trying to see if Realtim

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-09 Thread Mark Spencer
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

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-09 Thread James Sizemore
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 p

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-09 Thread Jim Archer
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 <[EMAIL PROTECTED]> wrote: Hell rm -rf asterisk cvs checkout asterisk make samples Same thing! Mark Spencer wrote: make clean ; make install?

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-10 Thread asterisk
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

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-10 Thread Mark Spencer
I'm unable to duplicate your problem. Can you contact me off-list with some output so I can see where it's dying for you? Mark ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe

2003-03-10 Thread David Davis
e stopping asterisk? David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 10, 2003 6:54 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] # Ouch ... error while writing audio data: : Broken pipe This error is f

RE: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-10 Thread James Golovich
AIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, March 10, 2003 6:54 AM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] # Ouch ... error while writing audio data: > : Broken pipe > > > This error is from mpg123, not asterisk. When asterisk dies, mpg12

Re: [Asterisk-Users] # Ouch ... error while writing audio data::Broken pipe

2003-03-10 Thread TC
I can also confirm this still happens on cvs as of 30sec's ago -Original Message- From: James Golovich <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: March 10, 2003 12:04 PM Subject: RE: [Asterisk-Users] # Ouch ... error while writing audio data: :B

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-10 Thread James O. Sizemore III
I just moved all my configs to another box. made no changes, did the exact same compile, And it worked. I have no ideal at this point what "file is to large" and causing the segment fault. I did have to move back past the "(no Nat)" code. for other reasons, but I'm up and working. I'll check the

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-11 Thread James Sizemore
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. I found the max file size for ext3 file system. LOL -rw-r--r--1 root root 2147

Re: [Asterisk-Users] # Ouch ... error while writing audio data: :Broken pipe

2003-03-11 Thread Steven Critchfield
On Tue, 2003-03-11 at 05:41, James Sizemore wrote: > 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. > > I found the max file size f

Re: [Asterisk-Users] Ouch ... error while writing audio data: : Broken pipe

2005-01-28 Thread Jefferson Carvalho
Hello Stojan , This issue is related to a hardware problem (Zaptel ) . Probably , you have loaded "locked" zaptel modules or not loaded correctly. Try to run ztcfg and see if you have any errors on your config. Check if u have multiples instances of mpg123 ( this kind of problem .. usually leave

Re: [Asterisk-Users] Ouch ... error while writing audio data: : Broken pipe

2005-01-28 Thread Joshua Colp
Who has an answer for this desperate problem? file has an answer for this desperate problem! Who me? Yes you! So true!You wouldn't have happened to have downgraded from CVS head to CVS stable by any chance? Stable has no idea what realtime is... so if the old realtime modules are present, they chok

Re: [Asterisk-Users] Ouch - Error while writing audio data - broken pipe

2005-10-28 Thread Rich Adamson
> I'm getting the following error when starting Asterisk: Error while writing > audio data: broken pipe. In my processesses I have tons of mpg123 instances > running, probaby because of asterisk trying to start ad nauseum. > > What could be creating this? I am running Beta 1.2, trying to see i