[rancid] NX-OS sap:
heasley
heas at shrubbery.net
Thu Feb 28 21:57:29 UTC 2013
Tue, Feb 26, 2013 at 08:48:21AM -0700, Daniel Schmidt:
> Anybody else getting this spurious diff?
>
>
>
> + !DEBUG: Could not retrieve info from application sap:28 : Timer expired
>
>
>
> Might have been discussed before ? apologies if I missed it.
i've not noticed anyone mention that before. you'd want something like
this...and a TAC ticket.
Index: bin/nxrancid.in
===================================================================
--- bin/nxrancid.in (revision 2663)
+++ bin/nxrancid.in (working copy)
@@ -589,6 +589,7 @@
return(1) if /(Invalid input detected|Type help or )/;
return(-1) if (/\% Invalid command at /);
return(-1) if (/command authorization failed/i);
+ return(-1) if (/could not retrieve info/i);
# XXX return(-1) if (/\% Permission denied/);
# NX 5000 bug? "show debug" generates
# "Permission denied" when using command authorization. -Per-Olof Olsson
More information about the Rancid-discuss
mailing list