<div dir="ltr">I have been trying to get f5rancid to collect configs from our BigIP boxes. They are running BigIP version 11.0<div>I have download several f5rancid.in patches,, but none of them seem to work.</div><div>the most common error that I see is "command' not found when I attempt to run ./f5rancidin -d x.x.x.x</div><div>I can see the @commandtable has the correct list of commands that can collect information from me ,, but I cannot get the script to work.</div><div><br></div><div>for example,, I downloaded this patch found under gossemer threads</div><div>http://www.gossamer-threads.com/lists/engine?do=post_attachment;postatt_id=255;list=rancid<br></div><div><br></div><div>but when I run the script,, I get these errors</div><div>(essentially the first 50 lines of f5rancid.in are commented out,, so "command not found" is seen on line 51</div><div>******************************<br><div> ./f5rancid -d 10.232.96.14</div><div>: command not found </div><div>: command not found </div><div>./f5rancid: line 51: use: command not found</div><div>: command not found: </div><div>./f5rancid: line 52: syntax error near unexpected token `'dflV''</div><div>'/f5rancid: line 52: `getopts('dflV');</div></div><div>*******************************</div><div><br></div><div>Line 51 says "<span style="font-size: 13px;">use Getopt::Std;"</span></div><div><span style="font-size: 13px;">Line 52 -55 says </span></div><div><span style="font-size: 13px;"><div>getopts('dflV');</div><div>if ($opt_V) {</div><div>    print "@PACKAGE@ @VERSION@\n";</div><div>    exit(0);</div><div>}</div><div><br></div></span></div><div><br></div><div><br></div></div>