=== pieq_ is now known as pieq [11:33] xnox, hey, pointing bug #1829829 in case it's useful, saw it while doing some triaging [11:33] bug 1829829 in systemd (Ubuntu) "Ubuntu CI has been flaky for a week" [Undecided,New] https://launchpad.net/bugs/1829829 [11:33] but I guess that's a probably an issue you are already aware of? [11:36] rbalint, btw did you see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929229 (was raised on bug #1803993) [11:36] Debian bug 929229 in systemd "systemd, udev -- keyboard freezes after exiting X in version 241-4" [Serious,Open] [11:36] bug 1803993 in systemd (Ubuntu) "Password appears on the VT1 screen" [High,In progress] https://launchpad.net/bugs/1803993 [11:41] seb128: i am aware, do not have solution/fix yet. didn't investigate yet. [11:41] k [11:41] seb128: rbalint: re X regression. rbalint should we revert the upload in eoan? [11:59] xnox, seb128 yes, i saw it and i started looking into it [12:01] xnox, seb128: the regression still seems to be better than leaking passwords and breaking keyboard on gdm after a few logouts, but i'm also open to reverting it until everything is sorted out [12:03] xnox, with or without the revert i think it would be be beneficial to have ddstreet's autopkgtest fixes in eoan and in old releases even going in ahead of the VT fix [12:04] rbalint, is the autopkgtest issue understood/has a fix? see backlog, x_nox said it was not investigated yet? [12:08] seb128: there are some pending autopkgtest fixes; and i think there are some new regressions too. [12:09] seb128, there is an approved mp https://code.launchpad.net/~ddstreet/ubuntu/+source/systemd/+git/systemd/+merge/366857 and i think xnox referred to the vt regression as not being fully understood [12:10] seb128, xnox locally systemd autopkgtest passed for me for cosmic and up, but storage test always failed in bionic [12:10] rbalint: storage test is worked on; so that's ok. [12:12] seb128 re: lp #1829829 the problem is most of the time after the testcase issues a reboot, autopkgtest-virt-ssh can't reconnect to the testbed, but it's only for amd64 and i386 archs [12:12] Launchpad bug 1829829 in systemd (Ubuntu) "Ubuntu CI has been flaky for a week" [Undecided,New] https://launchpad.net/bugs/1829829 [12:13] i suspected there's some problem with the prodstack intel-based instances being used, since i think the other archs use different testbed deployment methods, but i have no access to any of it so i can't tell === ricab is now known as ricab|lunch [13:27] ddstreet, did you try to ask vorlon / Laney / juliank about the prodstack thing? [13:28] you mean scalingstack, fwiw [13:29] xnox got pinged about that and it is on his list to look at [13:29] thx === Wryhder is now known as Lucas_Gray === Spads_ is now known as Spads === mapreri_ is now known as mapreri === ricab_ is now known as ricab === balloons5 is now known as balloons === alan_g is now known as alan_g_ === jdstrand_ is now known as jdstrand === cjwatson_ is now known as cjwatson [15:42] wgrant, xnox: do you happen to know how big an filesystem and PPA builder has? I think I've just seen one pop with builds for latest ceph release [15:43] jamespage: i can't remember, maybe it was like something like 40gb or 60gb [15:46] jamespage: 60GB I believe [15:46] ok [15:47] monitoring how big it gets to see [15:47] ceph wouldn't have been the first source package I'd pick to be likely to run it out of disk [15:48] though OK, last build in disco apparently took nearly 50GB [15:48] I got a load of unable to copy file errors during the install pahse [15:48] some time spent working out what's quite so fat might be well-spent [15:49] expanding requires having cloud space to expand all the instances so may not be straightforward [15:49] ack - will dig on this - I have one suspect that might make a difference [15:51] i hit disk limit before when mongo accidentaly went to build every single little test case binary, with 2GB of debug symbols statically linked.... [15:55] hmm [15:55] eoan-amd64 915G 63G 806G 8% /run/schroot/mount/eoan-amd64-f0f14aa3-e236-4c78-a327-37af1bff86ad === ErichEickmeyer is now known as Eickmeyer [19:40] seb128: thanks for triaging https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1829772 [19:40] Launchpad bug 1829772 in samba (Ubuntu) "The Samba 'panic action'" [Undecided,Incomplete] [19:40] ahasenack, np! [19:41] ahasenack, there has been a few samba segfault report in recent bugs, I wonder if of the recent security update has a regression [19:41] ahasenack, but those reports don't really have enough data so it's difficult to say... [19:41] yeah [19:42] and no core attached [19:45] "It appears to be caused by receiving SMB requests from the Internet." wrote one [19:45] juliank, hey, have you seen reports like https://errors.ubuntu.com/problem/bcd4cb93a6d3f4bb93cc6ea7534e293f4a744849 before? [19:45] it was flagged as a software-properties regression in the recent bionic SRU but that code seems rather aptdaemon/existing [19:46] from aptdaemon import client [19:46] File "/usr/lib/python3/dist-packages/aptdaemon/client.py", line 1570 [19:46] async = reply_handler and error_handler [19:46] which triggers a [19:46] SyntaxError: invalid syntax [19:48] seb128: ack, another python3.7 ? issue [19:49] Haven't seen them, but async became a keyword or something [19:49] So gotta rename async to async_handler or similar [19:51] why is that only an issue now? [19:52] hum, my bionic machine is python3.6 [19:53] did those users change their default python? [19:53] ah, that was fixed in https://launchpad.net/ubuntu/+source/aptdaemon/1.1.1+bzr982-0ubuntu20 [19:53] that should be SRUed to bionic I guess then, if we have users updating their python to 3.7 in that serie (or are we doing that for them?) [19:57] seb128: people do sometimes mess up their systems, yes [20:02] juliank, mwhudson, can you handle SRUing that to bionic? [20:02] it looks like we are getting users opting in for using python 3.7 by default on bionic [20:02] we should probably deal with that... [20:03] seb128: we should tell them don't do that [20:03] doko, vorlon, ^opinion about that? [20:04] seb128: We do not build most of the modules for 3.7, so there's no way switching to 3.7 works [20:05] Which makes me wonder if those are botched 18.04->18.10 upgrades [20:06] or actually, botched discos [20:06] unsure [20:06] that bucket got flagged as a software-properties SRU regression and blocking that SRU [20:07] That should certainly be ignored [20:07] k, thx [20:33] seb128: they get to keep both pieces if they do that, yes. I don't think we have a good way to tell users not to clobber python3 on the path with something not from the python3 package. [20:37] while we're on this topic, this bug sure looks like a user changing /usr/bin/python -- but the Dependencies.txt attachment doesn't show anything wrong for the python-minimal package https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1829857 [20:37] Launchpad bug 1829857 in python-django (Ubuntu) "package python-django 1.6.11-0ubuntu1.2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,New] [20:38] does dependencies.txt [/broken/path] annotations not catch symlinks going to the wrong plcae? [20:43] sarnold: yeah we're probably unfortunately reliant on the dpkg md5sums, and symlinks have no md5sum so [20:44] bdmurray: ^^ is that a limitation you're aware of? [20:44] vorlon: dang. thanks for giving it a look [20:59] sarnold: what does "[/broken/path] annotations" mean? [21:00] bdmurray: in https://launchpadlibrarian.net/424709223/Dependencies.txt the bit "initramfs-tools 0.131ubuntu19 [modified: usr/sbin/update-initramfs] [21:01] sarnold: I don't think so and that's why I added this https://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu/eoan/apport/ubuntu/view/head:/data/general-hooks/ubuntu.py#L526 [21:02] bdmurray: YES! :D Thanks! [21:05] sarnold: bug 1681528 - I guess it wasn't SRU'ed [21:05] bug 1681528 in apport (Ubuntu Artful) "Include information about python versions" [High,Fix released] https://launchpad.net/bugs/1681528