<div dir="ltr"><div><div><div>Gavin,<br><br>I'm having the exact same issues.  I'm also poking around at code, and I have noticed that Rancid::loadtype is a subrouting in lib/rancid/<a href="http://rancid.pm">rancid.pm</a> not it's own module.<br>
<br></div>For completeness, I'm showing my rancid.types.conf contents:<br><br>ciscowlc;login;wlogin<br>ciscowlc;script;ciscowlc5<br><br></div>and my error:<br><p>
<br>
Trying to get all of the configs.<br>
Unknown option: t<br>
ciscowlc5 wlogin error: Error: no password for ciscowlc5 in /home/rancid/.cloginrc.<br>
ciscowlc5: missed cmd(s): show sysinfo,show udi,show run-config commands<br>
ciscowlc5: End of run not found</p><p>I was able to resolve 'Unknown option: t' was resolved by catching the option, by editing line 30 and adding 't'.</p><p>The above wlogin error should probably read <devicename> instead of <ciscowlc5>, leading me to believe that our scripts are not parsing something correctly.  Did the change in router.db from ':' to ';' in version 3.0 break the script?</p>
Interestingly, if I run ./ciscowlc5 <devicename> from within the bin directory, the complete config is pulled down and saved as a .new file. Password, etc is correctly configured.  So I know the scripts work, having trouble getting them to run via rancid-run in version 3.0.<br>
<br></div>- Josh<br><br></div>