[asterisk-dev] Digium TE820 on BSD: bunch of missed interrupts

Łukasz Wójcik lukasz.wojcik at zoho.com
Fri May 16 13:32:11 CDT 2014


On 05/15/2014 07:52, Russ Meyerriecks wrote:
> On Wed, May 14, 2014 at 1:40 PM, Łukasz Wójcik <lukasz.wojcik at zoho.com
> <mailto:lukasz.wojcik at zoho.com>> wrote:
>
>     That's what I just did. It seems that irq handling routine takes
>     260-280ms during span setup. My measurements indicate that the most
>     time is being spent in '__t4_set_timing_source_auto()__'
>
>
> This is curious. There is no blocking in that function and it's just a
> small number of bit checks and two gpio writes.
>
>     (..)
>     Missed interrupt. Expected ident of 97 and got ident of 111
>     <maaaaaaaaaaaaaany similar as above, differing with idents>
>     (..)
>
>
> It might be helpful to see the full output of the kernel log while the
> wct4xxp module is starting up.
>

Hello again, Russ

Please see the log attached.

Log lines starting with 'TICKS' is my addition. The whole interrupt 
handler was divided into 11 points, at which number of 'ticks' is taken. 
Clock ticks 1000x per second, so a single tick means 1ms.
The line is intended to show CPU ticks at those sampling points, how 
many ticks it took to handle interrupt. 'samples taken' shows how many 
of 11 sampling points were actually reached (it may be less than 11 if 
certain code path was taken). All irq handler runs that take very long 
to finish, seem to spend most time between sampling points:
5-6 and 9-10.

Sampling point 5. is located just before call to t4_prep_gen2().
Sampling point 6. is located just after call to __handle_leds().

(...)
4248 //5
4249                 } else {
4250                         t4_prep_gen2(wc);
4251                 }
4252
4253 #endif
4254                 t4_do_counters(wc);
4255                 spin_lock(&wc->reglock);
4256                 __handle_leds(wc);
4257                 spin_unlock(&wc->reglock);
4258
4259         }
4260 //6
(...)

Sampling point 9. and 10. :
(...)
4304 //9
4306         if (unlikely(test_bit(T4_CHECK_TIMING, &wc->checkflag))) {
4307                 __t4_set_timing_source_auto(wc);
4308         }
4309
4310 //10
(...)

NOTE that line numbers won't match your codebase, but given code blocks 
should be easy to locate in irq handler routine (_t4_interrupt_gen2()).

Thank you for your help!
-ŁW
-------------- next part --------------
<6>dahdi: Version: f08f4ffM
wct4xxp0: vendor=d161 device=1820 subvendor=ffffffff
wct4xxp0: <Wildcard TE820 (5th Gen)> mem 0xfbeffc00-0xfbeffc7f irq 16 at device 8.0 on pci15
wct4xxp0: <6>Found TE8XXP
wct4xxp0: <6>5th gen card with initial latency of 32 and 16 ms per IRQ
wct4xxp0: <5>DMA memory base of size 131072 at 0xffffff80e31a3000.  Read: 0xffffff80e31b3000 and Write 0xffffff80e31a3000
wct4xxp0: <6>Firmware Version: 1.76
wct4xxp0: <6>Burst Mode: On
wct4xxp0: <6>Board ID: 00
wct4xxp0: <6>Reg 0: 0xa1ba0000
wct4xxp0: <6>Reg 1: 0xa1b60000
wct4xxp0: <6>Reg 2: 0x00000000
wct4xxp0: <6>Reg 3: 0x00000000
wct4xxp0: <6>Reg 4: 0x0000ff00
wct4xxp0: <6>Reg 5: 0x00000001
wct4xxp0: <6>Reg 6: 0xc01a0176
wct4xxp0: <6>Reg 7: 0x00001000
wct4xxp0: <6>Reg 8: 0x00000000
wct4xxp0: <6>Reg 9: 0x00ffffff
wct4xxp0: <6>Reg 10: 0x0000404a
wct4xxp0: <6>Found a Wildcard: Wildcard TE820 (5th Gen) (SN: DM88147290002)
wct4xxp0: <5>OCT Result: 0004/000a
wct4xxp0: <5>VPM450: Not Present
wct4xxp0: <6>TE8XXP: Launching card: 0
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
wct4xxp0: <6>TE8XXP: Setting up global serial parameters
wct4xxp0: <5>Successfully initialized serial bus for unit 0
wct4xxp0: <5>Successfully initialized serial bus for unit 1
wct4xxp0: <5>Successfully initialized serial bus for unit 2
wct4xxp0: <5>Successfully initialized serial bus for unit 3
wct4xxp0: <5>Successfully initialized serial bus for unit 4
wct4xxp0: <5>Successfully initialized serial bus for unit 5
wct4xxp0: <5>Successfully initialized serial bus for unit 6
wct4xxp0: <5>Successfully initialized serial bus for unit 7
<6>dahdi: Detected time shift.
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 1
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 2
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 3
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 4
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 5
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 6
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 7
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <6>About to enter spanconfig!
wct4xxp0: <5>TE8XXP: Configuring span 8
wct4xxp0: <6>Done with spanconfig!
wct4xxp0: <5>Unassigning channel 0/1!
wct4xxp0: <5>TE8XXP: Configured channel 1 (TE8/0/1/1) sigtype 1920
		Trying to create node dahdi at TE8/0/1/1
dahdi_iface(dahdi at TE8/0/1/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/1/1): new netgraph node
dahdi_iface(dahdi at TE8/0/1/1): interface ng0
wct4xxp0: <5>Unassigning channel 0/2!
wct4xxp0: <5>TE8XXP: Configured channel 2 (TE8/0/1/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/3!
wct4xxp0: <5>TE8XXP: Configured channel 3 (TE8/0/1/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/4!
wct4xxp0: <5>TE8XXP: Configured channel 4 (TE8/0/1/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/5!
wct4xxp0: <5>TE8XXP: Configured channel 5 (TE8/0/1/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/6!
wct4xxp0: <5>TE8XXP: Configured channel 6 (TE8/0/1/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/7!
wct4xxp0: <5>TE8XXP: Configured channel 7 (TE8/0/1/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/8!
wct4xxp0: <5>TE8XXP: Configured channel 8 (TE8/0/1/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/9!
wct4xxp0: <5>TE8XXP: Configured channel 9 (TE8/0/1/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/10!
wct4xxp0: <5>TE8XXP: Configured channel 10 (TE8/0/1/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/11!
wct4xxp0: <5>TE8XXP: Configured channel 11 (TE8/0/1/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/12!
wct4xxp0: <5>TE8XXP: Configured channel 12 (TE8/0/1/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/13!
wct4xxp0: <5>TE8XXP: Configured channel 13 (TE8/0/1/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/14!
wct4xxp0: <5>TE8XXP: Configured channel 14 (TE8/0/1/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/15!
wct4xxp0: <5>TE8XXP: Configured channel 15 (TE8/0/1/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/16!
wct4xxp0: <5>TE8XXP: Configured channel 16 (TE8/0/1/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/17!
wct4xxp0: <5>TE8XXP: Configured channel 17 (TE8/0/1/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/18!
wct4xxp0: <5>TE8XXP: Configured channel 18 (TE8/0/1/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/19!
wct4xxp0: <5>TE8XXP: Configured channel 19 (TE8/0/1/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/20!
wct4xxp0: <5>TE8XXP: Configured channel 20 (TE8/0/1/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/21!
wct4xxp0: <5>TE8XXP: Configured channel 21 (TE8/0/1/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/22!
wct4xxp0: <5>TE8XXP: Configured channel 22 (TE8/0/1/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/23!
wct4xxp0: <5>TE8XXP: Configured channel 23 (TE8/0/1/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/24!
wct4xxp0: <5>TE8XXP: Configured channel 24 (TE8/0/1/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/25!
wct4xxp0: <5>TE8XXP: Configured channel 25 (TE8/0/1/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/26!
wct4xxp0: <5>TE8XXP: Configured channel 26 (TE8/0/1/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/27!
wct4xxp0: <5>TE8XXP: Configured channel 27 (TE8/0/1/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/28!
wct4xxp0: <5>TE8XXP: Configured channel 28 (TE8/0/1/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/29!
wct4xxp0: <5>TE8XXP: Configured channel 29 (TE8/0/1/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/30!
wct4xxp0: <5>TE8XXP: Configured channel 30 (TE8/0/1/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 0/31!
wct4xxp0: <5>TE8XXP: Configured channel 31 (TE8/0/1/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/1!
wct4xxp0: <5>TE8XXP: Configured channel 32 (TE8/0/2/1) sigtype 1920
		Trying to create node dahdi at TE8/0/2/1
dahdi_iface(dahdi at TE8/0/2/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/2/1): new netgraph node
dahdi_iface(dahdi at TE8/0/2/1): interface ng1
wct4xxp0: <5>Unassigning channel 1/2!
wct4xxp0: <5>TE8XXP: Configured channel 33 (TE8/0/2/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/3!
wct4xxp0: <5>TE8XXP: Configured channel 34 (TE8/0/2/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/4!
wct4xxp0: <5>TE8XXP: Configured channel 35 (TE8/0/2/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/5!
wct4xxp0: <5>TE8XXP: Configured channel 36 (TE8/0/2/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/6!
wct4xxp0: <5>TE8XXP: Configured channel 37 (TE8/0/2/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/7!
wct4xxp0: <5>TE8XXP: Configured channel 38 (TE8/0/2/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/8!
wct4xxp0: <5>TE8XXP: Configured channel 39 (TE8/0/2/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/9!
wct4xxp0: <5>TE8XXP: Configured channel 40 (TE8/0/2/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/10!
wct4xxp0: <5>TE8XXP: Configured channel 41 (TE8/0/2/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/11!
wct4xxp0: <5>TE8XXP: Configured channel 42 (TE8/0/2/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/12!
wct4xxp0: <5>TE8XXP: Configured channel 43 (TE8/0/2/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/13!
wct4xxp0: <5>TE8XXP: Configured channel 44 (TE8/0/2/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/14!
wct4xxp0: <5>TE8XXP: Configured channel 45 (TE8/0/2/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/15!
wct4xxp0: <5>TE8XXP: Configured channel 46 (TE8/0/2/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/16!
wct4xxp0: <5>TE8XXP: Configured channel 47 (TE8/0/2/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/17!
wct4xxp0: <5>TE8XXP: Configured channel 48 (TE8/0/2/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/18!
wct4xxp0: <5>TE8XXP: Configured channel 49 (TE8/0/2/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/19!
wct4xxp0: <5>TE8XXP: Configured channel 50 (TE8/0/2/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/20!
wct4xxp0: <5>TE8XXP: Configured channel 51 (TE8/0/2/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/21!
wct4xxp0: <5>TE8XXP: Configured channel 52 (TE8/0/2/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/22!
wct4xxp0: <5>TE8XXP: Configured channel 53 (TE8/0/2/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/23!
wct4xxp0: <5>TE8XXP: Configured channel 54 (TE8/0/2/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/24!
wct4xxp0: <5>TE8XXP: Configured channel 55 (TE8/0/2/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/25!
wct4xxp0: <5>TE8XXP: Configured channel 56 (TE8/0/2/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/26!
wct4xxp0: <5>TE8XXP: Configured channel 57 (TE8/0/2/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/27!
wct4xxp0: <5>TE8XXP: Configured channel 58 (TE8/0/2/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/28!
wct4xxp0: <5>TE8XXP: Configured channel 59 (TE8/0/2/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/29!
wct4xxp0: <5>TE8XXP: Configured channel 60 (TE8/0/2/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/30!
wct4xxp0: <5>TE8XXP: Configured channel 61 (TE8/0/2/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 1/31!
wct4xxp0: <5>TE8XXP: Configured channel 62 (TE8/0/2/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/1!
wct4xxp0: <5>TE8XXP: Configured channel 63 (TE8/0/3/1) sigtype 1920
		Trying to create node dahdi at TE8/0/3/1
dahdi_iface(dahdi at TE8/0/3/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/3/1): new netgraph node
dahdi_iface(dahdi at TE8/0/3/1): interface ng2
wct4xxp0: <5>Unassigning channel 2/2!
wct4xxp0: <5>TE8XXP: Configured channel 64 (TE8/0/3/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/3!
wct4xxp0: <5>TE8XXP: Configured channel 65 (TE8/0/3/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/4!
wct4xxp0: <5>TE8XXP: Configured channel 66 (TE8/0/3/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/5!
wct4xxp0: <5>TE8XXP: Configured channel 67 (TE8/0/3/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/6!
wct4xxp0: <5>TE8XXP: Configured channel 68 (TE8/0/3/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/7!
wct4xxp0: <5>TE8XXP: Configured channel 69 (TE8/0/3/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/8!
wct4xxp0: <5>TE8XXP: Configured channel 70 (TE8/0/3/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/9!
wct4xxp0: <5>TE8XXP: Configured channel 71 (TE8/0/3/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/10!
wct4xxp0: <5>TE8XXP: Configured channel 72 (TE8/0/3/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/11!
wct4xxp0: <5>TE8XXP: Configured channel 73 (TE8/0/3/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/12!
wct4xxp0: <5>TE8XXP: Configured channel 74 (TE8/0/3/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/13!
wct4xxp0: <5>TE8XXP: Configured channel 75 (TE8/0/3/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/14!
wct4xxp0: <5>TE8XXP: Configured channel 76 (TE8/0/3/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/15!
wct4xxp0: <5>TE8XXP: Configured channel 77 (TE8/0/3/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/16!
wct4xxp0: <5>TE8XXP: Configured channel 78 (TE8/0/3/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/17!
wct4xxp0: <5>TE8XXP: Configured channel 79 (TE8/0/3/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/18!
wct4xxp0: <5>TE8XXP: Configured channel 80 (TE8/0/3/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/19!
wct4xxp0: <5>TE8XXP: Configured channel 81 (TE8/0/3/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/20!
wct4xxp0: <5>TE8XXP: Configured channel 82 (TE8/0/3/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/21!
wct4xxp0: <5>TE8XXP: Configured channel 83 (TE8/0/3/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/22!
wct4xxp0: <5>TE8XXP: Configured channel 84 (TE8/0/3/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/23!
wct4xxp0: <5>TE8XXP: Configured channel 85 (TE8/0/3/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/24!
wct4xxp0: <5>TE8XXP: Configured channel 86 (TE8/0/3/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/25!
wct4xxp0: <5>TE8XXP: Configured channel 87 (TE8/0/3/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/26!
wct4xxp0: <5>TE8XXP: Configured channel 88 (TE8/0/3/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/27!
wct4xxp0: <5>TE8XXP: Configured channel 89 (TE8/0/3/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/28!
wct4xxp0: <5>TE8XXP: Configured channel 90 (TE8/0/3/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/29!
wct4xxp0: <5>TE8XXP: Configured channel 91 (TE8/0/3/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/30!
wct4xxp0: <5>TE8XXP: Configured channel 92 (TE8/0/3/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 2/31!
wct4xxp0: <5>TE8XXP: Configured channel 93 (TE8/0/3/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/1!
wct4xxp0: <5>TE8XXP: Configured channel 94 (TE8/0/4/1) sigtype 1920
		Trying to create node dahdi at TE8/0/4/1
dahdi_iface(dahdi at TE8/0/4/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/4/1): new netgraph node
dahdi_iface(dahdi at TE8/0/4/1): interface ng3
wct4xxp0: <5>Unassigning channel 3/2!
wct4xxp0: <5>TE8XXP: Configured channel 95 (TE8/0/4/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/3!
wct4xxp0: <5>TE8XXP: Configured channel 96 (TE8/0/4/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/4!
wct4xxp0: <5>TE8XXP: Configured channel 97 (TE8/0/4/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/5!
wct4xxp0: <5>TE8XXP: Configured channel 98 (TE8/0/4/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/6!
wct4xxp0: <5>TE8XXP: Configured channel 99 (TE8/0/4/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/7!
wct4xxp0: <5>TE8XXP: Configured channel 100 (TE8/0/4/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/8!
wct4xxp0: <5>TE8XXP: Configured channel 101 (TE8/0/4/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/9!
wct4xxp0: <5>TE8XXP: Configured channel 102 (TE8/0/4/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/10!
wct4xxp0: <5>TE8XXP: Configured channel 103 (TE8/0/4/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/11!
wct4xxp0: <5>TE8XXP: Configured channel 104 (TE8/0/4/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/12!
wct4xxp0: <5>TE8XXP: Configured channel 105 (TE8/0/4/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/13!
wct4xxp0: <5>TE8XXP: Configured channel 106 (TE8/0/4/13) sigtype 1920
wMay 16 05:13:43 ct4xxp0: <5>Unassigning channel 3/14!
wct4xxp0: titan sm-msp-que<5>TE8XXP: Configured channel 107 (TE8/0/4/14) sigtype 1920
ue[1409]: unablewct4xxp0: <5>Unassigning channel 3/15!
wct4xxp0:  to qualify my o<5>TE8XXP: Configured channel 108 (TE8/0/4/15) sigtype 1920
wn domain name (wct4xxp0: <5>Unassigning channel 3/16!
titan) -- using wct4xxp0: short name
Sta<5>TE8XXP: Configured channel 109 (TE8/0/4/16) sigtype 1920
rting cron.
wct4xxp0: <5>Unassigning channel 3/17!
wct4xxp0: <5>TE8XXP: Configured channel 110 (TE8/0/4/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/18!
wct4xxp0: <5>TE8XXP: Configured channel 111 (TE8/0/4/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/19!
wct4xxp0: <5>TE8XXP: Configured channel 112 (TE8/0/4/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/20!
wct4xxp0: <5>TE8XXP: Configured channel 113 (TE8/0/4/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/21!
wct4xxp0: <5>TE8XXP: Configured channel 114 (TE8/0/4/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/22!
wct4xxp0: <5>TE8XXP: Configured channel 115 (TE8/0/4/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/23!
wct4xxp0: <5>TE8XXP: Configured channel 116 (TE8/0/4/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/24!
wct4xxp0: <5>TE8XXP: Configured channel 117 (TE8/0/4/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/25!
wct4xxp0: <5>TE8XXP: Configured channel 118 (TE8/0/4/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/26!
wct4xxp0: <5>TE8XXP: Configured channel 119 (TE8/0/4/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/27!
wct4xxp0: <5>TE8XXP: Configured channel 120 (TE8/0/4/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/28!
wct4xxp0: <5>TE8XXP: Configured channel 121 (TE8/0/4/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/29!
wct4xxp0: <5>TE8XXP: Configured channel 122 (TE8/0/4/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/30!
wct4xxp0: <5>TE8XXP: Configured channel 123 (TE8/0/4/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 3/31!
wct4xxp0: <5>TE8XXP: Configured channel 124 (TE8/0/4/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/1!
wct4xxp0: <5>TE8XXP: Configured channel 125 (TE8/0/5/1) sigtype 1920
		Trying to create node dahdi at TE8/0/5/1
dahdi_iface(dahdi at TE8/0/5/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/5/1): new netgraph node
dahdi_iface(dahdi at TE8/0/5/1): interface ng4
wct4xxp0: <5>Unassigning channel 4/2!
wct4xxp0: <5>TE8XXP: Configured channel 126 (TE8/0/5/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/3!
wct4xxp0: <5>TE8XXP: Configured channel 127 (TE8/0/5/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/4!
wct4xxp0: <5>TE8XXP: Configured channel 128 (TE8/0/5/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/5!
wct4xxp0: <5>TE8XXP: Configured channel 129 (TE8/0/5/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/6!
wct4xxp0: <5>TE8XXP: Configured channel 130 (TE8/0/5/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/7!
wct4xxp0: <5>TE8XXP: Configured channel 131 (TE8/0/5/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/8!
wct4xxp0: <5>TE8XXP: Configured channel 132 (TE8/0/5/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/9!
wct4xxp0: <5>TE8XXP: Configured channel 133 (TE8/0/5/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/10!
wct4xxp0: <5>TE8XXP: Configured channel 134 (TE8/0/5/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/11!
wct4xxp0: <5>TE8XXP: Configured channel 135 (TE8/0/5/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/12!
wct4xxp0: <5>TE8XXP: Configured channel 136 (TE8/0/5/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/13!
wct4xxp0: <5>TE8XXP: Configured channel 137 (TE8/0/5/13) sigtype 1920
wStarting backgroct4xxp0: <5>Unassigning channel 4/14!
und file system wct4xxp0: <5>TE8XXP: Configured channel 138 (TE8/0/5/14) sigtype 1920
checks in 60 secwct4onds.

xxp0: <5>Unassigning channel 4/15!
wct4xxp0: <5>TE8XXP: Configured channel 139 (TE8/0/5/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/16!
wct4xxFri May 16 05:13p0: <5>TE8XXP: Configured channel 140 (TE8/0/5/16) sigtype 1920
:48 CEST 2014
wct4xxp0: <5>Unassigning channel 4/17!
wct4xxp0: <5>TE8XXP: Configured channel 141 (TE8/0/5/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/18!
wct4xxp0: <5>TE8XXP: Configured channel 142 (TE8/0/5/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/19!
wct4xxp0: <5>TE8XXP: Configured channel 143 (TE8/0/5/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/20!
wct4xxp0: <5>TE8XXP: Configured channel 144 (TE8/0/5/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/21!
wct4xxp0: <5>TE8XXP: Configured channel 145 (TE8/0/5/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/22!
wct4xxp0: <5>TE8XXP: Configured channel 146 (TE8/0/5/22) sigtype 1920
May 16 05:13:48 wct4xxp0: <5>Unassigning channel 4/23!
wct4xxp0: <5>TE8XXP: Configured channel 147 (TE8/0/5/23) sigtype 1920
titan getty[2124wct4xxp0: <5>Unassigning channel 4/24!
wct4xxp0: <5>TE8XXP: Configured channel 148 (TE8/0/5/24) sigtype 1920
]: open /dev/ttywct4xxp0: <5>Unassigning channel 4/25!
wct4xxp0: <5>TEv5: No such file8XXP: Configured channel 149 (TE8/0/5/25) sigtype 1920
 or directory
wct4xxp0: <5>Unassigning channel 4/26!
wct4xxp0: <5>TE8XXP: Configured channel 150 (TE8/0/5/26) sigtype 1920
wct4xxp0: May 16 05:13:48 <5>Unassigning channel 4/27!
wct4xxp0: <5>TE8XXP: Configured channel 151 (TE8/0/5/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/28!

FreeBSD/amd64wct4xxp0:  (titan) (ttyu0)<5>TE

login: 8XXP: Configured channel 152 (TE8/0/5/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/29!
wct4xxp0: <5>TE8XXP: Configured channel 153 (TE8/0/5/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/30!
wct4xxp0: <5>TE8XXP: Configured channel 154 (TE8/0/5/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 4/31!
wct4xxp0: <5>TE8XXP: Configured channel 155 (TE8/0/5/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/1!
wct4xxp0: <5>TE8XXP: Configured channel 156 (TE8/0/6/1) sigtype 1920
		Trying to create node dahdi at TE8/0/6/1
dahdi_iface(dahdi at TE8/0/6/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/6/1): new netgraph node
dahdi_iface(dahdi at TE8/0/6/1): interface ng5
wct4xxp0: <5>Unassigning channel 5/2!
wct4xxp0: <5>TE8XXP: Configured channel 157 (TE8/0/6/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/3!
wct4xxp0: <5>TE8XXP: Configured channel 158 (TE8/0/6/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/4!
wct4xxp0: <5>TE8XXP: Configured channel 159 (TE8/0/6/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/5!
wct4xxp0: <5>TE8XXP: Configured channel 160 (TE8/0/6/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/6!
wct4xxp0: <5>TE8XXP: Configured channel 161 (TE8/0/6/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/7!
wct4xxp0: <5>TE8XXP: Configured channel 162 (TE8/0/6/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/8!
wct4xxp0: <5>TE8XXP: Configured channel 163 (TE8/0/6/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/9!
wct4xxp0: <5>TE8XXP: Configured channel 164 (TE8/0/6/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/10!
wct4xxp0: <5>TE8XXP: Configured channel 165 (TE8/0/6/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/11!
wct4xxp0: <5>TE8XXP: Configured channel 166 (TE8/0/6/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/12!
wct4xxp0: <5>TE8XXP: Configured channel 167 (TE8/0/6/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/13!
wct4xxp0: <5>TE8XXP: Configured channel 168 (TE8/0/6/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/14!
wct4xxp0: <5>TE8XXP: Configured channel 169 (TE8/0/6/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/15!
wct4xxp0: <5>TE8XXP: Configured channel 170 (TE8/0/6/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/16!
wct4xxp0: <5>TE8XXP: Configured channel 171 (TE8/0/6/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/17!
wct4xxp0: <5>TE8XXP: Configured channel 172 (TE8/0/6/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/18!
wct4xxp0: <5>TE8XXP: Configured channel 173 (TE8/0/6/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/19!
wct4xxp0: <5>TE8XXP: Configured channel 174 (TE8/0/6/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/20!
wct4xxp0: <5>TE8XXP: Configured channel 175 (TE8/0/6/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/21!
wct4xxp0: <5>TE8XXP: Configured channel 176 (TE8/0/6/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/22!
wct4xxp0: <5>TE8XXP: Configured channel 177 (TE8/0/6/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/23!
wct4xxp0: <5>TE8XXP: Configured channel 178 (TE8/0/6/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/24!
wct4xxp0: <5>TE8XXP: Configured channel 179 (TE8/0/6/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/25!
wct4xxp0: <5>TE8XXP: Configured channel 180 (TE8/0/6/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/26!
wct4xxp0: <5>TE8XXP: Configured channel 181 (TE8/0/6/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/27!
wct4xxp0: <5>TE8XXP: Configured channel 182 (TE8/0/6/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/28!
wct4xxp0: <5>TE8XXP: Configured channel 183 (TE8/0/6/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/29!
wct4xxp0: <5>TE8XXP: Configured channel 184 (TE8/0/6/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/30!
wct4xxp0: <5>TE8XXP: Configured channel 185 (TE8/0/6/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 5/31!
wct4xxp0: <5>TE8XXP: Configured channel 186 (TE8/0/6/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/1!
wct4xxp0: <5>TE8XXP: Configured channel 187 (TE8/0/7/1) sigtype 1920
		Trying to create node dahdi at TE8/0/7/1
dahdi_iface(dahdi at TE8/0/7/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/7/1): new netgraph node
dahdi_iface(dahdi at TE8/0/7/1): interface ng6
wct4xxp0: <5>Unassigning channel 6/2!
wct4xxp0: <5>TE8XXP: Configured channel 188 (TE8/0/7/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/3!
wct4xxp0: <5>TE8XXP: Configured channel 189 (TE8/0/7/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/4!
wct4xxp0: <5>TE8XXP: Configured channel 190 (TE8/0/7/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/5!
wct4xxp0: <5>TE8XXP: Configured channel 191 (TE8/0/7/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/6!
wct4xxp0: <5>TE8XXP: Configured channel 192 (TE8/0/7/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/7!
wct4xxp0: <5>TE8XXP: Configured channel 193 (TE8/0/7/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/8!
wct4xxp0: <5>TE8XXP: Configured channel 194 (TE8/0/7/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/9!
wct4xxp0: <5>TE8XXP: Configured channel 195 (TE8/0/7/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/10!
wct4xxp0: <5>TE8XXP: Configured channel 196 (TE8/0/7/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/11!
wct4xxp0: <5>TE8XXP: Configured channel 197 (TE8/0/7/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/12!
wct4xxp0: <5>TE8XXP: Configured channel 198 (TE8/0/7/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/13!
wct4xxp0: <5>TE8XXP: Configured channel 199 (TE8/0/7/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/14!
wct4xxp0: <5>TE8XXP: Configured channel 200 (TE8/0/7/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/15!
wct4xxp0: <5>TE8XXP: Configured channel 201 (TE8/0/7/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/16!
wct4xxp0: <5>TE8XXP: Configured channel 202 (TE8/0/7/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/17!
wct4xxp0: <5>TE8XXP: Configured channel 203 (TE8/0/7/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/18!
wct4xxp0: <5>TE8XXP: Configured channel 204 (TE8/0/7/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/19!
wct4xxp0: <5>TE8XXP: Configured channel 205 (TE8/0/7/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/20!
wct4xxp0: <5>TE8XXP: Configured channel 206 (TE8/0/7/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/21!
wct4xxp0: <5>TE8XXP: Configured channel 207 (TE8/0/7/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/22!
wct4xxp0: <5>TE8XXP: Configured channel 208 (TE8/0/7/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/23!
wct4xxp0: <5>TE8XXP: Configured channel 209 (TE8/0/7/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/24!
wct4xxp0: <5>TE8XXP: Configured channel 210 (TE8/0/7/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/25!
wct4xxp0: <5>TE8XXP: Configured channel 211 (TE8/0/7/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/26!
wct4xxp0: <5>TE8XXP: Configured channel 212 (TE8/0/7/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/27!
wct4xxp0: <5>TE8XXP: Configured channel 213 (TE8/0/7/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/28!
wct4xxp0: <5>TE8XXP: Configured channel 214 (TE8/0/7/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/29!
wct4xxp0: <5>TE8XXP: Configured channel 215 (TE8/0/7/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/30!
wct4xxp0: <5>TE8XXP: Configured channel 216 (TE8/0/7/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 6/31!
wct4xxp0: <5>TE8XXP: Configured channel 217 (TE8/0/7/31) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/1!
wct4xxp0: <5>TE8XXP: Configured channel 218 (TE8/0/8/1) sigtype 1920
		Trying to create node dahdi at TE8/0/8/1
dahdi_iface(dahdi at TE8/0/8/1): Bootstrapping CHDLC..
dahdi_iface(dahdi at TE8/0/8/1): new netgraph node
dahdi_iface(dahdi at TE8/0/8/1): interface ng7
wct4xxp0: <5>Unassigning channel 7/2!
wct4xxp0: <5>TE8XXP: Configured channel 219 (TE8/0/8/2) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/3!
wct4xxp0: <5>TE8XXP: Configured channel 220 (TE8/0/8/3) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/4!
wct4xxp0: <5>TE8XXP: Configured channel 221 (TE8/0/8/4) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/5!
wct4xxp0: <5>TE8XXP: Configured channel 222 (TE8/0/8/5) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/6!
wct4xxp0: <5>TE8XXP: Configured channel 223 (TE8/0/8/6) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/7!
wct4xxp0: <5>TE8XXP: Configured channel 224 (TE8/0/8/7) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/8!
wct4xxp0: <5>TE8XXP: Configured channel 225 (TE8/0/8/8) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/9!
wct4xxp0: <5>TE8XXP: Configured channel 226 (TE8/0/8/9) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/10!
wct4xxp0: <5>TE8XXP: Configured channel 227 (TE8/0/8/10) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/11!
wct4xxp0: <5>TE8XXP: Configured channel 228 (TE8/0/8/11) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/12!
wct4xxp0: <5>TE8XXP: Configured channel 229 (TE8/0/8/12) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/13!
wct4xxp0: <5>TE8XXP: Configured channel 230 (TE8/0/8/13) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/14!
wct4xxp0: <5>TE8XXP: Configured channel 231 (TE8/0/8/14) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/15!
wct4xxp0: <5>TE8XXP: Configured channel 232 (TE8/0/8/15) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/16!
wct4xxp0: <5>TE8XXP: Configured channel 233 (TE8/0/8/16) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/17!
wct4xxp0: <5>TE8XXP: Configured channel 234 (TE8/0/8/17) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/18!
wct4xxp0: <5>TE8XXP: Configured channel 235 (TE8/0/8/18) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/19!
wct4xxp0: <5>TE8XXP: Configured channel 236 (TE8/0/8/19) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/20!
wct4xxp0: <5>TE8XXP: Configured channel 237 (TE8/0/8/20) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/21!
wct4xxp0: <5>TE8XXP: Configured channel 238 (TE8/0/8/21) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/22!
wct4xxp0: <5>TE8XXP: Configured channel 239 (TE8/0/8/22) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/23!
wct4xxp0: <5>TE8XXP: Configured channel 240 (TE8/0/8/23) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/24!
wct4xxp0: <5>TE8XXP: Configured channel 241 (TE8/0/8/24) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/25!
wct4xxp0: <5>TE8XXP: Configured channel 242 (TE8/0/8/25) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/26!
wct4xxp0: <5>TE8XXP: Configured channel 243 (TE8/0/8/26) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/27!
wct4xxp0: <5>TE8XXP: Configured channel 244 (TE8/0/8/27) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/28!
wct4xxp0: <5>TE8XXP: Configured channel 245 (TE8/0/8/28) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/29!
wct4xxp0: <5>TE8XXP: Configured channel 246 (TE8/0/8/29) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/30!
wct4xxp0: <5>TE8XXP: Configured channel 247 (TE8/0/8/30) sigtype 1920
wct4xxp0: <5>Unassigning channel 7/31!
wct4xxp0: <5>TE8XXP: Configured channel 248 (TE8/0/8/31) sigtype 1920
wct4xxp0: <6>About to enter startup!
wct4xxp0: <6>TE8XXP: Span 1 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: yellow (RAI) detected on span 1 but debouncing for 500 ms
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 9 total ticks taken to handle irq: 345
1: 150981 2: 150981 3: 150981 4: 150981 5: 151074 6: 151074 7: 151074 8: 151326
9: 151326 10: 0 11: 0
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 151514 2: 151514 3: 151514 4: 151514 5: 151515 6: 151515 7: 151515 8: 151515
<6>Completed startup!
9: 151515 10: 151515 11: 151515
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 0
<6>About to enter startup!
1: 151752 2: 151752 3: 151752 4: 151752 5: 151752 6: 151752 7: 151752 8: 151752
wct4xxp0: 9: 151752 10: 151752 11: 151752
<6>TE8XXP: Span 2 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 2 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 2 but debouncing for 2500 ms
wct4xxp0: <6>Setting yellow alarm span 2
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 521
1: 152006 2: 152006 3: 152006 4: 152006 5: 152006 6: 152275 7: 152275 8: 152275
9: 152275 10: 152527 11: 152527
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 152728 2: 152728 3: 152728 4: 152728 5: 152729 6: 152729 7: 152729 8: 152729
<6>Completed startup!
9: 152729 10: 152729 11: 152729
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 1
<6>About to enter startup!
1: 152965 2: 152965 3: 152965 4: 152965 5: 152966 6: 152966 7: 152966 8: 152966
wct4xxp0: 9: 152966 10: 152966 11: 152966
<6>TE8XXP: Span 3 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 3 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 3 but debouncing for 2500 ms
wct4xxp0: <6>Setting yellow alarm span 3
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 521
1: 153219 2: 153219 3: 153219 4: 153219 5: 153220 6: 153489 7: 153489 8: 153489
9: 153489 10: 153740 11: 153740
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 153942 2: 153942 3: 153942 4: 153942 5: 153942 6: 153943 7: 153943 8: 153943
<6>Completed startup!
9: 153943 10: 153943 11: 153943
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 0
<6>About to enter startup!
1: 154180 2: 154180 3: 154180 4: 154180 5: 154180 6: 154180 7: 154180 8: 154180
wct4xxp0: 9: 154180 10: 154180 11: 154180
<6>TE8XXP: Span 4 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 4 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 4 but debouncing for 2500 ms
wct4xxp0: <6>Setting yellow alarm span 4
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 521
1: 154434 2: 154434 3: 154434 4: 154434 5: 154434 6: 154703 7: 154703 8: 154703
9: 154703 10: 154955 11: 154955
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 155156 2: 155156 3: 155156 4: 155156 5: 155157 6: 155157 7: 155157 8: 155157
<6>Completed startup!
9: 155157 10: 155157 11: 155157
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 1
<6>About to enter startup!
1: 155394 2: 155394 3: 155394 4: 155394 5: 155395 6: 155395 7: 155395 8: 155395
wct4xxp0: 9: 155395 10: 155395 11: 155395
<6>TE8XXP: Span 5 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: yellow (RAI) detected on span 5 but debouncing for 500 ms
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>span 5 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 442
1: 155648 2: 155648 3: 155648 4: 155648 5: 155650 6: 155791 7: 155791 8: 155791
9: 155791 10: 156090 11: 156090
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 156292 2: 156292 3: 156292 4: 156292 5: 156292 6: 156292 7: 156293 8: 156293
<6>Completed startup!
9: 156293 10: 156293 11: 156293
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 1
<6>About to enter startup!
1: 156530 2: 156530 3: 156530 4: 156530 5: 156530 6: 156531 7: 156531 8: 156531
wct4xxp0: 9: 156531 10: 156531 11: 156531
<6>TE8XXP: Span 6 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 6 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 6 but debouncing for 2500 ms
wct4xxp0: <6>Setting yellow alarm span 6
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>span 5 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 569
1: 156784 2: 156784 3: 156784 4: 156784 5: 156784 6: 157053 7: 157053 8: 157053
9: 157053 10: 157353 11: 157353
TICKS samples taken: 11 total ticks taken to handle irq: 1
wct4xxp0: 1: 157554 2: 157554 3: 157554 4: 157554 5: 157554 6: 157555 7: 157555 8: 157555
<6>Completed startup!
9: 157555 10: 157555 11: 157555
wct4xxp0: TICKS samples taken: 11 total ticks taken to handle irq: 2
<6>About to enter startup!
1: 157792 2: 157792 3: 157792 4: 157792 5: 157793 6: 157794 7: 157794 8: 157794
wct4xxp0: 9: 157794 10: 157794 11: 157794
<6>TE8XXP: Span 7 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 7 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 7 but debouncing for 2500 ms
wct4xxp0: <6>Setting yellow alarm span 7
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>span 5 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 570
1: 158046 2: 158046 3: 158046 4: 158046 5: 158048 6: 158316 7: 158316 8: 158316
9: 158316 10: 158616 11: 158616
TICKS samples taken: 11 total ticks taken to handle irq: 1
1: 158817 2: 158817 3: 158817 4: 158817 5: 158817 6: 158818 7: 158818 8: 158818
wct4xxp0: 9: 158818 10: 158818 11: 158818
<6>Completed startup!
TICKS samples taken: 11 total ticks taken to handle irq: 2
wct4xxp0: 1: 159029 2: 159029 3: 159029 4: 159029 5: 159030 6: 159031 7: 159031 8: 159031
<6>About to enter startup!
9: 159031 10: 159031 11: 159031
wct4xxp0: <6>TE8XXP: Span 8 configured for CCS/HDB3
wct4xxp0: <6>wct8xxp: LOF/LFA detected on span 8 but debouncing for 2500 ms
wct4xxp0: <6>wct8xxp: LOS detected on span 8 but debouncing for 2500 ms
wct4xxp0: wct4xxp0: <6>SPAN 8: Primary Sync Source
<6>Setting yellow alarm span 8
wct4xxp0: <6>timing source auto
wct4xxp0: <6>Evaluating spans for timing source
wct4xxp0: <6>span 1 is green : syncpos 1
wct4xxp0: <6>span 5 is green : syncpos 1
wct4xxp0: <6>RCLK source set to span 1
wct4xxp0: <6>Recovered timing mode, RCLK set to span 1
TICKS samples taken: 11 total ticks taken to handle irq: 629
1: 159297 2: 159297 3: 159297 4: 159297 5: 159298 6: 159626 7: 159627 8: 159627
9: 159627 10: 159926 11: 159926
TICKS samples taken: 11 total ticks taken to handle irq: 3
1: 160128 2: 160128 3: 160128 4: 160128 5: 160130 6: 160131 7: 160131 8: 160131
wct4xxp0: 9: 160131 10: 160131 11: 160131
<6>Completed startup!
TICKS samples taken: 11 total ticks taken to handle irq: 3
1: 160342 2: 160342 3: 160342 4: 160342 5: 160344 6: 160345 7: 160345 8: 160345
9: 160345 10: 160345 11: 160345
wct4xxp0: <4>Missed interrupt.  Expected ident of 34 and got ident of 115
wct4xxp0: <6>Need to increase latency.  Estimated latency should be 98
TICKS samples taken: 2 total ticks taken to handle irq: 0
1: 160567 2: 160567 3: 0 4: 0 5: 0 6: 0 7: 0 8: 0
9: 0 10: 0 11: 0
TICKS samples taken: 9 total ticks taken to handle irq: 0
1: 160882 2: 160882 3: 160882 4: 160882 5: 160882 6: 160882 7: 160882 8: 160882
9: 160882 10: 0 11: 0



More information about the asterisk-dev mailing list