[04:18] I often have issues with log files: https://bpa.st/UWPA -> anyone see anything wrong with that? the live.log file doesn't get written sometimes I have to delete it [04:20] I'm seeing OOM killing off a process, think I'm going to go from 2GB to 4GB swap. [04:21] Is 4GB swap a "no no" ? [04:26] The usual rule of thumb is same swap size as ram [04:27] ( or double) [05:16] genii: thanks, it's currently double - then. [05:16] genii: no harm in setting it to 4GB though, eh? [05:17] Also, part of the issue here - OOM was killing off a critical process and I didn't know about it. What's the best way to track with this? I suspect systemd restarted the process when it got killed off... which kept happening and I didn't see that [05:59] good morning [07:19] good morning === MJCd is now known as MJCD [10:07] good morning! [12:14] athos: what's good about it === pksato_ is now known as pksato [14:33] athos: hey [14:33] thinking about the postgresql MRE's, I think it may be worth pinging the SRU team for the B/F uploads [14:33] the impish one has already migrated [14:35] sergiodj: +1 will do :) [14:35] thx! [14:35] np! [14:36] (the bug came up during my triage ;-) [14:46] lvoytek: hey [14:48] this one came up during my triage: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1964910 . would you like to take a look to see if it fits one of the known cases? I can also triage it for now if you'd prefer [14:48] Launchpad bug 1964910 in mysql-8.0 (Ubuntu) "package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1" [Undecided, New] [14:51] I'll take a look, thanks [14:51] ACK, thanks [14:56] It's not a duplicate of the main two, but it is one i've seen before. I'll try to find the one similar to this and compare them. It seems like they uninstalled and reinstalled mysql a lot of times which often obscures the actual error a bit [14:57] yeah, I had the same impression from a first glance [14:58] couldn't fit it into the two categories you had determined before === ajfriesen707 is now known as ajfriesen [17:23] sergiodj: found a duplicate of the bug here: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1960971 I'll respond to the user and mark it as a duplicate. Seeing both of the reports makes me more certain that purging mysql and reinstalling in a short amount of time causes this error [17:23] Launchpad bug 1960971 in mysql-8.0 (Ubuntu) "package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1" [Undecided, Incomplete] [17:24] lvoytek: +1, thanks for looking into it [19:46] I think we may want to think about having the mysql apport hook parse the apt log to detect cases like that one, where they've reinstalled more than a couple times, and bail out of filing a bug. I agree that situation gets more to being a support case than an actionable bug report. [19:57] $ grep dpkg /usr/share/apport/package-hooks/xserver-xorg-core.py [19:57] # Perhaps parse dpkg.log for update dates [19:57] attach_file_if_exists(report, "/var/log/dpkg.log", "DpkgLog") [19:57] heh, seems I had that same idea once long ago [19:57] heh [19:57] it's certianly not new :( [19:59] I wrote an Xorg.*.log parser, but seems I didn't get to the apt logs. Format looks pretty straightforward though. [20:01] ah well, another line in the ol todo list [20:06] aha: https://bazaar.launchpad.net/~ubuntu-x-swat/xdiagnose/trunk/view/head:/bin/dpkg-log-summary