Any thoughts on these logs?&nbsp; The error continues to repeat.&nbsp; I think this is why my rancid is hanging.&nbsp; <br><br>Rancid:~ dtidelaware$ cat /opt/local/var/rancid/logs/jrouters.20080416.233000 | more<br>starting: Wed Apr 16 23:30:00 EDT 2008<br>
<br>Trying to get all of the configs.<br>/opt/local/libexec/rancid/jrancid: line 28: use: command not found<br>/opt/local/libexec/rancid/jrancid: line 28: use: command not found<br>/opt/local/libexec/rancid/jrancid: line 28: use: command not found<br>
/opt/local/libexec/rancid/jrancid: line 28: use: command not found<br>/opt/local/libexec/rancid/jrancid: line 29: syntax error near unexpected token `<br>&#39;dfl&#39;&#39;<br>/opt/local/libexec/rancid/jrancid: line 29: `getopts(&#39;dfl&#39;);&#39;<br>
/opt/local/libexec/rancid/jrancid: line 29: syntax error near unexpected token `<br>&#39;dfl&#39;&#39;<br>/opt/local/libexec/rancid/jrancid: line 29: `getopts(&#39;dfl&#39;);&#39;<br>/opt/local/libexec/rancid/jrancid: line 29: syntax error near unexpected token `<br>
&#39;dfl&#39;&#39;<br><br><br><br>#JRancid file------------------------------------------<br><br>use Getopt::Std;&nbsp;&nbsp; &lt;----------------&nbsp; Line 28<br>getopts(&#39;dfl&#39;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;----------------&nbsp; Line 29<br><br>$debug = $opt_d;<br>
$log = $opt_l;<br>$file = $opt_f;<br>$host = $ARGV[0];<br><br>-------------------------------------------------------------<br>