BTS

Issue422

Title grml-live / FAI: improve error checking if dpkg fails
Priority bug Status resolved
Superseder Nosy List mika
Assigned To mika Topics grml-live

Created on 2008-02-26.23:14:40 by mika, last changed 2008-10-25.23:15:52 by mika.

Messages
msg1622 (view) Author: mika Date: 2008-10-25.23:15:51
Not sure whether it really is a bug, but stop_on_error is a feature that can be 
configured within FAI to stop it according on the level set for stop_on_error.
msg1230 (view) Author: mika Date: 2008-02-26.23:14:39
FAI does not return with the appropriate status code in all cases, example:

[...]
/var/log/fai/grml/last/shell.log:dpkg: error processing groff-base (--purge):
/var/log/fai/grml/last/shell.log:Errors were encountered while processing:
/var/log/fai/grml/last/shell.log:dpkg: error processing locales (--purge):
/var/log/fai/grml/last/shell.log:Errors were encountered while processing:
/var/log/fai/grml/last/variables.log:STOP_ON_ERROR=99999
/var/log/fai/grml/last/variables.log:task_error=0
/var/log/fai/grml/last/variables.log:task_error_func=
History
Date User Action Args
2008-10-25 23:15:52mikasetstatus: unread -> resolved
messages: + msg1622
2008-02-26 23:14:40mikacreate