Hello,
I am having certain difficulty in working with fwaccel that I want to share with you 🙂
I have a shell scripts that will run many fwaccel commands one after another. This used to work very well until someone decided it is more fun to brake in a recent R80.40 JHF and now this is what happens:
ERROR: Another fwaccel command is already in progress.
Please wait until that command finishes.
ERROR: Another fwaccel command is already in progress.
Please wait until that command finishes.
ERROR: Another fwaccel command is already in progress.
Please wait until that command finishes.
And I either have to go and as a monkey put 'sleep 2' after each command or be a lazy guy and re-work batch files to use loops.
Was it so difficult to use FIFO queue and not reject command but rather spool/delay it I don't know... ?
Then, someone from CP promised me like a year ago to fix this and it is still not fixed 😂
# fwaccel stats -s
Accelerated conns/Total conns : 0/18446744073709551613 (0%)
# fwaccel stats -s
Accelerated conns/Total conns : 0/2 (0%)
# fwaccel stats -s
Accelerated conns/Total conns : 1/18446744073709551609 (-14%) <-- !?!???!
-R80.40 latest GA JHF