Re: [Astlinux-users] 0.7-3417 - DAHDI kernel panic

2009-12-08 Thread Darrick Hartman (lists)
On 12/08/2009 05:08 AM, Tom Chadwin wrote:
 Hello all

 Trying to get a TDM410P up and running in 0.7-3417. An outgoing call
 seems to cause a kernel panic:

 Code: Bad EIP value.
 EIP: [] 0x0 SS:ESP 0068:c035def4
 Kernel panic - not syncing: Fatal exception in interrupt

 Can anyone help? As you might gather, I have precisely no experience
 in debugging anything like this.

 Thanks

 Tom

Tom,

I have not run into the same problem.  Are you able to reproduce this 
100% of the time?

Darrick
-- 
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7-3417 - DAHDI kernel panic

2009-12-08 Thread Tom Chadwin
Hi Michael

I shall see if anything is mentioned in the release notes which might
relate to this. My build environment never worked (Ubuntu - build
completed, but was non-functional), which is why I've waited for
Darrick's beta images before trialling 0.7.

Thanks

Tom


On Tue, Dec 8, 2009 at 11:40 AM, Michael Keuter li...@mksolutions.info wrote:
Hello all

Trying to get a TDM410P up and running in 0.7-3417. An outgoing call
seems to cause a kernel panic:

Code: Bad EIP value.
EIP: [] 0x0 SS:ESP 0068:c035def4
Kernel panic - not syncing: Fatal exception in interrupt

Can anyone help? As you might gather, I have precisely no experience
in debugging anything like this.

Thanks

Tom


 Hi Tom,

 in svn 3461 there was an update to DAHDI 2.2.0.2 in the 0.7 branch.
 Maybe that fixes it, you could try to build it yourself until a new
 beta is released.

 Michael

 http://www.mksolutions.info

 --
 Return on Information:
 Google Enterprise Search pays you back
 Get the facts.
 http://p.sf.net/sfu/google-dev2dev
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7-3417 - DAHDI kernel panic

2009-12-08 Thread Michael Keuter
Hi Michael

I shall see if anything is mentioned in the release notes which might
relate to this. My build environment never worked (Ubuntu - build
completed, but was non-functional), which is why I've waited for
Darrick's beta images before trialling 0.7.

Thanks

Tom

Maybe you are missing some packages on Ubuntu. I am building on Debian:

Here is a list I made for myself:

apt-get install subversion build-essential libncurses5-dev bison flex 
gettext texinfo autoconf nasm zlib1g-dev libssl-dev

additional:
rsync
unzip
git-core
tofrodos

CRDA: (works not correct in 0.7 branch right now)
python-crypto
python-m2crypto

SQlite3:
tcl
tclreadline

Michael

http://www.mksolutions.info

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7-3417 - DAHDI kernel panic

2009-12-08 Thread Tom Chadwin
Thanks, Michael. This seems to have been the issue. Disabling
echotraining is chan_dahdi.conf has stopped the panic on DAHDI calls.
Presumably the DAHDI changelog indicates that this should not be a
problem with the 0.7 release, if DAHDI has been bumped beyond 2.2.0.1.

Again, thanks

Tom


On Tue, Dec 8, 2009 at 12:36 PM, Tom Chadwin
nnpait.servi...@googlemail.com wrote:
 From the DAHDI changelog:

        * dahdi-linux version 2.2.0.1 released.

        * Fix for kernel panic when echotraining is enabled on echocan that
          does not support it.

 I shall see whether I have echotraining turned on. Thanks for the pointer.

 Tom


 On Tue, Dec 8, 2009 at 11:40 AM, Michael Keuter li...@mksolutions.info 
 wrote:
Hello all

Trying to get a TDM410P up and running in 0.7-3417. An outgoing call
seems to cause a kernel panic:

Code: Bad EIP value.
EIP: [] 0x0 SS:ESP 0068:c035def4
Kernel panic - not syncing: Fatal exception in interrupt

Can anyone help? As you might gather, I have precisely no experience
in debugging anything like this.

Thanks

Tom


 Hi Tom,

 in svn 3461 there was an update to DAHDI 2.2.0.2 in the 0.7 branch.
 Maybe that fixes it, you could try to build it yourself until a new
 beta is released.

 Michael

 http://www.mksolutions.info

 --
 Return on Information:
 Google Enterprise Search pays you back
 Get the facts.
 http://p.sf.net/sfu/google-dev2dev
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.



--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7-3417 - DAHDI kernel panic

2009-12-08 Thread Philip A. Prindeville
On 12/08/2009 03:59 AM, Michael Keuter wrote:
 Hi Michael

 I shall see if anything is mentioned in the release notes which might
 relate to this. My build environment never worked (Ubuntu - build
 completed, but was non-functional), which is why I've waited for
 Darrick's beta images before trialling 0.7.

 Thanks

 Tom
 
 Maybe you are missing some packages on Ubuntu. I am building on Debian:

 Here is a list I made for myself:

 apt-get install subversion build-essential libncurses5-dev bison flex 
 gettext texinfo autoconf nasm zlib1g-dev libssl-dev

 additional:
 rsync
 unzip
 git-core
 tofrodos

 CRDA: (works not correct in 0.7 branch right now)
 python-crypto
 python-m2crypto
   

Look again.  CRDA does indeed build.  Fixed it right after you went to bed.  :-)

-Philip


 SQlite3:
 tcl
 tclreadline

 Michael

 http://www.mksolutions.info
   


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.