Dan Bungert has proposed merging lp:~dbungert/apport/ubuntu-bugpatterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
Commit message: bugpatterns: md5 check failure for subiquity Requested reviews: Ubuntu Bug Control (ubuntu-bugcontrol) For more details, see: https://code.launchpad.net/~dbungert/apport/ubuntu-bugpatterns/+merge/471018 -- Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~dbungert/apport/ubuntu-bugpatterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
=== modified file 'bugpatterns.xml' --- bugpatterns.xml 2024-02-28 15:23:58 +0000 +++ bugpatterns.xml 2024-08-09 22:20:54 +0000 @@ -2309,11 +2309,19 @@ <re key="Title">package .* failed to install\/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1</re> <re key="DpkgTerminalLog">Could not find /boot/grub/menu\.lst file\. Would you like /boot/grub/menu\.lst generated for you\? \(y/N\)</re> </pattern> + + <!-- ubiquity and subiquity: md5 check result failure --> <pattern url="https://launchpad.net/bugs/1874662"> <re key="ProblemType">^Bug</re> <re key="CasperMD5CheckResult">^(fail|skip)</re> - <re key="UbiquitySyslog">SQUASHFS error</re> - </pattern> + <re key="UbiquitySyslog">SQUASHFS error</re> + </pattern> + <pattern url="https://launchpad.net/bugs/2076464"> + <re key="ProblemType">^Bug</re> + <re key="CasperMD5CheckResult">^(fail|skip)</re> + <re key="InstallerJournal">SQUASHFS error</re> + </pattern> + <pattern url="https://launchpad.net/bugs/1928352"> <re key="ProblemType">^Package</re> <re key="SourcePackage">^(shim-signed|grub2-signed)</re>
_______________________________________________ Mailing list: https://launchpad.net/~ubuntu-bugcontrol Post to : ubuntu-bugcontrol@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-bugcontrol More help : https://help.launchpad.net/ListHelp