udapl is using 0x115d3. How is this set and what value should it be?<br>
<br>
Todd<br><br><div><span class="gmail_quote">On 9/29/05, <b class="gmail_sendername">Arlin Davis</b> <<a href="mailto:ardavis@ichips.intel.com">ardavis@ichips.intel.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Todd Bowman wrote:<br><br>> I am runing udapl on 32bit intel and running into this error:<br>><br>> setup_listener(conn=0x8060008 cm_id=134611368)<br>>  destroy_cm_id: conn 0x8060008 id 134611368<br>> --> dapl_psp_create setup_conn_listener failed: 30000
<br>> 20664 Error dat_psp_create: DAT_INSUFFICIENT_RESOURCES<br>> 20664 Error connect_ep: DAT_INSUFFICIENT_RESOURCES<br><br><br>What SID are you listening on? sdp is listening on a range from 0x10000<br>- 0x1fffff<br>
so you may be colliding with their SID/port space.<br><br>><br>> I've tracked the error to ib_cm_listen:<br>><br>>  result = write(cm_id->device->fd, msg, size);<br>>  if (result != size)<br>>                
return (result > 0) ? -ENODATA : result;<br>><br>> result = -1<br>> size  = 28<br>> device->fd  = 4<br>><br>><br>> These are the modules I have loaded:<br>><br>> ib_sdp                 93792  0
<br>> ib_ipoib               45572  0<br>> ib_uat                 15884  0<br>>
ib_at                  29248  1
ib_uat<br>>
ib_sa                  16916  3
ib_sdp,ib_ipoib,ib_at<br>> ib_ucm                 21764  0<br>>
ib_cm                  39628  2
ib_sdp,ib_ucm<br>> ib_uverbs              33936  0<br>> ib_umad                18712  0<br>> ib_mthca              118300  0<br>>
ib_mad                
43424  5 ib_ping,ib_sa,ib_cm,ib_umad,ib_mthca<br>> ib_core                48128  10<br>> ib_ping,ib_sdp,ib_ipoib,ib_sa,ib_ucm,ib_cm,ib_uverbs,ib_umad,ib_mthca,ib_mad<br>><br>><br>> This is /dev/infiniband:
<br>> crw-rw-rw-  1 root root 231, 191 Sep 29 08:10 uat<br>> crw-rw-rw-  1 root root 231, 224 Sep 29 08:10 ucm0<br>> crw-rw-rw-  1 root root 231,   0 Sep 29 08:10 umad0<br>> crw-rw-rw-  1 root root 231,   1 Sep 29 08:10 umad1
<br>> crw-rw-rw-  1 root root 231, 192 Sep 29 08:09 uverbs0<br>> crw-rw-rw-  1 root root 231, 193 Sep 29 08:09 uverbs1<br>><br>> I have run ulimit -l unlimited<br>><br>> I'm at a loss here.  Can someone point me in the rigt direction.
<br>><br>> Thanks,<br>> Todd<br>><br>>------------------------------------------------------------------------<br>><br>>_______________________________________________<br>>openib-general mailing list
<br>><a href="mailto:openib-general@openib.org">openib-general@openib.org</a><br>><a href="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</a><br>><br>>To unsubscribe, please visit 
<a href="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</a><br>><br><br></blockquote></div><br>