Package: fai Version: 3.2.16 Since version 3.2.2 FAI honors a variable STOP_ON_ERROR and includes several checks for errors that yield error codes. If the error code is greater than STOP_ON_ERROR, FAI will stop immediately. By default (in bin/fai) STOP_ON_ERROR is set to 99999 which makes FAI never stop. As shown in the simple examples, the user may override STOP_ON_ERROR in one of the class/*.var files.
If this is set (as in the example) to 700, FAI supposedly stops if it fails to fetch the config space (causes error 701 or 702). Yet, these errors will be ignored because the values from .var files will only be read after fetching the config space. As such, fai.conf seems the only appropriate place to redefine STOP_ON_ERROR. I suggest moving the example code to fai.conf to get this fixed. Best, Michael
pgpAZl6uy2NSo.pgp
Description: PGP signature

