[05:35] ahasenack: only saw this now, already answered on #server [08:02] slangasek: the bump to bridge-utils 1.5.9ubuntu2 to 1.5.15ubuntu1 https://launchpad.net/ubuntu/+source/bridge-utils [08:02] slangasek: made it having Conflicts: ifupdown (<< 0.8.17) [08:02] but that is https://launchpad.net/ubuntu/+source/ifupdown not available in Ubuntu [08:03] just relaized that this on a dist-upgrade made me having [08:03] The following packages will be REMOVED: [08:03] ifenslave ifupdown [08:03] so it effectively became mutually exclusive until ifupdown is updated as well [08:03] slangasek: Intentional (I don't think so) or is a new ifupdown already being made? [08:08] xnox: ^^ as your TZ is much closer, if you know some team-plans on this let me know [12:06] bdmurray: could you glance at bug 1623125 please/ What are your SRU verification expectations there for Artful? [12:06] bug 1623125 in initramfs-tools-ubuntu-core (Ubuntu Artful) "fixrtc script does not catch "Last mount time: n/a" string" [Undecided,New] https://launchpad.net/bugs/1623125 [12:21] Laney: hi, do you have the secret sauce somewhere that preps ppc64 images for autopkgtest? I'm hitting https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1630909 [12:21] Launchpad bug 1630909 in autopkgtest (Ubuntu) "failing console access on s390x, ppc64el" [Undecided,Confirmed] [12:22] or it "just works" with the ppc cloud images we have? [12:28] ahasenack: I don't know that anyone has ever tried it with qemu like that [12:28] We boot a cloud image and then do things to it over SSH [12:28] Laney: how does it get console access in the cloud case? ssh? [12:28] ah [12:30] ahasenack, to be honest, i believe locally we should stop using -- qemu provider too; and instead use ssh setup as well. [12:30] ahasenack, and like use $ multipass launch bionic; and use multipass shell into it. [12:30] that'd be good, SSH setup scripts all over [12:31] or lxd, but again with ssh. [12:31] or uvt-launch thing, again with ssh. [12:31] Laney: xnox: I'll try ssh [12:32] that might be better also because it's how migrations use it, and the bug I'm trying to reproduce is happening only there so far [12:40] * rbasak looks forward to xnox writing an openssh dep8 test :-) [12:41] there is one already? [12:41] http://autopkgtest.ubuntu.com/packages/openssh ? [12:41] I mean in terms of using ssh to get to autopkgtest hosts as above. [12:41] Will that not interfere? [12:41] you know you can start a second server.... [12:42] plus we have cloud image testing framework which tests that "ssh comes up" and "is available on default ports" with the "right keys" every day, on all releases =) [12:42] openssh's regression tests start a server on a high port [12:42] My point is that you have to special case handling for that in the test because of the test environment, which is ugly, and probably the reason pitti did it via qemu where possible in the first place. [12:42] that was not the reason at all. [12:43] they won't care about sshd running on the host [12:43] cjwatson: a openssh dep8 test might reasonably want to check that installing openssh-server results in a listening daemon on the default port. [12:43] at first tests were in schroot; then in lxd/lxc containers; then qemu - to break testbed, which became inflexible and unreliable; then started to use the cloud - because that gives one a "machine" more reliably. [12:44] rbasak: I think you need a better example, because as the openssh maintainer I'm not going to do that precisely because it would be bloody awkward :) [12:45] Sorry. I didn't mean to suggest that xnox's suggestion was necessarily bad. Just that it results in some reasonable-to-write tests being awkward to write! [12:46] rbasak, it doesn't, and at the end of the day the cloud test bed is a lot better than the qemu provider one. [12:46] It really depends on what you're trying to test. [12:47] that sort of thing would be awkward for other reasons - it's often useful to be able to debug autopkgtests in ad-hoc environments, where in practice sshd is very often running [12:47] rbasak, and specifically, src:systemd tests used to pass in qemu runner; but not over ssh; due to logind killing and closing ssh connections prematurely due to to systemd regression =/ [12:47] so this is already a thing that in practice one wants to avoid [12:47] that was not at all fun to chase down. [12:47] That's the sort of thing I mean. [12:47] In those cases, the qemu running is clearly better. [12:47] runner [12:47] that's not what we can use in production [12:48] if I were writing a "does installing openssh-server start the server usefully" test then I'd nobble the port. [12:48] it's just not pragmatic otherwise. [12:48] The more infrastructure there is in the guest for the sake of the test execution environment, the less we can effectively test the low level stuff. [12:49] I'm just saying there's a downside to using cloud images for autopkgtest. [12:49] Not that we shouldn't do it that way in general. [12:49] I think in practice this is already a downside that tests have to assume is a possibility. [12:49] I'm not sure if it's worth the effort, but a dep8 Restriction to say "really I need qemu" might be reasonable. [12:50] (well, not "no qemu" specifically, but "as pure an environment as possible") [12:50] (well, not "qemu" specifically, but "as pure an environment as possible") [12:50] we used to run tests on phones and tablets, bare metal, with provisioning over ADT [12:51] i beleive there is a MAAS runner too (or maybe I am imagining things) [12:51] in practice, we do not have infrastructure to run tests on smaller guest assist than we currently do. [12:53] it's not just the console access; we also need ability to transfer files in and out of an instance, to collect artefacts and push files onto it. [12:54] using serial tty + an assistance VM to mount the disk on, could be a cloud solution, but that would increase our quota usage per test. [12:54] rbasak, there have been suggestions to use lxd containers runner for !isolation-machine tests, because it's faster and most things do not need full thing (e.g. most of ruby/php/perl/python tests) [12:55] with lxd runner, you can have a lot less things running inside the guest, as one has direct filesystem access & out of bound shell [13:01] Makes sense [13:02] Assuming it works. [13:02] The s390x environment change had quite a bit of fallout :-/ [13:03] Do we have any policy / extra thoughts on conffile changes in SRUs? [13:04] bug 1661869 seems reasonable to me. The point of the SRU would be to change conffiles though. [13:04] bug 1661869 in avahi (Ubuntu Artful) "maas install fails inside of a 16.04 lxd container due to avahi problems" [Medium,In progress] https://launchpad.net/bugs/1661869 [13:13] rbasak, well, only in status. It used to be "SKIP" which britney interpreted as "PASS", and britney got all confused when "SKIP" -> "FAIL" [13:13] an oversight in britney to not account for "SKIP" state [13:31] slangasek: mind if I merge python-django? [13:34] sil2100: I'm looking at bug 1466926. I had some concerns and then read your comment that confirmed my thoughts. I'd appreciate your opinion given the responses to your comment. [13:34] bug 1466926 in apache2 (Ubuntu Xenial) "reload apache2 with mpm_event cause scoreboard is full" [Undecided,In progress] https://launchpad.net/bugs/1466926 [13:35] It seems to me that we should accept the SRU, but we need to take extra care. Do you agree, and any thoughts on what we could do to mitigate please? [13:35] cpaelzer: FYI ^ [13:37] Any opinion on a wholesale update to 2.4.29 for example, if everything in http://www.apache.org/dist/httpd/CHANGES_2.4 sounds acceptable to SRU? [13:38] Would that reduce or increase the risk do you think? [13:38] * rbasak goes to get lunch [13:54] rbasak: the feedback I read ont he bug so far seemed to answer the question sil2100 had - => yes it is important [13:54] I haven't looked at all at doing a while minor release update [13:55] I thought SRU-wise unless under MRE we prefer backporting the actual fix [13:55] 2.4.18->2.4.29 sounds a lot (too much IMHO) [13:58] cpaelzer: we don't have strictly have MREs any more, though we do use the same quality criteria as before. If the changes are all acceptable for an SRU and we are confident about the quality then we can do it. [13:58] cpaelzer: I ask because for a more complex change, if there are interactions with the rest of the codebase we don't understand well, then we might be taking less risk taking all upstream changes, IYSWIM. [13:58] cpaelzer: depends on how deeply we understand this diff. [13:59] But yeah it's a trade-off against regressions caused by other changes. [13:59] I wondered where how you ad sil2100 judge this. [13:59] I wondered how you and sil2100 judge this. [14:04] juliank: based on https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1750465/comments/10, are you suggesting I should hold on processing slangasek's SRU upload? [14:04] Launchpad bug 1750465 in plymouth (Ubuntu Artful) "upgrade attempting to process triggers out of order (package plymouth-theme-ubuntu-text 0.9.2-3ubuntu17 failed to install/upgrade: dependency problems - leaving triggers unprocessed)" [Undecided,In progress] [14:05] rbasak: I'm not sure what he did precisely, I only saw the bug messages. [14:06] juliank: http://launchpadlibrarian.net/361447927/plymouth_0.9.2-3ubuntu17_0.9.2-3ubuntu18.diff.gz is his artful SRU upload. [14:06] That should be correct anyway. [14:06] And it probably fixes the bug even if we don't know the exact reason yet... [14:07] OK. If you and slangasek both agree on what we should land, I'm happy :) [14:07] I'll accept assuming all the other SRU bits look OK. [14:09] Thank you for looking [14:17] rbasak: well, I didn't judge anything, I mean this SRU just felt a bit risky considering the merits [14:18] rbasak: to me this SRU was still undecided [14:18] rbasak: but when I looked at it back then I was leaning more into the reject territory - although I didn't see the later comments yet [14:20] sil2100: sure, I got that part. By "judge" I'm asking for your opinion now :) [14:22] slangasek: too late [14:30] Laney: hi, I pushed another gvfs build to https://launchpad.net/~ahasenack/+archive/ubuntu/gvfs-test-fixes-1713098/+packages with the FORCE flag set, as suggested in the upstream bug [14:33] ahasenack: ok, is it published? [14:34] Laney: yes [14:34] cool [14:34] Laney: gvfs - 1.36.0-1ubuntu2~ppa1 [14:34] you want 10 test runs on ppc64el or something? [14:34] that would be fine [14:35] going [14:57] cpaelzer: sorry, I didn't notice the added conflicts. I had not planned to merge newer ifupdown, but if there's a conflicts then we should probably look at doing so [14:58] mdeslaur: no objections to merging python-django, did you find one that builds better than the one already in -proposed? [14:58] slangasek: It did build, I think it was a python change that got reverted [15:04] xnox: why is it worth making all dovecot users download new binaries just to fix the dep8 test? [15:05] ahasenack: https://paste.ubuntu.com/p/kNcRc4Dd3c/ looks like that worked, just one trash failure [15:06] Laney: we can't be sure, we never saw the failure from ppa tests, did we? [15:07] at least it didn't introduce a new error [15:07] there's no reason it would be any different [15:07] to the archive [15:08] it's the same build farm? [15:09] yes, it is an almost identical codepath except there's some extra stuff to set up the PPA [15:09] Laney: how about this control ppa then, it's gvfs unchanged: https://launchpad.net/~ahasenack/+archive/ubuntu/unchanged-gvfs [15:09] ahasenack: that is probably the easiest one line way to get what you asked for slowing down the guest [15:09] ahasenack: sudo cpulimit -l 50 -p $(ps aux | grep $(virsh dominfo b-test | awk '/^UUID:/ {print $2}') | grep -v grep | cut -f2 -d" ") [15:09] b-test being the guest name [15:09] ahasenack: I don't expect you want to slow I/O do you? [15:09] that PPA has a superseded version [15:10] we have enough results for gvfs anyway no? [15:10] there is also libvirty way - but you run qemu directly right? [15:10] you can take out the inner bulk with the pid of any qemu you run [15:10] Laney: yeah, it's the one from before your version bump. I can bump it to match the archive (minus ~ppaN) [15:10] cpaelzer: I'm using libvirt now (uvt-kvm) [15:10] ah I see [15:10] then just a sec [15:10] cpaelzer: didn't see anything about limits in virt-manager, my gui :) [15:11] Laney: as we are still experimenting, it would be super if we could see the failure from a ppa build, and then the lack of failures from a ppa build (which we do already) [15:12] rbasak: ah! Then I misunderstood ;) I'll read up the rest and comment [15:12] ok, if you want [15:12] just trying to save some CO2 from the atmosphere [15:12] ahasenack: read "blkiotune" for disk and "CPU Tuning" for cpu in https://libvirt.org/formatdomain.html [15:13] can you trigger it from that ppa, or the fact that it's older prevents that? [15:13] cpaelzer: ok, thx [15:13] the dep8 error was happening with that version as well [15:14] ahasenack: or just use my cmdline above [15:14] this is one of the cases (debuging and qucik and dirty) where it beats the complex lbivirt config [15:14] ahasenack: it needs to be newer [15:14] Laney: ok, I'll fix that [15:15] we could just run against the archive's gvfs [15:15] this is a bit of a waste of compute imo [15:17] juliank: thanks for the follow-up comment on the apt+plymouth trigger mess... why do you say that base-files must be fully configured before bash is unpacked? I don't see that in the dependencies (bash Depends: base-files, it doesn't Pre-Depends:), and I didn't see any logs that showed this [15:17] Laney: ok, would you be ok with uploading with that force patch then? [15:17] ahasenack: to the archive? [15:18] yeah [15:18] I think you should comment upstream [15:18] I thought it was only meant to be an experiment [15:18] but if he decides to commit that change then we can [15:18] slangasek: I don't say that, I say that apt configured base-files as can be seen in the log. But it probably put it into triggers-awaited state instead of installed, and plymouth-... into triggers-pending, since we configure with --no-triggers [15:19] juliank: ok, I didn't see that in the logs I skimmed, sorry for overlooking [15:19] Laney: ok [15:19] juliank: but yeah, triggers-awaited or something makes sense [15:19] doko: thank you for uploading LDC 1.8 to -proposed! I didn't dare to file a FFe for it, but having it is very beneficial [15:19] Please tell me if there is anything I can help with (the transition in Debian so far is flawless, only libundead needed a minor change) [15:32] ximion: maybe you need to file a binnmu bug since ldc migrated to Testing without the rebuilds happening https://release.debian.org/transitions/html/auto-ldc.html [15:33] slangasek: for seeding ruby, if i seed ruby-full (which depends on ruby and ruby-dev), will it be sufficient? That seems to be the upstream ruby recommendation on Ubuntu, and then we'd "simply" need to promote ruby-defaults again? [15:35] jbicha: some packages got binNMUs... I am still not sure when I should ping the release team explicitly for a transition, sometimes they just do it automatically, and sometimes I need to file a bug [15:35] and explicit bug is nicer in this case, I guess (only 4 more packages need to be rebuilt though) [15:36] nacc: you could also just seed ruby, which seems more correct semantically; and ruby-dev will be pulled in automatically by virtue of our rule that promotes associated -dev packages [15:36] nacc: it depends on whether ruby-full is something you want to recommend users install [15:36] slangasek: i'm being asked specifically that ruby-full (which upstream docs) be in main (by rbasak, dpb) [15:36] slangasek: right [15:36] slangasek: i would prefer 'ruby' as well, as it makes more sense to me [15:36] ximion: the only rebuilds that happened were because new uploads were done in Debian [15:37] ximion: in this case a bug would help since it appears that the new "shared" naming allowed ldc to migrate to Testing when it normally wouldn't [15:37] jbicha: agreed, I'll file one later today [15:38] dpb1: do you want it under "Other" or should I make a new "Ruby" section? We have no other interpeters in supported-misc-servers or supported*server (which is a metaseed currently) [15:38] nacc: +1 on ruby [15:38] although I guess what allowed LDC to migrate was britney's ignore-cruft setting - the LDC upload didn't make anything uninstallable with the old cruft still in the archive, so it migrated [15:39] nacc: I don't think it matters on what section [15:39] dpb1: given they are all from the same source package, i don't think anyone is really going to notice which binary is actually in main, tbh [15:39] ok [15:40] the binary will "pull in" the source as supported, I take it [15:40] dpb1: the source will need to be in main for any of its binaries to be in main [15:41] k [15:41] the source is always pulled in via the binary. so it's a question of which binary packages you want to represent as supported [15:41] slangasek: right [15:41] I think ruby makes the most sense, no argument [15:42] dpb1: given that we might add more to this list, I'll add a section for Language Interpeters, ack? [15:42] nacc: sounds good [15:44] dpb1: seed pushed [16:12] rbasak, because it is a regression versus release pocket, that a security upload introduced; which trips up all other pending-srus which are reverse-deps of dovecot; there is no better way then SRUing this, to insure that next upload (security or updates) will fix this issue [16:12] rbasak, it's not like there is a VCS for next-artful upload of dovecot, which ever that might be. [16:19] slangasek: urgh, LP: #1757344, segfault in 'frontend' -- that's debconf? [16:19] Launchpad bug 1757344 in php7.1 (Ubuntu) "package php7.1-sqlite3 7.1.15-0ubuntu0.17.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139" [Undecided,New] https://launchpad.net/bugs/1757344 [16:21] nacc: it's debconf-ish. the segfaulting frontend may not be debconf code itself [16:21] (since debconf is pretty vanilla perl) [16:22] slangasek: yeah, that's what i thought [16:22] slangasek: i guess it could be the normal update-manager frontend? [16:22] slangasek: but, in this case, it's (presuambly) not a bug in php, but in that frontend? [16:22] nacc: update-manager's frontend is the debconf gnome frontend. But yeah, a frontend crash is unlikely to be php's fault [16:23] slangasek: alright, i'll add a task once i figure out what they were using [16:36] xnox: VCS for next-artful upload> as an aside, I think we should have that kind of thing [16:36] xnox: but I'm not happy impacting users for what is fundamentally a developer issue that doesn't impact users. [16:41] rbasak, e.g. even if we commit this to "-proposed" next time there is a CVE -security will not take it, they take -updates only, no? [16:42] rbasak, i think the right thing to do, is to upload this sru. [16:42] on the grand scheme of things it is miniscual to the kernel every three weeks. [16:43] rbasak, and it's been less than two weeks [16:43] rbasak, and it does show security team did not run autopkgtest of dovecot itself, before uploading security upload. [16:45] I believe the security team generally look at -proposed and make a decision [16:45] Sometimes I've seen them incorporate a verification-done upload to -proposed that hasn't finished aging, for example [17:11] andyrock: Are you still about? [17:14] bdmurray: hey hey [17:14] what's up? [17:14] andyrock: hey, I was you software-properties change got uploaded. One idea I might not have explained clearly was using distro-info so we don't need this line. [17:14] channel='edge', # Remove this once bionic is officialy supported. [17:15] Although what does "officially supported" mean? 18.04.1 or 18.04 or some other date? [17:15] officially supported by "livepatch" [17:15] Okay so the last one! [17:16] yeah livepatch devs told me that before release bionic should be supported in stable canonical-livepatch snap [17:17] we can upload a small fix later [17:17] should be a small one [17:17] at least we can test it right now [17:17] Right, my hope was to avoid that as an SRU but it sounds like it may not be possible. [17:18] yeah the problem is that it's not possible to query canonical-livepatch and ask "is this release supported?" [17:18] we need to address this in the future [17:19] Okay, that's fine - just wanted to make sure it was considered. === daniel is now known as Guest77671 === Guest77671 is now known as Odd_Bloke === Elimin8r is now known as Elimin8er [21:16] xnox, cjwatson, cyphermox: are any of you awake and willing to talk to me about partition alignment requirements? [21:16] (for subiquity reasons)