/srv/irclogs.ubuntu.com/2016/04/13/#ubuntu-release.txt

stgraberoh, didn't expect an auto-accept, nice :)00:56
stgrabercyphermox: ^ that upload is me fixing nm-openvpn to be a bit less busted as far as IPv6 as it was the only blocker for me to run on IPv6 only00:57
cyphermoxstgraber: ack. I'm looking at a ppp bug myself00:57
stgrabercyphermox: that patch doesn't change default behavior and only allows passthrough of the tcp6 and udp6 protocols when the user is already specifying it. It's probably suitable for upstream though I'd expect they'd like to make it a bit more complete.00:57
cyphermoxok00:58
cyphermoxI'm not sure yet, but I think my pptp tests were crashing my router.00:58
stgraberspecifcally, if you want to connect over IPv6, you must add the :udp6 or :tcp6 suffix with my patch, instead of having openvpn try ipv6 and fallback to ipv4 which would be preferred00:58
stgraberI figured I'd keep things simple this late in the cycle :)00:58
cyphermoxmmkay00:59
stgraberI could find a nice way to have OpenVPN do the IPv6 to IPv4 fallback... I think the right answer is to generate a second --remote config entry for the fallback protocol, but then the patch becomes significantly larger :)01:00
stgrabermy patch is still right, the right fix would just be added on top, so the change ever makes it upstream, we can cherry-pick it safely01:00
* stgraber is happy, Google fixed Hangout over IPv6 this morning and now NM is fixed too, those were the only two reasons why I was adding IPv4 connectivity back sometimes!01:01
cyphermoxyippee.01:10
cyphermoxstgraber: if Videotron could do a bit of work to get IPv6 to finally be available at large01:11
cyphermoxit's so close01:11
stgraberhaha, yeah, that's why I'm on teksavvy DSL here :)01:12
cyphermoxexcept so retarded with that weird Comcast DHCPv6 PD crap01:13
cyphermoxwell, I'm surprised to see that teksavvy prices aren't that far from those of Videotron01:17
cyphermoxstgraber: if you have time to review stuff, ubiquity & its slideshow ;)01:17
cyphermoxheh, nevermind about the ubiquity upload, looks like that's TheMuso's, and I have some merging to do01:32
stgraberI'm assuming we're keeping base-files in the queue until a bit before we start spinning rc images?02:29
infinitystgraber: *shrug*02:31
stgraberI don't mind personally but I've noticed that the queue has been emptied except for base-files a few times today :)02:31
infinitystgraber: It's not like it says "we're released, tell your friends", it just doesn't say "development series" anymore.02:31
infinityBut yeah, traditionally, we seem to accept it right before the weekend respin.02:32
mwhudson^ we have the security fix already in ubuntu5 but uploading the release seems like it makes sense03:04
stgrabermwhudson: good, so that means I don't have to re-upload lxd since it picked up the fix with ubuntu5 already03:05
mwhudsonstgraber: indeed03:05
mwhudsonalthough hm03:06
mwhudsonstgraber: looks like the fix is a bit more extensive than the patch i had, there's some ecdsa stuff to03:06
pittiinfinity: ^ this is quite a mouthful, please see bug 155330906:50
ubot5`bug 1553309 in openssl (Ubuntu) "[FFe]: Include FIPS 140-2 into openssl package" [Undecided,In progress] https://launchpad.net/bugs/155330906:50
pittiinfinity: I did some rounds of patch reviews and discussions, and now sponsored the package as it's "good enough" and we desperaately need autopkgtests and field testing now06:51
pittithere will be another upload with some patch cleanup06:51
pittiinfinity: want me to accept this myself, or do you want to revie?06:51
pittiw06:51
pittiinfinity: ok, accepting this, and added a block-proposed tag, to get the test machinery going07:55
=== pitti` is now known as pitti
=== knome_ is now known as knome
cpaelzerHi, please let me know if there are any questions about the dpdk upload that would have to be resolved to ack the upload11:08
caribousame here regarding vsftpd : the previous upload failed on a DEP8 test11:10
infinitycaribou: I'd pay you big money to edit patches by hand when you're making a 1-line change instead of quilt refreshing. :P11:17
infinity(Doubly-so, since this is a delta from Debian)11:17
infinitycaribou: Example:11:23
infinitycaribou: Yours: http://launchpadlibrarian.net/253581897/vsftpd_3.0.3-3ubuntu1_3.0.3-3ubuntu2.diff.gz11:23
infinitycaribou: Mine: http://paste.ubuntu.com/15808504/11:23
infinitycaribou: (And I uploaded that second one, you don't have to...)11:24
infinitypitti: ^-- Review?12:50
caribouinfinity: for once I wanted to do it in a "clean" way :)12:53
infinitycaribou: Heh.  Well, to be fair, it's not your fault quilt refresh sucks so hard at this. :P12:53
infinitycaribou: Nor that, for some braindead reason, the initial format for dpkg --commit doesn't match the default format of quilt refresh.12:54
caribouinfinity: I got myself into a few problems previously by hacking directly at the patches12:54
infinitycaribou: But it drives me nuts to introduce extra delta, that's all.12:54
caribouinfinity: I didn't like the fact that it was touching other things either12:54
infinitycaribou: I probably hand-edit patches more often than I apply them with patch, so I'm also weird. :P12:54
caribouinfinity: even worse, running adt-run manually gave me FTBS errors that don't reproduce on the builders12:55
caribouinfinity: I still need to get the DM to accept to revert that change12:55
caribouthanks for doing it yourself btw12:56
infinitycaribou: Yeah, I read through the bug report before accepting your upload.  You seem to be in the right on this one, IMO.12:56
caribouinfinity: well I researched a bit to find a reference to the fact that it should be starting (which xnox told me was the debian policy) and couldn't find it so I went ahead with xnox's suggestion12:57
infinitycaribou: I think the only time "unconfigured by default" is a valid setup for a daemon is when there's literally no sane default possible.  Which just isn't true for an ftpd.  Listening on all interfaces/protocols, password-only, is a totally sane default.12:57
caribouinfinity: well, it's been like that on debian/ubuntu for years, I couldn't figure out why they reverted it just because of the manpage12:57
caribouluckily the DEP8 test caught it12:58
infinitycaribou: "Daemons must start by default if at all possible" might have been an Ubuntu policy decision, not Debian.  One of the many tweaks that made us more user-friendly.  I'd have to dig up references to be sure, though.12:58
xnoxcaribou, que?12:59
infinityBecause it's just plain silly to install a thing and have it not working.12:59
caribouinfinity: I found a lot of forum/blog/stackexchange mentions that it was the default on debian, just couldn't find any reference of it in the policy manual12:59
xnoxoh that thing13:00
caribouxnox: yep13:00
xnoxi think i ended up saying "we should listen on ipv6 and ipv4 by default"13:00
xnoxjust like we did in the past.13:00
caribouxnox: that's what listen_ipv6 does now13:00
xnoxwell in the past we used to only do ipv4, but you know it's 2016 and ipv6 is a thing now.13:00
xnoxyeap.13:00
xnoxcool =)13:00
pittiinfinity: done13:02
cyphermoxgood morning13:02
infinitypitti: Ta.13:03
infinityAnd now I go coffee and breakfasting while I wait for some archive churn.13:03
cpaelzerinfinity: reminder - you wanted to go shopping13:03
infinitycpaelzer: Thanks. :P13:04
tyhickspitti: hi - I'm seeing that same failing lxc test is preventing the latest apparmor migration again13:22
tyhickspitti: could you hint it again?13:23
pittityhicks: oh, is lxc failing regularly now?13:23
pittiThere is no download available for release=xenial, stream=daily, arch=amd6413:24
pittiwut13:24
tyhicksThere is no download available for release=xenial, stream=daily, arch=amd6413:24
tyhickspitti: neither stgraber or I can reproduce it locally13:24
pittihinted13:26
pittityhicks: ^13:26
pittibut this is entirely new to me13:26
pitticuriously it works fine on ppc13:27
ogra_the architecture of the future13:27
tyhickspitti: it failed in the same way on monday13:27
tyhickspitti: retries can get it to eventually pass but I figured 3 retries was enough13:28
pittityhicks: btw, nice to see linux' tests passing again since the new apparmor landed13:31
tyhicksyes :)13:31
=== mapreri_ is now known as mapreri
apwi am glad ... we've been assuming it was the only issue ...13:46
cyphermoxbreakfast time14:09
infinityxnox: You didn't want to add statd to s390-tools' suggests?14:22
xnoxinfinity, yes no maybe =)14:23
xnoxinfinity, i should, shouldn't I ?14:24
infinityxnox: *shrug*14:24
infinityxnox: I think you've done that for the broken-out packages so far.14:24
infinityxnox: OTOH, I suspect this isn't your last s390-tools upload. :P14:24
xnox=)))))))14:24
xnoxunfortunately, i doubt it.14:24
infinityxnox: So, catch it on the next upload, if you want.14:24
=== pleia2_ is now known as pleia2
infinitypitti: ^-- Based on a grep-dctrl, I decided just the virtual package was the right way to go, rather than s/16/12/15:47
infinityAhh, and thanks. :)15:48
pittiinfinity: yep, that's also what I tested in the schroot15:48
pittiinfinity: was auto-accepted :)15:48
infinityOh, of course.15:48
infinityI'll retry smc when that publishes.15:48
pittiwas looking at that huge unity+stuff landing, but dinner time now15:48
infinityThen we're down to one nbs?15:48
pittiyeah, will look at the latex thingy tomorrow15:48
pittior rather, later tonight after basketball15:49
dokohmm, why is this still "core"?15:51
infinitypitti: gregoriotex was removed from testing over 1000 days ago.  Should probably just demote or remove it, unless there's an obvious and simple fix.15:52
infinityplatform.xenial/supported-development-common: * libstdc++-4.9-pic15:54
infinityplatform.xenial/supported-development-common: * gcj-4.9-jdk15:54
infinityubuntu.xenial/development: * g++-4.9-multilib15:54
infinityubuntu.xenial/development: * gfortran-4.9-multilib15:54
infinityubuntu.xenial/development: * gcj-4.9-jdk15:54
infinityubuntu.xenial/development: * gcj-4.9-source15:54
infinityubuntu.xenial/development: * gcc-4.9-source15:54
infinityubuntu.xenial/development: * libstdc++-4.9-pic15:54
infinitydoko: ^15:54
dokonot anymore15:54
infinitydoko: Well, things could just be lagging a bit, then.  I wouldn't worry about it for now.15:56
infinitypitti: I'm going to just remove gregoriotex.  I can't honestly see a single soul complaining.  "LuaTeX style for Gregorian chant scores".16:01
infinitySUPER USEFUL.16:01
ogra_the choirs will hunt you down !16:03
infinityLet 'em.16:03
ogra_yeah, until they show up under your bedroom window when you wanna sleep16:04
SkuggenNoo, my chants16:05
cyphermoxinfinity: why is that not seeded in minimal?16:06
ginggsIt is as if millions of Enigma fans suddenly cried out in terror, and were suddenly silenced.16:06
infinityginggs: Enigma has no fans.16:06
infinityginggs: Just a lot of people who regret their purchasing decisions in the 90s.16:07
* ogra_ knows a lot cryptographers that are enigma fans16:07
ogra_oh, wait, thats the other enigma16:07
apwthey don't run things we make, not secure enough, they run hello-world they wrote in asm, and nothing else16:08
xnoxinfinity, how dare you!16:10
xnoxpretty much everybody uses CTAN anyway, rather than distro packages for leave modules16:10
infinityI was pretty sad to discover that gregorio had no rdeps.16:11
infinityWas kinda hoping for some pocket of the archive dedicated to gregorian chant apps, maintained by debian-monks@lists.16:12
infinityWith any luck, they'd also make some stellar booze.16:12
infinityBut, sadly, no.16:12
xnoxomg i've never seen so many nice comments on youtube.16:13
xnoxon the enigma channel it's like "this is amazing" "i love it" "splendit"16:13
ogra_about enigma ?16:13
xnoxaha16:13
ogra_lol16:13
xnoxnot a single diss at all16:13
infinityKids these days...16:14
ogra_must be the music ... it lulls you into some weird state of mind16:14
ogra_(dont play it backwards though)16:14
infinityEnigma is a gateway drug that leads to Brian Eno.16:15
infinityI guess parents just aren't doing their job anymore.16:15
pittiinfinity: gregoritex> sounds good16:15
infinitypitti: Good, cause it's already gone. :P16:16
infinitypitti: So, in a few publisher cycles, we should be at 0 NBS.16:16
ogra_pitti, so you are one of these enigma fans then ?16:16
pittiyay16:16
infinityAnd then on to the next report to clean up.16:16
pittic-m? :-)16:16
infinityc-m's in pretty good shape, just a few odds and ends.16:17
infinityRidding the world of mysql-5.6 looks to be the biggest thing left right now.16:17
=== shadeslayer_ is now known as shadeslayer
infinitydoko: Have you noticed the irony that, just in time for powerpc scalingstack (well, almost there), the GCC testsuite doesn't kill my buildds anymore? :P16:18
dokoinfinity, you told me ...16:19
infinitydoko: Oh, did I?  Well, I'm old and forgetful.  I'm sure you can relate to at least half of that statement.16:19
rbasakinfinity: can I have a pre-upload review of https://git.launchpad.net/~racb/ubuntu/+source/mysql-5.7/commit/?h=fixes&id=633deaa392959a658ff1b784e93eb0a7a3a73ac6 please, since it'll take a while to test and upload if you want it tweaking? It's a little extensive, but fixes a known issue. I've already quoted $rootpw properly and noted the LP bug reference in the changelog properly in a future commit.16:38
rbasakThe full set of changes I intend to upload are ubuntu/devel..fixes in https://git.launchpad.net/~racb/ubuntu/+source/mysql-5.7/log/?h=fixes16:38
stgrabermwhudson: uploaded a new lxd now so you won't have to worry about having it rebuilt to get the rest of that golang fix :)16:45
pittistgraber: thanks for the fix :)16:48
stgraberpitti: trivial enough :) looks like I thought of it for the stop case but not for start16:52
xnoxinfinity, d-i passed smoke test and looks lovely16:55
xnoxhowever sysconfig-hardware is only half-Configured16:55
infinityxnox: postinst broke?16:56
xnoxrmdir: failed to remove '/etc/sysconfig/scripts/common': No such file or directory^M16:56
xnoxyeap.16:56
xnoxlooking.16:56
xnoxi shall fix that shortly16:57
xnoxi guess all ugprade logic is fine, but the fresh clean install was not =)16:57
infinityxnox: Kay, but that sounds promising, if that's all that went wrong.16:58
xnoxanyway, all should be good now.17:00
xnoxit was a bit crap that i couldn't do versioned upgrade script. As there is no way to know if old d-i was used to do the installation =(17:00
lamontthanks for the accept, whoever17:01
lamontstupid broken test harness exposing broken things by accident like that17:01
xnoxinfinity, if you approve sysconfig above, that would be nice.17:11
* xnox is afk17:11
TrevinhoLaney: hey, just noticed that https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1551986 had only the UIFe ACKed, not the FFe... Packages are in upload queue though :-/17:37
ubot5`Launchpad bug 1551986 in unity (Ubuntu Xenial) "[FFe][UIFe] HUD hotkey assignment is suboptimal" [High,In progress]17:37
TrevinhoI've to go for a while now, but we can discuss that later... Anyway if someone from release team can give it a look. It's something design wanted to change at the last sight.17:38
LaneyTrevinho: erm17:42
Laneyyou're changing the window controls now?17:42
Laneythis is insane17:44
Laneyargh17:44
infinityLaney: On the one hand, "erk", (especially the continued confusion over semicolon versus super), on the other hand, I fully support remapping the braindead Alt-tap right up until release day (it's the one keybinding I *always* have to remap locally) :P17:44
LaneyFixing the hud's shitty binding is one thing17:45
LaneyMaking alt-space be hud is quite something else17:45
LaneyI'm going to block this stuff until we can sort it out17:45
infinityWell, it needs to be a combo, at any rate.  The problem with it being a single key is long-proven to be just not workable.17:46
xnoxship it17:46
infinityAlt-space does feel odd, though.17:46
xnoxi think alt-space is the old gnome-do binding, and the old mac os x app which originally did that.17:47
LaneyRandomly taking over a bit of window manager functionality one week before release17:47
xnoxand alt-space does search on a mac os x too, no?17:47
Laneynuts17:47
Laneyalt-space is *already* something in compiz17:48
xnoxi can't remember how one summons Cortana on windows, might be alt-space too17:48
xnoxLaney, what is it in compiz?17:48
Laneypress it17:48
infinityAlt-space on Win32 and many/most UNIX window managers (including the one we use) is the window action menu.17:48
infinityMin/Max/Move/etc.17:48
xnoxLaney, for me that did a drop down menu, randomly in a wrong position.17:48
apwinfinity, isn't alt-space already a keybinding17:48
xnoxi guess it doens't know how to display that menu in the righ tlocation with global menus in full screen size.17:48
infinityapw: Yes, it's what I said above. :P17:49
infinityThe proposal seems to be to take over Alt-space and move the window menu to another keybinding, which is daft.17:49
infinityI'd suggest Alt-Menu for the HUD and leave Alt-Space alone.17:50
apwinfinity, whats alt-menu ?  the right click key ?17:50
infinityapw: Menu is the right-click key, yeah.17:50
apwi don't even have one of those17:51
infinityMe neither.17:51
xnoxinfinity, i think that upload breaks accesibility and like TheMuso will complain loudly.17:51
infinityIt's the perfect place to bind the HUD! ;)17:51
apwinfinity, ahhh :)17:51
rbasak^^ amarok will dep-wait on mysql-5.7 5.7.11-0ubuntu6 above17:51
rbasakI believe that should be all seeded packages switched to 5.7 after this, but I'll double check tomorrow after the archive has settled.17:51
apwif alt-super works why are we not just putting hud on that17:57
* Laney just commented on the bug17:58
LaneyI'm going away though so others feel free to carry this on17:58
seb128willcooke, you might want to read the backlog there18:11
seb128Laney, the plan afaik was to move the menu combo to another binding, that should have been in the same landing?18:12
seb128the email mentioned moving it to alt-super18:13
seb128or18:13
seb128https://launchpad.net/ubuntu/+source/compiz/1:0.9.12.2+16.04.20160412-0ubuntu118:13
seb128  * Show window actions menu on alt+semicolon. (LP: #1551986)18:14
ubot5`Launchpad bug 1551986 in unity (Ubuntu Xenial) "[FFe][UIFe] HUD hotkey assignment is suboptimal" [High,In progress] https://launchpad.net/bugs/155198618:14
seb128that already landed it seems?18:14
xnoxseb128, semicolon is a very bad binding... because of keyboard layouts....18:18
seb128xnox, I think it's a changelog thinko, see bug18:19
dokoinfinity, can you accept openjdk-8, or do you plan to build images tomorrow?18:19
seb128it's super-alt18:19
=== bdmurray_ is now known as bdmurray
lamontI suspect that https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820056 is worthy of an SRU, once it's fixed (migration should be possible, I expect, for many cases)  No way in hell it'll be in before the release19:22
ubot5`Debian bug 820056 in bind9 "writeable file 'foo': already in use" [Important,Open]19:22
Trevinhoseb128, xnox: yeah changelog is broken... It's super+alt19:35
TrevinhoLaney: I know... I personally would have used super+space for HUD and keeping the Alt+space to what it used to be. But, design preferred this solution.19:40
TrevinhoLaney: also I thought you were aware of that request, sorry.19:41
infinityTrevinho: It's fundamentally just greedy and gross to subvert a common keybinding for something new, and move the one we're all used to to somewhere else to compensate.19:47
infinityTrevinho: I'd be much more supportive of just moving HUD to Super+Alt and leaving Alt+Space alone.19:48
infinity(Or super+space, if you want, given that's just one key over from what design wanted)19:48
infinityTrevinho: But "hey, let's move TWO key binding to make up for the bad placement of one of them" is daft.19:49
infinitywillcooke, seb128 ^19:49
seb128+1 on that19:49
infinityTrevinho: FWIW, I'm all for moving the HUD off Alt, that was a bad idea from day 1, it's just nutty to move it to another well-known binding.19:49
seb128but the keys choice comes from design I think19:50
seb128unsure how much they are open to the alternative19:50
infinityseb128: Fine, design's not immune to me rejecting packages. :P19:50
seb128willcooke, do you know?19:50
infinitySo, get some design people in here to argue.19:50
lamontbind9_9.10.3.dfsg.P4-8 -- driver is "* Add support for native pkcs11.  LP: #1565392" which makes tjaalton's package usable again, by delivering separately built binaries for its use (see the bug for the crying)19:50
ubot5`Launchpad bug 1565392 in bind9 (Ubuntu) "add support for native pkcs11" [Undecided,Confirmed] https://launchpad.net/bugs/156539219:50
xnoxinfinity, i can go into the office =) it will be funny.19:50
willcookeinfinity, seb128 - please comment on the bug and I will speak to Design19:50
seb128willcooke, thanks19:50
infinitywillcooke: Added a quick comment.19:53
willcookethanks infinity19:54
=== NCommander is now known as Guest74315
Trevinhoinfinity: yeah, I know... I already had all the concerns you mentioned here by my own. So It's nothing new to read. I would go with Super+Alt on HUD or Super+Space (better to me), but I understand that design point was "super is something we use for windows related actions, so alt+space is not good".20:21
cjwatsonAny reason why the seeds shouldn't be changed to replace ubuntu-snappy-cli with snapd?  ubuntu-snappy-cli is a transitional package now20:21
infinitycjwatson: Yeahp, it should all be changed, I was just waiting for all to filter down.20:21
Trevinhoanyway my role is getting things done, then I did what it was designed.20:21
Trevinhos/I/we/20:22
infinityTrevinho: Yeah, I understand.  I'm happy to be the guy who has to say "no". :P20:22
infinitys/happy to be/fine with being/20:22
infinitycjwatson: You want I should do that, or are yo ualready committing?20:22
cjwatsonGo for it, I should go and do other evening things.20:23
* pitti retries smc, https://launchpad.net/ubuntu/+source/cegui-mk2/0.8.4+dfsg-4ubuntu1 is built now20:23
infinitypitti: Ahh, I had been waiting on armhf to publish.20:23
infinitypitti: (which it's still doing)20:24
pittiinfinity: hm, 42 mins not enough? well, if it still fails, we'll just retry again20:25
pittibut at least we know if it works on the other arches then20:25
infinityYeah, I'll retry armhf again in a few minutes when the publisher gets there. :P20:25
infinityI kinda want the publisher logtail in the lp.net web UI somewhere, so other people can pull the tricks I do by staring at it in progress.20:26
cjwatsonWe might at least get it into an ELK instance with slightly wider view access at some point this year or so.20:27
infinitycjwatson: Well, to be fair, watching the logtail is a workaround for the UI being suboptimal in other ways, but it's a workaround that works for people who know what the log is telling them. :P20:28
cjwatsonUI, publication process in general, ...20:28
pittiinfinity: *sob* https://launchpadlibrarian.net/253676097/buildlog_ubuntu-xenial-amd64.smc_1.9+git20121121-1.2build2_BUILDING.txt.gz20:29
infinitycjwatson: If publishing records had an extra "publishing" state, we could set "publishing" where we currently set "published", and then flip to "published" at the dists switch.20:29
infinitycjwatson: But that's effort.  Watching a log is easy.20:29
infinitypitti: Hah.20:30
infinitypitti: At least it's different!20:30
cjwatsoninfinity: Which would confuse a different set of people who care about archive.u.c :-/20:31
infinitycjwatson: Well, I don't think the LP UI can ever be accurate WRT mirrors.20:31
infinitycjwatson: Those people clearly don't matter.20:31
infinity(And it would be closer to right, at least)20:31
cjwatsonSure, but the fact that a.u.c is a set of mirrors is an implementation detail.20:32
cjwatson(I'm not arguing it's perfect as it stands BTW)20:32
infinityRight.  My "solution" would make it "better" for the mirror situation, but still incorrect.20:32
infinityLots of "air quotes" around "here".20:32
pittianyway, that smc thing is a "tomorrow" thing, I reserve this nightshift for some quiet autopkgtest infra hacking20:33
tjaaltonwas final freeze for universe too?20:34
infinitycjwatson: To be fair, I think most people who assume "published" is meaningful are caring about up-to-the-minute ftpmaster status for build-deps and the like, not so much mirror lag, but YMMV.20:34
pittiI just uploaded the three no-change rebuilds for the urdfdom lib transition (bug 1569626)20:34
ubot5`bug 1569626 in urdfdom (Ubuntu) "[FFe] Sync urdfdom 0.4.1-1 (universe) from Debian unstable (main)" [Undecided,Fix committed] https://launchpad.net/bugs/156962620:34
infinitytjaalton: Yes and no.20:34
tjaaltoninfinity: like, still able to get tested stuff out but will end up in the queue?20:34
infinitytjaalton: We'll still have the auto-accept bot on until close to release time, but there's an honor system in play where you agree not to upload Stupid Things.20:34
tjaaltonright, of course20:35
infinitytjaalton: Read a former Final Freeze announce from 6mo ago.20:35
tjaaltonok20:35
infinitytjaalton: Or wait a day for a new one. ;)20:35
pittiinfinity: debian bug 812096 does not sound very hopeful, though20:35
ubot5`Debian bug 812096 in src:smc "smc: FTBFS: configure: error: Package requirements (CEGUI-OPENGL >= 0.7.2) were not met:" [Serious,Open] http://bugs.debian.org/81209620:35
tjaaltonwell, looks like I can bump freeipa to 4.3.1, but that needs an update to bind9 which lamont is testing now, and also adding systemd support to opendnssec which I've tested already20:36
infinitypitti: Fun.  Well, we have a week to decide what to do about it.20:36
tjaaltonit's really just a big bugfix release, finally allowing to install ipa replicas20:36
tjaaltonI guess apache systemd support might be pushing it too far :P20:37
pittiinfinity: "package the latest upstream version" at least sounds like a way out, only three reverse recommends20:37
infinitypitti: If it's a trivial uupdate job that requires zero thought on our part, I'm game.20:37
lamonttjaalton: it's actually sitting in the queue hoping for approval..20:37
lamontbind9 that is20:37
tjaaltonlamont: ooh shiny20:37
infinitypitti: We have more than enough work to do to be wasting real effort on it, though.20:37
tjaaltonthanks a lot!20:37
lamontand since bind9 is on the cd images.... :/20:38
pittiinfinity: demote-to-proposed with ignoring the recommends on the three games-* metapackages would work too20:38
infinitylamont: bind?  Isn't that old news?  I thought everyone used knot these days.20:38
pitti(didn't realize that these are just metapackages)20:38
lamontinfinity: I refuse to rise to the bait. :p20:39
infinitypitti: Yup.  But hey, we can sort it during the release sprint, it's not like affects media.20:39
* xnox has knot stickers on my laptop20:39
* lamont can tie knots20:39
cyphermoxtjaalton: any plans to backport the xenial X stack to trusty?20:39
pittiactually, it is already in -proposed, so just remove from xenial-release, done20:39
pittiinfinity: yep020:39
* pitti off irc, waves good night20:39
tjaaltoncyphermox: of course, once things have settled down a bit20:39
cyphermoxtjaalton: ok, I was just checking if you were going to do it or if it's somebody else20:40
tjaaltoncyphermox: no it's been me since mlankhorst jumped ship20:41
cyphermoxtjaalton: ack, thanks20:43
tjaaltoni'd hope to get mesa 11.2.1 in before release, but not sure about that20:44
=== barry` is now known as barry_
=== barry_ is now known as barry
=== michihenning is now known as michi
tjaaltonsounds like it'll get released on friday20:47
cyphermoxok20:56
=== zequence_ is now known as zequence
=== \b is now known as benonsoftware
=== ochosi_ is now known as ochosi
mwhudsonstgraber: haha21:59
bdmurrayinfinity / slangasek: I'm just going to make a generic EOLReleaseAnnouncement and put it in meta-release and on changelogs.ubuntu.com (when it comes back) to resolve bug 1569233. Sound good?22:55
ubot5`bug 1569233 in ubuntu-release-upgrader (Ubuntu) "changelogs.ubuntu.com/EOLReleaseAnnouncement missing, causes distro upgrade failure on EOL systems" [Medium,Triaged] https://launchpad.net/bugs/156923322:55
=== henrix_ is now known as henrix
slangasekbdmurray: "when it comes back"? where has it gone?23:05
slangasekbdmurray: if the point here is that it doesn't require somebody to remember to create a per-series EOLReleaseAnnouncement file each time a release EOLs, reducing the number of things we have to touch sounds like a good idea to me23:06
bdmurrayslangasek: I think they are changing out hardware. My initial idea in comment 2 would require more touching like that, so going with a generic one on changelogs.23:10
cjwatsonit had a catastrophic disk failure (ironically, while adding more disk)23:10
cjwatsonaiui it's being recovered in one of the harder ways23:11
slangasekheh23:12
slangasekrecovery procedure: replay 12 years of Ubuntu development in a pocket universe23:13
cjwatsonhttps://rt.admin.canonical.com/Ticket/Display.html?id=89921 if you want to follow along23:14
cjwatsonthough I notice that extract-changelogs could usefully be fixed to use order_by_date=True ... I should have a poke at that23:16
slangasekhmm that ticket number is older than I would expect for something that is taking meta-release offline23:16
bdmurraymeta-release is still accessible23:16
slangasekah23:16
bdmurrayits just I can't get to the server at the moment, and that bug isn't that important23:17
=== s8321414_ is now known as s8321414
cjwatsonpitti: I just noticed r160 in ddeb-retriever, in which you seem to have missed the long comment I left immediately above the changed code explaining why any attempt to do what you did would introduce a subtle data-loss bug :-(23:20
cjwatsonpitti: can you have a look over that comment and we can discuss it when we're both around?23:21

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