Any thoughts on these logs? The error continues to repeat. I think this is why my rancid is hanging. <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>'dfl''<br>/opt/local/libexec/rancid/jrancid: line 29: `getopts('dfl');'<br>
/opt/local/libexec/rancid/jrancid: line 29: syntax error near unexpected token `<br>'dfl''<br>/opt/local/libexec/rancid/jrancid: line 29: `getopts('dfl');'<br>/opt/local/libexec/rancid/jrancid: line 29: syntax error near unexpected token `<br>
'dfl''<br><br><br><br>#JRancid file------------------------------------------<br><br>use Getopt::Std; <---------------- Line 28<br>getopts('dfl'); <---------------- Line 29<br><br>$debug = $opt_d;<br>
$log = $opt_l;<br>$file = $opt_f;<br>$host = $ARGV[0];<br><br>-------------------------------------------------------------<br>