livemedia-creator: Catch dnf download error

If there isn't enough space for DNF to download packages it will log:

"Not enough disk space to download the packages."

So add this to the messages in monitor that trigger an error.

(cherry picked from commit a7fb48d0da)
This commit is contained in:
Brian C. Lane 2016-03-23 11:00:42 -07:00
parent 2ff1998597
commit 7b33b80dac

View File

@ -103,6 +103,7 @@ class LogRequestHandler(socketserver.BaseRequestHandler):
"Out of memory:", "Out of memory:",
"Call Trace:", "Call Trace:",
"insufficient disk space:", "insufficient disk space:",
"Not enough disk space to download the packages",
"error populating transaction after", "error populating transaction after",
"traceback script(s) have been run", "traceback script(s) have been run",
"crashed on signal", "crashed on signal",