Add POSTIN scriptlet error to the log monitor list
This will cause livemedia-creator to terminate anaconda and exit when an
install hits an error that often causes anaconda to get stuck and not
exit.
Resolves: rhbz#1900596
(cherry picked from commit a33efe7c51
)
This commit is contained in:
parent
e6a2cc605c
commit
929d2585eb
@ -46,7 +46,8 @@ class LogRequestHandler(socketserver.BaseRequestHandler):
|
||||
"crashed on signal",
|
||||
"packaging: Missed: NoSuchPackage",
|
||||
"packaging: Installation failed",
|
||||
"The following error occurred while installing. This is a fatal error"
|
||||
"The following error occurred while installing. This is a fatal error",
|
||||
"Error in POSTIN scriptlet in rpm package"
|
||||
]
|
||||
|
||||
re_tests = [
|
||||
|
Loading…
Reference in New Issue
Block a user