<div dir="ltr"><div>I should of changed it back to hlogin before i ran the debug, the custom script is identical to hlogin with the suggested change by heasely,  Mine is not making as far or failing the same way yours is, i would feel better about it if it was i never make it to the prompt match output stage.<br><br><div><br></div><div><div>[rancid@localhost logs]$ rancid -d -t ciena-ws 192.168.168.32</div><div>loadtype: device type ciena-ws</div><div>loadtype: found device type ciena-ws in /usr/local/rancid/etc/rancid.types.base</div><div>executing hlogin -t 120 -c"software show;chassis show;configuration show" 192.168.168.32</div><div><a href="http://192.168.168.32">192.168.168.32</a>: missed cmd(s): all commands</div><div><a href="http://192.168.168.32">192.168.168.32</a>: End of run not found</div></div><div><br></div><div><br></div><br></div><div>[rancid@localhost bin]$ diff hlogin cienawslogin</div><div>640c640</div><div><       -re "^.+>"                              {</div><div>---</div><div>>         -re "^.+\[#>]"                          {</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 6, 2017 at 3:17 PM, Chris Wopat <span dir="ltr"><<a href="mailto:me@falz.net" target="_blank">me@falz.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Date: Tue, 6 Jun 2017 04:54:13 +0000<br>
From: heasley <<a href="mailto:heas@shrubbery.net" target="_blank">heas@shrubbery.net</a> ><br>
hlogin needs a small change to catch that; as follows.  does it fix this?<br>
<br>
Index: bin/<a href="http://hlogin.in" rel="noreferrer" target="_blank">hlogin.in</a><br>
==============================<wbr>==============================<wbr>=======<br>
--- bin/<a href="http://hlogin.in" rel="noreferrer" target="_blank">hlogin.in</a>       (revision 3655)<br>
+++ bin/<a href="http://hlogin.in" rel="noreferrer" target="_blank">hlogin.in</a>       (working copy)<br>
@@ -332,7 +332,7 @@<br>
                                                  exp_continue<br>
                                                }<br>
        -re "\[\r\n]+"                          { exp_continue }<br>
-       -re "^.+>"                              {<br>
+       -re "^.+\[#>]"                          {<br>
                                                  catch {send -h "exit\r"}<br>
                                                  exp_continue<br>
                                                }<br>
</blockquote>
<br>
I believe it's effectively ignoring the 'logout' part, but still getting end of run not found and hence not succeeding.<br>
<br>
<br>
$ rancid -d -t ciena-ws my-waveserver<br>
loadtype: device type ciena-ws<br>
loadtype: found device type ciena-ws in /usr/local/rancid/etc/rancid.t<wbr>ypes.base<br>
executing hlogin -t 120 -c"software show;chassis show;configuration show" my-waveserver<br>
PROMPT MATCH: my-waveserver><br>
HIT COMMAND:my-waveserver> software show<br>
    In ShowVersion: my-waveserver> software show<br>
HIT COMMAND:my-waveserver> chassis show<br>
    In ShowChassisClocks: my-waveserver> chassis show<br>
HIT COMMAND:my-waveserver> configuration show<br>
    In ShowConfiguration: my-waveserver> configuration show<br>
my-waveserver: End of run not found<br>
my-waveserver^>logout<br>
<br>
<br>
This looks similar to Tanner, although he's still using a custom 'cienawslogin' instead of 'hlogin'.<br>
<br>
______________________________<wbr>_________________<br>
Rancid-discuss mailing list<br>
<a href="mailto:Rancid-discuss@shrubbery.net" target="_blank">Rancid-discuss@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo/rancid-discuss" rel="noreferrer" target="_blank">http://www.shrubbery.net/mailm<wbr>an/listinfo/rancid-discuss</a><br>
</blockquote></div><br></div>