I&#39;m attempting to set up the dell extension found at <a href="http://www.rickyninja.net/rancid/">http://www.rickyninja.net/rancid/</a><br><br>Everything seems to work fine when logging in with dlogin:<br><br>$ sudo -u www /opt/local/libexec/rancid/dlogin -autoenable -u Engineer -p &lt;snip&gt; -c &quot;show version&quot; 10.13.8.1<br>
10.13.8.1<br>spawn telnet 10.13.8.1<br>Trying 10.13.8.1...<br>Connected to 10.13.8.1.<br>Escape character is &#39;^]&#39;.<br>04-Jun-2009 02:12:41 %MSCM-I-NEWTERM: New TELNET connection from 10.75.224.12<br>User Name:Engineer<br>
Password:**********<br><br>TW-G-6024-1# <br>TW-G-6024-1#  show version<br>SW version    1.0.2.07 ( date  21-Nov-2003 time  09:58:38 )<br>Boot version    1.0.0.13 ( date  13-Aug-2003 time  15:28:31 )<br>HW version    00.01.64<br>
TW-G-6024-1#eConnection closed by foreign host.<br><br><br>However, when I set up cloginrc:<br><br>#CTX<br>add autoenable 10.13.* 1<br>add method 10.13.* telnet<br>add password 10.13.* Engineer &lt;snip&gt;<br><br><br>and router.db:<br>
<br>10.13.8.1:dell:up<br><br><br>It doesn&#39;t seem to work when running rancid manually:<br><br>$ sudo -u www /opt/local/bin/rancid-run GROUP -r 10.13.8.1<br><br>Trying to get all of the configs.<br>opened network stream from 10.13.8.1 if () at /opt/local/libexec/rancid/drancid line 266.<br>
found_end = 0, clean_run = 0<br>10.13.8.1 dlogin error: Error: Connection closed (telnet): 10.13.8.1<br><a href="http://10.13.8.1">10.13.8.1</a>: missed cmd(s): show version,show running-config,show vlan<br><a href="http://10.13.8.1">10.13.8.1</a>: End of run not found<br>
!<br><br><br>The error in the log isn&#39;t really revealing.  <br><br>I installed rancid from macports, this is in the header of rancid-run:<br><br>## $Id: <a href="http://rancid-run.in">rancid-run.in</a>,v 1.30 2004/03/12 23:17:28 heas Exp $<br>
<br><br>I really appreciate any support/ideas/help anyone can offer to help figure this out.<br><br>-Josh<br>