<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<div>
<p class="MsoNormal">Do you have the .raw file?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I had this problem at one point too. It had something to do with not correctly parsing the logout sequence. I modified my version to check for the right sequence, but it was an old version of rancid, and my specific logout sequence was
caught in a newer version. But, 8.5.161 might have changed the specific text that the logout sequence sends, so rancid’s parser might not catch it yet.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Weylin</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Charles Allen <charles.allen@zagg.com><br>
<b>Date: </b>Wednesday, April 22, 2020 at 5:36 PM<br>
<b>To: </b>"rancid-discuss@www.shrubbery.net" <rancid-discuss@www.shrubbery.net><br>
<b>Subject: </b>[rancid] Unable to pull configuration from Cisco WLC 8.5</span></p>
</div>
<div>
<p class="MsoNormal"> </p>
</div>
<p class="MsoNormal">Rancid version: 3.12</p>
<p class="MsoNormal">Cisco WLC: 8.5.161.0</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I cannot successfully pull the configuration from my Cisco WLC. In every case, it just gives the generic error “End of run not found.” However, if I execute the command to pull configuration via
<i>rancid</i>, the .new file looks complete and without issue. I have tried changing the various commands executed but with no success. Looking for a smarter person than I to perhaps give some direction or recommendations.
</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">[rancid@xxxx ~]$ NOPIPE=yes rancid -d -t cisco-wlc8 wlc </p>
<p class="MsoNormal">loadtype: device type cisco-wlc8</p>
<p class="MsoNormal">loadtype: found device type cisco-wlc8 at /usr/local/rancid/etc/rancid.types.base:351</p>
<p class="MsoNormal">executing wlogin -t 120 -c"show udi;show sysinfo;show run-config commands" wlc
</p>
<p class="MsoNormal">PROMPT MATCH: \(Cisco Controller\) ></p>
<p class="MsoNormal">HIT COMMAND:(Cisco Controller) >show udi</p>
<p class="MsoNormal"> In ShowUdi: (Cisco Controller) >show udi</p>
<p class="MsoNormal">HIT COMMAND:(Cisco Controller) >show sysinfo</p>
<p class="MsoNormal"> In ShowSysinfo: (Cisco Controller) >show sysinfo</p>
<p class="MsoNormal">HIT COMMAND:(Cisco Controller) >show run-config commands</p>
<p class="MsoNormal"> In ShowConfig: (Cisco Controller) >show run-config commands</p>
<p class="MsoNormal">wlc : End of run not found</p>
<p class="MsoNormal">wlc : clean_run is false</p>
<p class="MsoNormal">!--WLC End Config Data--!</p>
</div>
</div>
</body>
</html>