<div dir="ltr">After patching <a href="http://dell.pm">dell.pm</a> I get this error in the log file, not the same as before but doesn't work:<br><br>Trying to get all of the configs.<br>Useless use of a variable in void context at (eval 3) line 1.<br>
 failed:<br>=====================================<br>Getting missed routers: round 1.<br>Useless use of a variable in void context at (eval 3) line 1.<br> failed:<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Apr 25, 2014 at 3:13 AM, heasley <span dir="ltr"><<a href="mailto:heas@shrubbery.net" target="_blank">heas@shrubbery.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thu, Apr 24, 2014 at 03:37:23PM -0400, Gerhard Mourani:<br>
<div class="">> Hello,<br>
><br>
> I've upgraded to Rancid 3.0 and would like to know which name to use for<br>
> Dell PowerConnect 34xx and 64xx series inside router.db?<br>
<br>
</div>'dell' might do it; YMMV, the script was contributed and purported to be<br>
working with:<br>
#       DES-3010F<br>
#       DES-3052P<br>
#       DES-3526<br>
#       DES-3550<br>
<div class=""><br>
<br>
> Presently I'm using this in router.db:<br>
> 192.168.x.1xx;dell;up<br>
> 192.168.x.2xx;dell;up<br>
><br>
> and can see these errors in the log files:<br>
><br>
> Trying to get all of the configs.<br>
> loadtype: loading dell failed: Global symbol "$proc" requires explicit<br>
> package name at /usr/lib64/rancid/<a href="http://dell.pm" target="_blank">dell.pm</a> line 82.<br>
> Global symbol "$found_version" requires explicit package name at<br>
> /usr/lib64/rancid/<a href="http://dell.pm" target="_blank">dell.pm</a> line 83.<br>
> Compilation failed in require at /usr/lib64/rancid/<a href="http://rancid.pm" target="_blank">rancid.pm</a> line 222.<br>
<br>
<br>
</div>Index: <a href="http://dell.pm.in" target="_blank">dell.pm.in</a><br>
===================================================================<br>
--- <a href="http://dell.pm.in" target="_blank">dell.pm.in</a>  (revision 2818)<br>
+++ <a href="http://dell.pm.in" target="_blank">dell.pm.in</a>  (working copy)<br>
@@ -69,6 +69,9 @@<br>
 #XXX use rancid @VERSION@;<br>
 use rancid;<br>
<br>
+our $proc;<br>
+our $found_version;<br>
+<br>
 # load-time initialization<br>
 sub import {<br>
     $timeo = 300;              # dllogin timeout in seconds (some of these<br>
<br>
</blockquote></div><br></div>