<div dir="ltr">Still no luck:<div><br></div><div><div>shell> pgrep asterisk</div><div>shell> ps -ef | grep asterisk</div><div>shell> lsof /dev/dahdi/channel</div><div>shell> lsof /dev/dahdi/1      </div><div>shell> lsof /dev/dahdi/2</div>
<div>shell> chrt -f 99 patlooptest /dev/dahdi/2 -t 300 -vvvvv </div><div>/dev/dahdi/2: Device or resource busy</div></div><div><br></div><div>I can assure no PBX related process is running.</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Jan 15, 2014 at 4:14 PM, Shaun Ruffell <span dir="ltr"><<a href="mailto:sruffell@digium.com" target="_blank">sruffell@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Jan 15, 2014 at 04:00:19AM +0000, Rodrigo Borges Pereira wrote:<br>
> Ok, I'm a believer now:<br>
><br>
><br>
> shell> chrt -f 99 patlooptest /dev/dahdi/1 -t 300 -vvvvv<br>
> Using Timeout of 300 Seconds<br>
> Going for it...<br>
> Timeout achieved Ending Program<br>
> Test ran 28295 loops of 2039 bytes/loop with 0 errors<br>
><br>
><br>
> Still, any hint about this?<br>
><br>
> shell> lsof /dev/dahdi/2<br>
> shell><br>
> shell> chrt -f 99 patlooptest /dev/dahdi/2 -t 300 -vvvvv<br>
> /dev/dahdi/2: Device or resource busy<br>
><br>
> Thanks.<br>
<br>
</div>Asterisk doesn't necessarily have to open channels via<br>
/dev/dahdi/<channel number>.  In fact, they generally open<br>
/dev/dahdi/channel and then use the SPECIFY ioctl to bind that<br>
particular file descriptor to a specific dahdi channel.<br>
<br>
So try 'lsof /dev/dahdi/channel'  and see what you see.<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
Shaun<br>
<br>
--<br>
Shaun Ruffell<br>
Digium, Inc. | Linux Kernel Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>