Using a semicolon as the deliminator caused running the dlogin script manually to work.  Its still not working when called from rancid-run though.<br><br>I did find something in the log file that reveals the problem:<br><br>
<div style="margin-left: 40px;">unknown router manufacturer for a1.aus: dell<br></div><br>So...  I&#39;m guessing this is because I didn&#39;t install drancid/dlogin correctly.  How do I let rancid-run know about the newly installed manufacturer (and corresponding scripts)?<br>
<br>-Josh<br><blockquote style="margin: 1.5em 0pt;"></blockquote><br><br><div class="gmail_quote">On Thu, Jun 4, 2009 at 3:29 PM, Austin Schutz <span dir="ltr">&lt;<a href="mailto:tex@off.org">tex@off.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Wed, 3 Jun 2009 17:41:39 -0500<br>
<div class="im">Temporary Mailbox &lt;<a href="mailto:2009@tybox.net">2009@tybox.net</a>&gt; wrote:<br>
<br>
&gt; I didn&#39;t realize that is how logind takes arguments.  When I tested,<br>
&gt; it did not replace the , with a \n:<br>
&gt;<br>
&gt; TW-G-6024-1#  show version,show running-config,show vlan<br>
&gt; % Unrecognized command<br>
&gt;<br>
&gt; So...  is this exactly how rancid is calling dlogin?<br>
&gt;<br>
&gt; If so, I&#39;m guessing I need to look at how to do a &quot;s/,/\n/g&quot; on the -c<br>
&gt; argument of dlogin ?<br>
&gt;<br>
&gt; -Josh<br>
&gt;<br>
&gt; On Wed, Jun 3, 2009 at 5:15 PM, Austin Schutz &lt;<a href="mailto:tex@off.org">tex@off.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Wed, 3 Jun 2009 14:01:13 -0500<br>
&gt; &gt; Temporary Mailbox &lt;<a href="mailto:2009@tybox.net">2009@tybox.net</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; I&#39;m attempting to set up the dell extension found at<br>
&gt; &gt; &gt; <a href="http://www.rickyninja.net/rancid/" target="_blank">http://www.rickyninja.net/rancid/</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Everything seems to work fine when logging in with dlogin:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; $ sudo -u www /opt/local/libexec/rancid/dlogin -autoenable -u<br>
&gt; &gt; &gt; Engineer -p &lt;snip&gt; -c &quot;show version&quot; 10.13.8.1<br>
&gt; &gt;<br>
&gt; &gt; I would try dlogin -c &quot;show version,show running-config,show vlan&quot;<br>
&gt; &gt;<br>
<br>
</div>My mistake: This should be:<br>
<div class="im"><br>
 -c &quot;show version;show running-config;show vlan&quot;<br>
<br>
</div>the separator is &#39;;&#39;, not &#39;,&#39;.<br>
<font color="#888888"><br>
Austin<br>
</font></blockquote></div><br>