Class Rubyipmi::Freeipmi::BaseCommand
In: lib/rubyipmi/freeipmi/commands/basecommand.rb
Parent: Rubyipmi::BaseCommand

Methods

Public Instance methods

The findfix method acts like a recursive method and applies fixes defined in the errorcodes If a fix is found it is applied to the options hash, and then the last run command is retried until all the fixes are exhausted or a error not defined in the errorcodes is found

This method will check if the results are really valid as the exit code can be misleading and incorrect this is required because freeipmi in older version always returned 0 even if an error occured

[Validate]