Re: [asterisk-users] Asterisk12Beta- configure script/uuid missing??

2013-10-18 Thread Shaun Ruffell
is what I think you need. As an aside, in the asterisk source there is an install_prereq script that can be used to install all the necessary packages for your platform: $ sudo contrib/scripts/install_prereq install Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan

Re: [asterisk-users] Dahdi_dummy is more accurate than core timer?

2013-10-02 Thread Shaun Ruffell
update is all you need to have good results with the core timer. If not...it might be worth investigating and measuring adding hrtimer support into the core timer. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out

Re: [asterisk-users] Dahdi interface flapping

2013-08-02 Thread Shaun Ruffell
system / hardware related is low IMO. I take it though your old install still works fine? What was the reason you're replacing the old install anyway? -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com

Re: [asterisk-users] Dahdi interface flapping

2013-07-30 Thread Shaun Ruffell
if the behavior is different. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Dahdi interface flapping

2013-07-30 Thread Shaun Ruffell
On Tue, Jul 30, 2013 at 11:13:55AM -0400, Andre Goree wrote: On Tue, Jul 30, 2013 at 10:56 AM, Shaun Ruffell sruff...@digium.com wrote: On Tue, Jul 30, 2013 at 10:36:58AM -0400, Andre Goree wrote: I've posted the configs and the output of a 'pri debug' below. Please let me know if I

Re: [asterisk-users] Dahdi interface flapping

2013-07-30 Thread Shaun Ruffell
:01:00.0: Clearing yellow alarm wcte13xp :01:00.0: Setting yellow alarm It's hard to tell from this output, but something isn't perhaps running dahdi_cfg in the background (or did you run it multiple times after loading the card?) Normally I only see one Calling startup line. -- Shaun Ruffell

Re: [asterisk-users] DAHDI - Tickless Kernel?

2013-07-26 Thread Shaun Ruffell
tickless should also work fine here when using a software timer to mix your audio since the kernel will set the timer to fire at the next timer expiration (whatever that was set to). So, in summary...I've not seen any problems related to the tickless kernel. -- Shaun Ruffell Digium, Inc. | Linux

Re: [asterisk-users] Echo Cancellation

2013-07-25 Thread Shaun Ruffell
a hardware echocancelation module. But I would recommend trying the software solutions first. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] DAHDI-linux 2.7 compile error with CONFIG_DAHDI_NET enabled

2013-06-10 Thread Shaun Ruffell
;a=commitdiff;h=e4d89ffa7485 Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation

Re: [asterisk-users] RED on DAHDI channel

2013-05-28 Thread Shaun Ruffell
the 'snapshot' link when looking at the shortlog of the 2.6.y branch at git.asterisk.org [3] which will allow you to download a tar.gz file. [3] http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=shortlog;h=refs/heads/2.6.y -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW

Re: [asterisk-users] RED on DAHDI channel

2013-05-28 Thread Shaun Ruffell
for /home/mclaborn/asterisk/dahdi-2.6.y-snapshot-20130528-linux-20a479b/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_64.o No, that's normal. It's a side effect that the compiler doesn't know all the options that were used to produce the precompile VPMADT032 loader. -- Shaun Ruffell Digium, Inc

Re: [asterisk-users] erro compiling dahdi

2013-04-16 Thread Shaun Ruffell
. Cheers, Shaun [1] http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=commit;h=179a48862daf35d022f6fecaf7e5c8195f9d4921 -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [3.9-rc1] Bug in bootup code or debug code?

2013-03-20 Thread Shaun Ruffell
On Wed, Mar 20, 2013 at 04:32:14PM +, Yu, Fenghua wrote: > > From: Shaun Ruffell [mailto:sruff...@digium.com] > > On Tue, Mar 19, 2013 at 10:12:39PM +, Yu, Fenghua wrote: > > > > From: Tetsuo Handa [mailto:penguin-ker...@i-love.sakura.ne.jp] > > > > H. P

Re: [3.9-rc1] Bug in bootup code or debug code?

2013-03-20 Thread Shaun Ruffell
On Tue, Mar 19, 2013 at 10:12:39PM +, Yu, Fenghua wrote: > > From: Tetsuo Handa [mailto:penguin-ker...@i-love.sakura.ne.jp] > > H. Peter Anvin wrote: > > > This is a CONFIG_DEBUG_VIRTUAL configuration, isn't it? > > > > Yes. CONFIG_MICROCODE_INTEL_EARLY=y && CONFIG_64BIT=n && > >

Re: [3.9-rc1] Bug in bootup code or debug code?

2013-03-20 Thread Shaun Ruffell
On Tue, Mar 19, 2013 at 10:12:39PM +, Yu, Fenghua wrote: From: Tetsuo Handa [mailto:penguin-ker...@i-love.sakura.ne.jp] H. Peter Anvin wrote: This is a CONFIG_DEBUG_VIRTUAL configuration, isn't it? Yes. CONFIG_MICROCODE_INTEL_EARLY=y CONFIG_64BIT=n CONFIG_DEBUG_VIRTUAL=y on

Re: [3.9-rc1] Bug in bootup code or debug code?

2013-03-20 Thread Shaun Ruffell
On Wed, Mar 20, 2013 at 04:32:14PM +, Yu, Fenghua wrote: From: Shaun Ruffell [mailto:sruff...@digium.com] On Tue, Mar 19, 2013 at 10:12:39PM +, Yu, Fenghua wrote: From: Tetsuo Handa [mailto:penguin-ker...@i-love.sakura.ne.jp] H. Peter Anvin wrote: Hi Fenghua, I ran

Re: [asterisk-users] g723 transcoding

2013-01-24 Thread Shaun Ruffell
in Asterisk 10.7.1. Does anybody know how to fix that? If you do not want to arrange to pay your own royalties, a transcoding card like the TCE400B [1] can also handle transcoding to and from G.723.1. [1] http://www1.digium.com/en/products/telephony-cards/voice-compression/pci-express -- Shaun Ruffell

Re: [PATCH] x86/perf_events: Fix "section type conflict" build error.

2013-01-20 Thread Shaun Ruffell
Bump. Still an issue with v3.8-rc4. Am I mistaken in thinking this patch is trivial and obviously correct? Thanks, Shaun On Wed, Jan 09, 2013 at 03:59:42PM -0600, Shaun Ruffell wrote: > From: Jan Beulich > > This patch fixes a build regression first introduced in 3.7 with > (e09df

Re: [PATCH] x86/perf_events: Fix section type conflict build error.

2013-01-20 Thread Shaun Ruffell
Bump. Still an issue with v3.8-rc4. Am I mistaken in thinking this patch is trivial and obviously correct? Thanks, Shaun On Wed, Jan 09, 2013 at 03:59:42PM -0600, Shaun Ruffell wrote: From: Jan Beulich jbeul...@suse.com This patch fixes a build regression first introduced in 3.7

Re: [PATCH] x86/perf_events: Fix section type conflict build error.

2013-01-20 Thread Shaun Ruffell
Bump. Still an issue with v3.8-rc4. Am I mistaken in thinking this patch is trivial and obviously correct? Thanks, Shaun On Wed, Jan 09, 2013 at 03:59:42PM -0600, Shaun Ruffell wrote: From: Jan Beulich jbeul...@suse.com This patch fixes a build regression first introduced in 3.7

Re: [asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server

2013-01-15 Thread Shaun Ruffell
, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

[PATCH] x86/perf_events: Fix "section type conflict" build error.

2013-01-09 Thread Shaun Ruffell
the commit message.] Signed-off-by: Shaun Ruffell --- [I had the wrong stable email address when I previously sent this. Sorry about the extra noise.] Hans, Thomas, Any chance of picking this up for 3.8? This doesn't seem too controversial since it only makes sure that data in the __initcon

[PATCH] x86/perf_events: Fix "section type conflict" build error.

2013-01-09 Thread Shaun Ruffell
it message.] Signed-off-by: Shaun Ruffell --- Hans, Thomas, Any chance of picking this up for 3.8? This doesn't seem too controversial since it only makes sure that data in the __initconst section is const. Rob Landley also reported this to the list here: https://lkml.org/lkml/2012/12/14/511

[PATCH] x86/perf_events: Fix section type conflict build error.

2013-01-09 Thread Shaun Ruffell
: Added details to the commit message.] Signed-off-by: Shaun Ruffell sruff...@digium.com --- Hans, Thomas, Any chance of picking this up for 3.8? This doesn't seem too controversial since it only makes sure that data in the __initconst section is const. Rob Landley also reported this to the list here

[PATCH] x86/perf_events: Fix section type conflict build error.

2013-01-09 Thread Shaun Ruffell
: Added details to the commit message.] Signed-off-by: Shaun Ruffell sruff...@digium.com --- [I had the wrong stable email address when I previously sent this. Sorry about the extra noise.] Hans, Thomas, Any chance of picking this up for 3.8? This doesn't seem too controversial since it only

[PATCH] x86/perf_events: Fix section type conflict build error.

2013-01-09 Thread Shaun Ruffell
: Added details to the commit message.] Signed-off-by: Shaun Ruffell sruff...@digium.com --- [I had the wrong stable email address when I previously sent this. Sorry about the extra noise.] Hans, Thomas, Any chance of picking this up for 3.8? This doesn't seem too controversial since it only

Re: Incorrect accounting of irq into the running task

2013-01-05 Thread Shaun Ruffell
On Fri, Jan 04, 2013 at 10:22:12AM -0800, Sadasivan Shaiju wrote: > Hi Venkatesh, > > I have applied the following patches for the incorrect accounting > of irq into the running task . > > > [PATCH] x86: Add IRQ_TIME_ACCOUNTING > [e82b8e4ea4f3dffe6e7939f90e78da675fcc450e] > [PATCH] sched: Add

Re: Incorrect accounting of irq into the running task

2013-01-05 Thread Shaun Ruffell
On Fri, Jan 04, 2013 at 10:22:12AM -0800, Sadasivan Shaiju wrote: Hi Venkatesh, I have applied the following patches for the incorrect accounting of irq into the running task . [PATCH] x86: Add IRQ_TIME_ACCOUNTING [e82b8e4ea4f3dffe6e7939f90e78da675fcc450e] [PATCH] sched: Add

[asterisk-users] Volume of messages on asterisk-users mailing list.

2012-12-29 Thread Shaun Ruffell
. Also, there are active forums [1] for those who do not want to be bothered by top vs bottom posting and want a more tighly controlled presentation of any discussions. [1] http://forums.asterisk.org. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL

Re: [asterisk-users] Paging for Praying

2012-12-28 Thread Shaun Ruffell
/gmane.comp.telephony.pbx.asterisk.user/254997 -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: Minimum toolchain requirements?

2012-12-27 Thread Shaun Ruffell
Hi Rob, On Fri, Dec 14, 2012 at 04:25:10PM -0600, Rob Landley wrote: > Although the README and Documentation/Changes both say the kernel > builds with gcc 3.2, this is no loner the case. In reality the new > 3.7 kernel no longer builds under unpatched gcc 4.2.1 (the last > GPLv2 release). > >

Re: [PATCH] x86/perf_events: build fix

2012-12-27 Thread Shaun Ruffell
[forgot to copy lkml] Hi Jan, On Fri, Nov 23, 2012 at 04:28:32PM +, Jan Beulich wrote: > At least some older gcc versions dislike mixing constant and non-const > data in the same section ("... causes a section type confict"). Newer > gcc simply emits the section as writable (which isn't what

Re: [PATCH] x86/perf_events: build fix

2012-12-27 Thread Shaun Ruffell
[forgot to copy lkml] Hi Jan, On Fri, Nov 23, 2012 at 04:28:32PM +, Jan Beulich wrote: At least some older gcc versions dislike mixing constant and non-const data in the same section (... causes a section type confict). Newer gcc simply emits the section as writable (which isn't what we

Re: Minimum toolchain requirements?

2012-12-27 Thread Shaun Ruffell
Hi Rob, On Fri, Dec 14, 2012 at 04:25:10PM -0600, Rob Landley wrote: Although the README and Documentation/Changes both say the kernel builds with gcc 3.2, this is no loner the case. In reality the new 3.7 kernel no longer builds under unpatched gcc 4.2.1 (the last GPLv2 release). Building

Re: [asterisk-users] callerid not received from dahdi

2012-12-11 Thread Shaun Ruffell
to send that configuration options you have attached in that file as well? Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] callerid not received from dahdi

2012-11-30 Thread Shaun Ruffell
in: http://www.goldmark.org/jeff/stupid-disclaimers -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth

Re: [asterisk-users] info on : CONFIG_VOICEBUS_ECREFERENCE

2012-11-20 Thread Shaun Ruffell
on the system is causing latency to grow so large instead of enabling that option. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] Fwd: Errors Compiling Libpri-1.4.13

2012-11-19 Thread Shaun Ruffell
compiling libpri. [1] http://svnview.digium.com/svn/libpri?view=revisionrevision=2294 Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] Managing complex setups with Asterisk

2012-11-08 Thread Shaun Ruffell
On Thu, Nov 08, 2012 at 07:41:45AM +0100, martin f krafft wrote: My systems are already managed automatically, thankfully no longer with Puppet. ;) Just out of curiosity why do you say this? -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806

Re: [asterisk-users] TE820 hardware detection

2012-11-08 Thread Shaun Ruffell
branch in subversion but is not in the 2.6.1 release. If you need dahdi_hardware to work, you can install DAHDI-Tools from trunk or you can wait until the next release of DAHDI. [1] http://svnview.digium.com/svn/dahdi?view=revisionrevision=10682 Cheers, Shaun -- Shaun Ruffell Digium, Inc

Re: [asterisk-users] DAHDI 1.4 on Kernel 3.0

2012-11-08 Thread Shaun Ruffell
will not build any PCI drivers if the Kernel does not have the PCI bus configured. [1] http://svnview.digium.com/svn/dahdi?view=revisionrevision=10397 -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com

Re: [asterisk-users] TE820 hardware detection

2012-11-07 Thread Shaun Ruffell
. Is there some kernel module that I'm missing? Support for the TE820 was added to the wct4xxp driver in DAHDI-Linux v2.6.0. DAHDI-Linux 2.6.1 is the latest version. I bet updating DAHDI-Linux and DAHDI-Tools is all you need to do. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan

Re: [asterisk-users] Calling out on a group of DAHDI lines

2012-10-09 Thread Shaun Ruffell
only used them on a regular basis since 2.6.0+. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] Calling out on a group of DAHDI lines

2012-10-09 Thread Shaun Ruffell
Minor correction below: On Tue, Oct 09, 2012 at 12:32:44PM -0500, Shaun Ruffell wrote: On Tue, Oct 09, 2012 at 11:46:04AM -0500, Mitch Claborn wrote: (Now if I just didn't have to wait to get on-site where those lines are to try it. Too bad there isn't a DAHDI emulator for SIP lines

Re: [asterisk-users] Calling out on a group of DAHDI lines

2012-10-09 Thread Shaun Ruffell
in the simulation context, which I forward to a SIP phone for testing. Is that what you expected to see? Basically yes. That should allow you to try things out without access to the actual hardware and yet still use chan_dahdi. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Shaun Ruffell
edit dahdi_rbs_sethook() and dahdi_q_sig()? Those function map state to RBS states. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Shaun Ruffell
in my previous email. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation

Re: [asterisk-users] Issue with PRI connection

2012-09-24 Thread Shaun Ruffell
. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[PATCH] edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-09-22 Thread Shaun Ruffell
_pci_probe+0x13/0x15 ... Cc: Mauro Carvalho Chehab Cc: Shaohui Xie Signed-off-by: Shaun Ruffell --- Hi Linus, I did not bother to resend the third patch [1] since it's not really *necessary* to boot my system. Fengguang's and this is sufficient. [1] http://marc.info/?l=linux-kernel=134764597921

[PATCH] edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-09-22 Thread Shaun Ruffell
/0xd3 [f8601b0b] e7xxx_init_one+0x56/0x61 [e7xxx_edac] [c0604f85] local_pci_probe+0x13/0x15 ... Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Shaohui Xie shaohui@freescale.com Signed-off-by: Shaun Ruffell sruff...@digium.com --- Hi Linus, I did not bother to resend the third patch [1

Re: Linux 3.6-rc6

2012-09-21 Thread Shaun Ruffell
On Sun, Sep 16, 2012 at 03:59:09PM -0700, Linus Torvalds wrote: > > Please do test things out, I'd really like to be able to do the final > 3.6 soonish.. Linus, Just a heads up in case you are about to tag v3.6. v3.6-rc6 still has a regression with edac_mc_alloc()/edac_mc_free() introduced in

Re: Linux 3.6-rc6

2012-09-21 Thread Shaun Ruffell
On Sun, Sep 16, 2012 at 03:59:09PM -0700, Linus Torvalds wrote: Please do test things out, I'd really like to be able to do the final 3.6 soonish.. Linus, Just a heads up in case you are about to tag v3.6. v3.6-rc6 still has a regression with edac_mc_alloc()/edac_mc_free() introduced in

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-21 Thread Shaun Ruffell
complete information about your setup. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Wed, Sep 19, 2012 at 03:43:35AM +, Xie Shaohui-B21989 wrote: > > On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: > > > > > > BTW: seems you are using a different kernel tree with mine. > > > > On the chance that I missing something important: Why do you say > > I was

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: > > -Original Message- > > From: Shaun Ruffell [mailto:sruff...@digium.com] > > Sent: Saturday, September 15, 2012 2:22 AM > > To: Xie Shaohui-B21989 > > Cc: linux-e...@vger.kernel.org;

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: -Original Message- From: Shaun Ruffell [mailto:sruff...@digium.com] Sent: Saturday, September 15, 2012 2:22 AM To: Xie Shaohui-B21989 Cc: linux-e...@vger.kernel.org; linuxppc-...@lists.ozlabs.org; a...@linux

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Wed, Sep 19, 2012 at 03:43:35AM +, Xie Shaohui-B21989 wrote: On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: BTW: seems you are using a different kernel tree with mine. On the chance that I missing something important: Why do you say I was running a

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: -Original Message- From: Shaun Ruffell [mailto:sruff...@digium.com] Sent: Saturday, September 15, 2012 2:22 AM To: Xie Shaohui-B21989 Cc: linux-e...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; a...@linux

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-18 Thread Shaun Ruffell
On Wed, Sep 19, 2012 at 03:43:35AM +, Xie Shaohui-B21989 wrote: On Mon, Sep 17, 2012 at 10:32:59AM +, Xie Shaohui-B21989 wrote: BTW: seems you are using a different kernel tree with mine. On the chance that I missing something important: Why do you say I was running a

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-17 Thread Shaun Ruffell
] [1] http://svnview.digium.com/svn/dahdi?view=revisionrevision=9299 You can enable this flag without reloading like: $ echo 1 /sys/module/dahdi/parameters/debug Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-14 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 06:55:29PM +0800, Shaohui Xie wrote: > Error handle in case of DDR ECC off is wrong, sysfs entries have not been > created, so edac_mc_free which frees a mci instance should not be called. > Also, free mci's memory in this case. Jus FYI: I ran into the same error in

Re: [PATCH v2 1/3] edac_mc: fix kfree calls in the error path

2012-09-14 Thread Shaun Ruffell
On Fri, Sep 14, 2012 at 12:58:16PM -0500, Shaun Ruffell wrote: > From: Fengguang Wu > > From: Fengguang Wu Darn it. If you push this through, mind fixing the above? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord

[PATCH v2 3/3] edac: edac_mc no longer deals with kobjects directly.

2012-09-14 Thread Shaun Ruffell
There are no more embedded kobjects in struct mem_ctl_info. Remove a header and a comment that does not reflect the code anymore. Signed-off-by: Shaun Ruffell --- drivers/edac/edac_mc.c | 7 --- include/linux/edac.h | 1 - 2 files changed, 8 deletions(-) diff --git a/drivers/edac

[PATCH v2 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-09-14 Thread Shaun Ruffell
e] [ 36.703479] [] e7xxx_probe1+0x268/0x311 [e7xxx_edac] [ 36.703479] [] ? __pci_enable_device_flags+0x8f/0xd3 [ 36.703479] [] e7xxx_init_one+0x56/0x61 [e7xxx_edac] [ 36.703479] [] local_pci_probe+0x13/0x15 ... Fengguang Wu (1): edac_mc: fix kfree calls in the error path Shaun Ruf

[PATCH v2 2/3] edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-09-14 Thread Shaun Ruffell
reporting device not found:vendor 8086 device 0x2541 (broken BIOS?) EDAC DEBUG: edac_mc_free: Floppy drive(s): fd0 is 1.44M EDAC DEBUG: edac_unregister_sysfs: Unregistering device (null) Signed-off-by: Shaun Ruffell --- drivers/edac/edac_mc.c | 59

[PATCH v2 1/3] edac_mc: fix kfree calls in the error path

2012-09-14 Thread Shaun Ruffell
From: Fengguang Wu From: Fengguang Wu We need to free up memory in this order: free csrows[i]->channels[j] free csrows[i]->channels free csrows[i] free csrows Signed-off-by: Fengguang Wu --- drivers/edac/edac_mc.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-)

[PATCH v2 1/3] edac_mc: fix kfree calls in the error path

2012-09-14 Thread Shaun Ruffell
From: Fengguang Wu fengguang...@intel.com From: Fengguang Wu fengguang...@intel.com We need to free up memory in this order: free csrows[i]-channels[j] free csrows[i]-channels free csrows[i] free csrows Signed-off-by: Fengguang Wu fengguang...@intel.com --- drivers/edac/edac_mc.c | 12

[PATCH v2 2/3] edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-09-14 Thread Shaun Ruffell
reporting device not found:vendor 8086 device 0x2541 (broken BIOS?) EDAC DEBUG: edac_mc_free: Floppy drive(s): fd0 is 1.44M EDAC DEBUG: edac_unregister_sysfs: Unregistering device (null) Signed-off-by: Shaun Ruffell sruff...@digium.com --- drivers/edac/edac_mc.c | 59

[PATCH v2 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-09-14 Thread Shaun Ruffell
... Fengguang Wu (1): edac_mc: fix kfree calls in the error path Shaun Ruffell (2): edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. edac: edac_mc no longer deals with kobjects directly. drivers/edac/edac_mc.c | 64

[PATCH v2 3/3] edac: edac_mc no longer deals with kobjects directly.

2012-09-14 Thread Shaun Ruffell
There are no more embedded kobjects in struct mem_ctl_info. Remove a header and a comment that does not reflect the code anymore. Signed-off-by: Shaun Ruffell sruff...@digium.com --- drivers/edac/edac_mc.c | 7 --- include/linux/edac.h | 1 - 2 files changed, 8 deletions(-) diff --git

Re: [PATCH v2 1/3] edac_mc: fix kfree calls in the error path

2012-09-14 Thread Shaun Ruffell
On Fri, Sep 14, 2012 at 12:58:16PM -0500, Shaun Ruffell wrote: From: Fengguang Wu fengguang...@intel.com From: Fengguang Wu fengguang...@intel.com Darn it. If you push this through, mind fixing the above? -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-14 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 06:55:29PM +0800, Shaohui Xie wrote: Error handle in case of DDR ECC off is wrong, sysfs entries have not been created, so edac_mc_free which frees a mci instance should not be called. Also, free mci's memory in this case. Jus FYI: I ran into the same error in

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-14 Thread Shaun Ruffell
not present in your version of the firmware. However, I would recommend you update to 2.6.1 when you get the chance. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-14 Thread Shaun Ruffell
tried other slots? Are you screwing the cards down? -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-14 Thread Shaun Ruffell
/svn/asterisk?view=revisionrevision=122062 -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth

Re: [PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-14 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 06:55:29PM +0800, Shaohui Xie wrote: Error handle in case of DDR ECC off is wrong, sysfs entries have not been created, so edac_mc_free which frees a mci instance should not be called. Also, free mci's memory in this case. Jus FYI: I ran into the same error in

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 09:49:37AM +0200, Olivier wrote: 2012/9/13 Shaun Ruffell sruff...@digium.com On Wed, Sep 12, 2012 at 11:52:40PM -0400, Mark Robinson wrote: I know that asterisk on virtual machine require a timing source. What would you suggest to use for timing? We will plan

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-13 Thread Shaun Ruffell
On Thu, Sep 13, 2012 at 09:35:55AM -0500, Shaun Ruffell wrote: On Thu, Sep 13, 2012 at 09:49:37AM +0200, Olivier wrote: 2012/9/13 Shaun Ruffell sruff...@digium.com On Wed, Sep 12, 2012 at 11:52:40PM -0400, Mark Robinson wrote: I know that asterisk on virtual machine require a timing

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-13 Thread Shaun Ruffell
this comment. Is it possible to reword it? Is the LTG the line interface card? Are both these test servers using the same provider drop? -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [asterisk-users] kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message

2012-09-12 Thread Shaun Ruffell
span to use as a timing source for asterisk. If TE2/0/1 is the preferred timing source, when it comes out of alarm, DAHDI will switch the timing back to it. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com

Re: [asterisk-users] Asterisk on VM with NO DAHDI hardware

2012-09-12 Thread Shaun Ruffell
in 20ms chunks. This can have a big impact on reducing the load on the CPU. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org

Re: [PATCH 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-09-08 Thread Shaun Ruffell
Just a friendly reminder that I'm still seeing this NULL pointer dereference on boot with 3.6-rc4. On Sat, Aug 18, 2012 at 11:11:21PM -0500, Shaun Ruffell wrote: > With kernel version 3.6-rc2 on a Dell Poweredge 2600 I experienced a NULL > pointer dereference that did not occur with on

Re: [PATCH 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-09-08 Thread Shaun Ruffell
Just a friendly reminder that I'm still seeing this NULL pointer dereference on boot with 3.6-rc4. On Sat, Aug 18, 2012 at 11:11:21PM -0500, Shaun Ruffell wrote: With kernel version 3.6-rc2 on a Dell Poweredge 2600 I experienced a NULL pointer dereference that did not occur with on 3.5. I

Re: [asterisk-users] Interrupt error

2012-09-04 Thread Shaun Ruffell
... Assuming you're using a telephony card, I would contact your card vendor for support. Normally when I see messages just appear on an otherwise working system it is due to the card being slightly unseated from the slot. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445

Re: [asterisk-users] can we install 10 PCI card on asterisk

2012-08-27 Thread Shaun Ruffell
believe the limiting factor would be CPU cycles and not memory. As an aside, the most I've run in a single server are 24 T1s. But I was not optimizing for density either. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us

Re: [asterisk-users] wct4xxp Interrupts not detected with dahdi 2.6, ?but working ok with 2.5

2012-08-24 Thread Shaun Ruffell
Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New

Re: [asterisk-users] Load test for FXS and FXO cards

2012-08-22 Thread Shaun Ruffell
trying to do. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com www.asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server

2012-08-22 Thread Shaun Ruffell
:~# dahdi_tool There is no interface listed on the table. I am wondering if anyone got idea about this issue. Thanks. dahdi_tool will not be able to see the interface since the driver failed to load in the previous step. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW

Re: [asterisk-users] Which card to get?

2012-08-21 Thread Shaun Ruffell
to handle all the card communication. You could get an analog gateway, or setup another small system to host any cards you get to act as a gateway, and keep most of your logic on the KVM. Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL

Re: BUG: unable to handle kernel paging request at 00010016

2012-08-19 Thread Shaun Ruffell
[ Fixing netdev cc to use proper dadress... ] On Sun, Aug 19, 2012 at 12:21:17PM +0400, Artem Savkov wrote: > On Sat, Aug 18, 2012 at 11:25:43PM -0500, Shaun Ruffell wrote: > > Adding linux-net to the CC list. > > > > On Fri, Aug 17, 2012 at 11:57:56PM +0100, Dave Haywood

Re: BUG: unable to handle kernel paging request at 00010016

2012-08-19 Thread Shaun Ruffell
[ Fixing netdev cc to use proper dadress... ] On Sun, Aug 19, 2012 at 12:21:17PM +0400, Artem Savkov wrote: On Sat, Aug 18, 2012 at 11:25:43PM -0500, Shaun Ruffell wrote: Adding linux-net to the CC list. On Fri, Aug 17, 2012 at 11:57:56PM +0100, Dave Haywood wrote: [1.] One line

[PATCH 3/3] edac: edac_mc no longer deals with kobjects directly.

2012-08-18 Thread Shaun Ruffell
There are no more embedded kobjects in struct mem_ctl_info. Remove a header and a comment that does not reflect the code anymore. Signed-off-by: Shaun Ruffell --- drivers/edac/edac_mc.c | 7 --- include/linux/edac.h | 1 - 2 files changed, 8 deletions(-) diff --git a/drivers/edac

[PATCH 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-08-18 Thread Shaun Ruffell
ght I would send along what I had if only to motivate any discussion. I also have resent Fengguang Wu's patch in this series since I found that it was required as well. Shaun Ruffell (2): edac: Remove invalid kfree in error path of edac_mc_allocate(). edac: edac_mc_free() cannot assume mem_ctl_in

[PATCH 2/3] edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-08-18 Thread Shaun Ruffell
reporting device not found:vendor 8086 device 0x2541 (broken BIOS?) EDAC DEBUG: edac_mc_free: Floppy drive(s): fd0 is 1.44M EDAC DEBUG: edac_unregister_sysfs: Unregistering device (null) Signed-off-by: Shaun Ruffell --- drivers/edac/edac_mc.c | 59

[PATCH 1/3] edac_mc: fix kfree calls in the error path

2012-08-18 Thread Shaun Ruffell
From: Fengguang Wu We need to free up memory in this order: free csrows[i]->channels[j] free csrows[i]->channels free csrows[i] free csrows Signed-off-by: Fengguang Wu --- drivers/edac/edac_mc.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git

Re: BUG: unable to handle kernel paging request at 00010016

2012-08-18 Thread Shaun Ruffell
Adding linux-net to the CC list. On Fri, Aug 17, 2012 at 11:57:56PM +0100, Dave Haywood wrote: > [1.] One line summary of the problem: > BUG: unable to handle kernel paging request at 00010016 > > System boots then crashes a 5-10 or so seconds after getting to the > login prompt >

Re: BUG: unable to handle kernel paging request at 00010016

2012-08-18 Thread Shaun Ruffell
Adding linux-net to the CC list. On Fri, Aug 17, 2012 at 11:57:56PM +0100, Dave Haywood wrote: [1.] One line summary of the problem: BUG: unable to handle kernel paging request at 00010016 System boots then crashes a 5-10 or so seconds after getting to the login prompt Booting

[PATCH 1/3] edac_mc: fix kfree calls in the error path

2012-08-18 Thread Shaun Ruffell
From: Fengguang Wu fengguang...@intel.com We need to free up memory in this order: free csrows[i]-channels[j] free csrows[i]-channels free csrows[i] free csrows Signed-off-by: Fengguang Wu fengguang...@intel.com --- drivers/edac/edac_mc.c | 12 +++- 1 file changed, 7

[PATCH 2/3] edac: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.

2012-08-18 Thread Shaun Ruffell
reporting device not found:vendor 8086 device 0x2541 (broken BIOS?) EDAC DEBUG: edac_mc_free: Floppy drive(s): fd0 is 1.44M EDAC DEBUG: edac_unregister_sysfs: Unregistering device (null) Signed-off-by: Shaun Ruffell sruff...@digium.com --- drivers/edac/edac_mc.c | 59

[PATCH 0/3] Fix edac_mc crash in e7xxx_edac error path.

2012-08-18 Thread Shaun Ruffell
along what I had if only to motivate any discussion. I also have resent Fengguang Wu's patch in this series since I found that it was required as well. Shaun Ruffell (2): edac: Remove invalid kfree in error path of edac_mc_allocate(). edac: edac_mc_free() cannot assume mem_ctl_info is registered

<    13   14   15   16   17   18   19   20   21   >