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.
This commit is contained in:
parent
077167cdb2
commit
a7fb48d0da
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user