<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>just in case someone is interested, I faced recently this issue that f5rancid cannot receive the output of some tmsh commands in 11.4 when ran through cron. I didn't find any solutions in the mailing list archives, so, after wasting some time trying various tricks, I ended up that the easiest solution is to change this line in f5rancid:<br>
<pre>$ENV{'TERM'} = "vt100";<br><br></pre><pre>to<br><br>$ENV{'TERM'} = "vt100-w";<br></pre><br></div>The problem was that when the prompt+command was over 80 columns, rancid was confused with the escape characters.<br>
Hope it helps someone<br><br></div></div>John<br></div>