/srv/irclogs.ubuntu.com/2019/05/21/#ubuntu-devel.txt

=== pieq_ is now known as pieq
seb128xnox, hey, pointing bug #1829829 in case it's useful, saw it while doing some triaging11:33
ubottubug 1829829 in systemd (Ubuntu) "Ubuntu CI has been flaky for a week" [Undecided,New] https://launchpad.net/bugs/182982911:33
seb128but I guess that's a probably an issue you are already aware of?11:33
seb128rbalint, btw did you see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929229 (was raised on bug #1803993)11:36
ubottuDebian bug 929229 in systemd "systemd, udev -- keyboard freezes after exiting X in version 241-4" [Serious,Open]11:36
ubottubug 1803993 in systemd (Ubuntu) "Password appears on the VT1 screen" [High,In progress] https://launchpad.net/bugs/180399311:36
xnoxseb128:  i am aware, do not have solution/fix yet. didn't investigate yet.11:41
seb128k11:41
xnoxseb128:  rbalint: re X regression. rbalint should we revert the upload in eoan?11:41
rbalintxnox, seb128 yes, i saw it and i started looking into it11:59
rbalintxnox, 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 out12:01
rbalintxnox, 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 fix12:03
seb128rbalint, is the autopkgtest issue understood/has a fix? see backlog, x_nox said it was not investigated yet?12:04
xnoxseb128:  there are some pending autopkgtest fixes; and i think there are some new regressions too.12:08
rbalintseb128, 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 understood12:09
rbalintseb128, xnox locally systemd autopkgtest passed for me for cosmic and up, but storage test always failed in bionic12:10
xnoxrbalint:  storage test is worked on; so that's ok.12:10
ddstreetseb128 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 archs12:12
ubottuLaunchpad bug 1829829 in systemd (Ubuntu) "Ubuntu CI has been flaky for a week" [Undecided,New] https://launchpad.net/bugs/182982912:12
ddstreeti 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 tell12:13
=== ricab is now known as ricab|lunch
seb128ddstreet, did you try to ask vorlon / Laney / juliank about the prodstack thing?13:27
Laneyyou mean scalingstack, fwiw13:28
Laneyxnox got pinged about that and it is on his list to look at13:29
seb128thx13:29
=== 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
jamespagewgrant, 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 release15:42
xnoxjamespage:  i can't remember, maybe it was like something like 40gb or 60gb15:43
cjwatsonjamespage: 60GB I believe15:46
jamespageok15:46
jamespagemonitoring how big it gets to see15:47
cjwatsonceph wouldn't have been the first source package I'd pick to be likely to run it out of disk15:47
cjwatsonthough OK, last build in disco apparently took nearly 50GB15:48
jamespageI got a load of unable to copy file errors during the install pahse15:48
cjwatsonsome time spent working out what's quite so fat might be well-spent15:48
cjwatsonexpanding requires having cloud space to expand all the instances so may not be straightforward15:49
jamespageack - will dig on this - I have one suspect that might make a difference15:49
xnoxi hit disk limit before when mongo accidentaly went to build every single little test case binary, with 2GB of debug symbols statically linked....15:51
jamespagehmm15:55
jamespageeoan-amd64      915G   63G  806G   8% /run/schroot/mount/eoan-amd64-f0f14aa3-e236-4c78-a327-37af1bff86ad15:55
=== ErichEickmeyer is now known as Eickmeyer
ahasenackseb128: thanks for triaging https://bugs.launchpad.net/ubuntu/+source/samba/+bug/182977219:40
ubottuLaunchpad bug 1829772 in samba (Ubuntu) "The Samba 'panic action'" [Undecided,Incomplete]19:40
seb128ahasenack, np!19:40
seb128ahasenack, there has been a few samba segfault report in recent bugs, I wonder if of the recent security update has a regression19:41
seb128ahasenack, but those reports don't really have enough data so it's difficult to say...19:41
ahasenackyeah19:41
ahasenackand no core attached19:42
ahasenack"It appears to be caused by receiving SMB requests from the Internet." wrote one19:45
seb128juliank, hey, have you seen reports like https://errors.ubuntu.com/problem/bcd4cb93a6d3f4bb93cc6ea7534e293f4a744849 before?19:45
seb128it was flagged as a software-properties regression in the recent bionic SRU but that code seems rather aptdaemon/existing19:45
seb128    from aptdaemon import client19:46
seb128  File "/usr/lib/python3/dist-packages/aptdaemon/client.py", line 157019:46
seb128    async = reply_handler and error_handler19:46
seb128which triggers a19:46
seb128SyntaxError: invalid syntax19:46
juliankseb128: ack, another python3.7 ? issue19:48
juliankHaven't seen them, but async became a keyword or something19:49
juliankSo gotta rename async to async_handler or similar19:49
seb128why is that only an issue now?19:51
seb128hum, my bionic machine is python3.619:52
seb128did those users change their default python?19:53
seb128ah, that was fixed in https://launchpad.net/ubuntu/+source/aptdaemon/1.1.1+bzr982-0ubuntu2019:53
seb128that 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:53
juliankseb128: people do sometimes mess up their systems, yes19:57
seb128juliank, mwhudson, can you handle SRUing that to bionic?20:02
seb128it looks like we are getting users opting in for using python 3.7 by default on bionic20:02
seb128we should probably deal with that...20:02
juliankseb128: we should tell them don't do that20:03
seb128doko, vorlon, ^opinion about that?20:03
juliankseb128: We do not build most of the modules for 3.7, so there's no way switching to 3.7 works20:04
juliankWhich  makes me wonder if those are botched 18.04->18.10 upgrades20:05
juliankor actually, botched discos20:06
seb128unsure20:06
seb128that bucket got flagged as a software-properties SRU regression and blocking that SRU20:06
juliankThat should certainly be ignored20:07
seb128k, thx20:07
vorlonseb128: 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:33
sarnoldwhile 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/182985720:37
ubottuLaunchpad 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:37
sarnolddoes dependencies.txt [/broken/path] annotations not catch symlinks going to the wrong plcae?20:38
vorlonsarnold: yeah we're probably unfortunately reliant on the dpkg md5sums, and symlinks have no md5sum so20:43
vorlonbdmurray: ^^ is that a limitation you're aware of?20:44
sarnoldvorlon: dang. thanks for giving it a look20:44
bdmurraysarnold: what does "[/broken/path] annotations" mean?20:59
sarnoldbdmurray: in https://launchpadlibrarian.net/424709223/Dependencies.txt the bit "initramfs-tools 0.131ubuntu19 [modified: usr/sbin/update-initramfs]21:00
bdmurraysarnold: 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#L52621:01
sarnoldbdmurray: YES! :D Thanks!21:02
bdmurraysarnold: bug 1681528 - I guess it wasn't SRU'ed21:05
ubottubug 1681528 in apport (Ubuntu Artful) "Include information about python versions" [High,Fix released] https://launchpad.net/bugs/168152821:05

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!