securitychops wrote: » You will run into these kinds of errors from time to time. Each machine will be configured slightly different so a single script will not be able hit 100% of the checks on every machine and/or the script may be referencing an environment variable that might exist on one machine but not on another. If you are feeling particularly motivated you could always dig into the script and figure out how $os_info is created/used and create a patch/update for the script to take into account whatever edge condition is causing Kioptrix to fail on that variable. Even better is that the error is pointing you to a specific line number for you to begin the investigation ...