[00:06] c [00:06] d [00:13] :) [00:37] B/c [00:37] gah there I go again. : [04:37] Good morning [06:12] didrocks: There you are! Did you by chance ever poke Debian with http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/xorg/wily/revision/189? [06:13] Unit193: IIRC, I did this when we introduced this all session stuff, but there was no traction on the debian side (it was covering too many components to have an widespread agreement) [06:14] Dang, that really stinks. Thanks for trying though. (Was recently looking at why it all wasn't working, had to ship that file another way.) [06:16] Unit193: I think they will see the value in that one day, maybe now would be better as we have multiple environments based on the same component (compared to the fact that it was only Unity at the timeā€¦) [06:17] It's also nicer in that you can easily ship different default config without clobbering or diverting. [06:19] indeed [06:25] good morning [07:01] cjwatson, wgrant, infinity: I noticed that despite LP doing ddebs now, the buildds still create ddebs.txt indexes with the ddebs, and we additionally pull them in the old way [07:02] pitti: Yeah, I thought I'd disabled that, but apparently misremembered 2009 a little. [07:02] do we still have any release where ddebs are *not* built using LP? in other words, can we retire the apaches and parsing ddebs.txt now, or do we still need that for anything? [07:02] pitti: It'll all go away soon when we upgrade sbuild. [07:03] (new sbuild will roll out to scalingstack this week, then we'll do a main test rebuild before rolling it out to non-virts) [07:03] it just seems brittle to download them twice [07:03] Right, I'd disable the apache download path now and see if anyone whinges. [07:04] ok [07:08] cjwatson: why does ddeb_retriever.py call lpinfo.get_binary_publications() without the real_threshold arg? [07:08] cjwatson: testing leftover? [07:09] cjwatson: or on purpose? There's a loop afterwards to filter the recent ddebs manually [07:17] wgrant: LP ddebs are on for RTM too? [07:18] pitti: Yep (I originally missed their primary archive, but Colin turned it on a week or two ago) === oSoMoN_ is now known as oSoMoN [08:37] backportpackage currently doesn't call update-maintainer. Should it? https://wiki.ubuntu.com/DebianMaintainerField suggests to me that it should. [08:37] (for when preparing an Ubuntu upload) [08:39] utlemming: can you please set up the /current symlink on http://cloud-images.ubuntu.com/wily/ ? [08:48] rbasak: Not if it's a no-change backport, IMO. [08:50] rbasak: Although, apparently my opinion doesn't mesh with the vote from 2006. :P [08:59] rbasak: Anyhow, it's a spirit of law and letter of law thing. We tend to never change Maintainer (in the source) on a rebuild, since the source didn't change except adding a changelog entry. We always change maintainer on binaries, but that's not something that requires action from you. [09:00] rbasak: So, in my mind, we're doing the right thing on a no-change backport by not changing the maintainer in the source too, but one could argue either way, based on the poor wording of the ballot options 9 years ago. :P [09:01] infinity: well I can't be bothered to patch backportpackage, so I'll do it your way :) [09:01] infinity, Today my Trusty install offered to try removing grub-efi-amd64-signed for some reason. Is that again a mess up on my part somehow? [09:03] smb: Are you running with -proposed on? [09:03] Yes, do get things early on [09:04] smb: Right, that's why probably, cause signed hadn't been uploaded to match. [09:05] infinity, Ok, thanks. Was suspecting that. So I just delay the update until later [09:05] smb: Lemme fix that right now, since I can't sleep. [09:06] infinity, Thanks... though maybe you better tried counting penguins... or so... [09:11] cyphermox: Fixed for you this time, but do remember to update grub2-signed after a grub2 upload. [09:11] smb: Should be happy in 30m or so. [09:11] infinity, \o/ Thanks again [09:13] pitti: The created_since_date argument to lpinfo.get_binary_publications is a leftover from an earlier query strategy and is currently unused. I suppose we could go back to passing it, but I haven't tested the query with that included and it's easy enough to test later. It means we fetch a few more publications than we need, but only up to the end of the current batch. [09:14] pitti: It would probably be OK to add it, but test that the query still performs reasonably. [09:14] cjwatson: ah, this looks like it would currently iterate over all builds, ever [09:15] pitti: No [09:15] and thus get slower over time? [09:15] pitti: It's batched [09:15] cjwatson: ah, then nevermind [09:15] pitti: You get the first 75 until you ask for the next 75, etc. [09:15] I *have* performance-tested the current set of queries :-) [09:16] It might be a slight optimisation to let it cut the batch off a bit earlier, but I should confirm. [09:17] cjwatson: ah, I'm not worried about that at all; I just wondered if this wouldn't traverse years of builds each time [09:17] thanks for clarifying! I didn't take the dynamic nature of these lists into account [09:25] smb: All built and published. Once your mirror finishes its next update pulse, life should be back to normal. [09:27] :) Ok, well should be the main archive mirrored locally by apt-cacher-ng. But I probably give it a few minutes regardless [09:38] pitti: OK, I've confirmed that the query has exactly the same plan either way (which makes sense, datecreated is in the index it's already using for ordering, but I wanted to make sure), so pushed a change to pass created_since_date. [09:39] cjwatson: thanks! looks less confusing that way indeed [09:39] pitti: (and deployed on germanium) [09:40] cjwatson: FTR, I'm doing a run with rebuilding the db, at least some utopic ddebs got a wrong checksum [09:40] in case you wonder why it's taking so long [09:40] db5.1_dump seems fairly useless for actually changing values in the db [09:41] and occasionally we should clean it up anyway, especially after dropping a release (lucid) [09:41] pitti: Cleanups should happen properly if you do the same thing we do in LP. But if you had a format break or whatever, a rebuild is necessary, yes. [09:42] infinity, ok, we have normality :) [09:42] smb: \o/ [09:43] infinity: Colin and I actually tried that, and it stumbled over some DB corruption [09:43] infinity: so, another reason for rebuilding it :) [09:43] pitti: I would assume that means the DB was already broken. [09:43] infinity: but in principle we have a config now for cleaning it up [09:43] pitti: I meant, in the future, once they're known-good, doing the LP cleanup thing should be enough. [09:43] infinity: exactly [09:45] pitti: OK [09:46] pitti,infinity: Well, although I fixed the DB format-level corruption, a cleanup also didn't actually reduce the size of the ddebs DBs much. [09:46] So I decided not to spend much effort on that. [09:46] cjwatson: I'm hoping that it does shrink now that lucid got removed [09:47] cjwatson: A badly-corrupted bdb file can end up with a lot of dead space that can't be recovered. It's possible it was just too far gone. [09:47] With fresh caches, the a-f cleanup should DTRT. [09:47] It certainly has been working on ftpmaster for years now. [09:50] infinity: so, these Docker backports. A couple of packages have had their source packages renamed (s/-dev$//) since Trusty. Previously I think jamespage renamed them back when backporting to Trusty. Is this necessary? I have 25 backports to track now, so it'd be a bit easier if I didn't have to manually rename anything. [09:50] infinity: Could be, yes. [09:50] The binary package name (there's only one in each case) hasn't changed. [09:58] rbasak: If it's something you're going to have to do again, scripting it would help. [09:58] rbasak: But, generally, I'd say keeping with the same names as trusty for things that already exist is correct, and using new names for new packages is fine. [09:58] infinity: I'm already scripting 25 calls to backportpackage. I want to save myself the trouble of scripting the rename unless I have to do it. [09:58] infinity: OK. I'll do the renames. === Riddell_ is now known as Riddell [10:10] Unit193,infinity: So, as of germinate 2.20 (uploaded to unstable), germinate has git support. Would it be worth my while preparing a history conversion of all the relevant things? [10:11] The way I've structured it means that each flavour will get a separate repository (which makes sense for separate ownership/ACLs etc.) but each series will just be a branch within that repository. [10:15] cjwatson: Wouldn't hurt my feelings if you did. And that layout sounds correct to me. === oSoMoN_ is now known as oSoMoN [10:47] ogra_: hey, do you know (by any chance) why nexux 7 shuts down if left unused for a while (with full battery) [10:47] zyga, nope, havent touched any tablet in a yeah [10:47] *year [10:47] ogra_: thanks [10:48] probably popey knows more, i know he still has a flo in use sometimes [10:48] popey: ^^ any idea? [10:48] hmm? [10:48] popey: (use case: charged flo, idle, leave on desk for a day, it will shut down, you can turn it back on again, has lots of power left) [10:49] not seen that, but my flo has been in a bag, switched off, for a few weeks [10:49] my suspicion is some kernel crash that just turns the device off [10:50] that doesn't happen if the device is plugged in to a computer [10:51] zyga: If it doesn't happen when it's plugged in, it sounds more likely that it's going a bit nutty and thinking the battery is either not present or flat, just long enough to make it shut down. [10:52] zyga: Which wouldn't happen when it's plugged in, since, well, no need for a bettery when on external power. [10:52] Nor a battery... [10:52] infinity: ah, perhaps I could log upower activity then [10:53] zyga, if it is plugged in it will always hold a wakelock [10:53] (read: it never really goes to sleep) [10:55] zyga, after it crashed immediately boot into recovery and check /proc/last_kmsg ... that holds dmesg of the last boot and probably reveals something [11:01] ogra_: ah, thanks for the tip! === benedikt_ is now known as Guest64809 === _salem is now known as salem_ === salem_ is now known as _salem [12:48] pitti: hi, can you please retry wily-adt-php-react-promise on amd64? [12:48] mitya57: done [12:48] thanks! === oSoMoN_ is now known as oSoMoN [13:05] mitya57: FYI, it just exploded some more, CI is on it [13:08] Yes, I see that something got wrong [13:16] mitya57: all good now [13:44] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: wily open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128 [13:47] * dholbach hugs seb128 [13:47] * seb128 hugs dholbach back [13:48] Riddell, hey, could you look at https://launchpad.net/bugs/1455990 ? seems like the Debian package doesn't specify the rsa key length, not sure why the Ubuntu one does (it's not mentioned in the changelog it seems) [13:48] Ubuntu bug 1455990 in quassel (Ubuntu) "quassel-core generates an insecure certificate upon installation" [Undecided,New] [13:55] grrr launchpad keep timeouting, can't comment on that bug [13:57] pitti: Great, thanks again! A big list of packages including my sphinx-rtd-theme now migrated :) === oSoMoN_ is now known as oSoMoN [14:19] infinity: do you mind if I steal your sysvinit merge? this needs to happen in lockstep with merging util-linux, as some of the tools moved [14:54] smoser, hey, are you still looking at https://code.launchpad.net/~niedbalski/ubuntu/vivid/curtin/fix-1263181/+merge/250163? you wrote that you would take another look but seems you didn't? [14:56] kirkland, hey, do you think you could review https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940 ? [14:56] Ubuntu bug 1406940 in ecryptfs-utils (Ubuntu) "ecryptfs does not work for domain users (AD, likewise/powerbroker)" [Undecided,New] [14:57] dholbach, do you feel strongly about the old changelog entries on https://bugs.launchpad.net/ubuntu/+source/openstack-pkg-tools/+bug/1455985 ? [14:57] Ubuntu bug 1455985 in openstack-pkg-tools (Ubuntu) "Merge openstack-pkg-tools 24 (main) from Debian unstable (main)" [Wishlist,Confirmed] [14:58] seb128, no, not very - I just thought they might be good to have [14:58] dholbach, well, I usually just drop them as well on desktop merges, but I know some people seem to care that's why I'm asking [14:59] I'm just going to upload if you don't say me to not :-) [14:59] seb128, I know you do - I remember ;-) [14:59] feel free to upload [14:59] dholbach, in practice we could have synced the package and then needed a change again [14:59] and we wouldn't have reapplied the old changelog entries doing that [14:59] dholbach, k, doing that then [15:05] slangasek, hey, could you review https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1314095 or recommend somebody know about pam who could? (that's a SRU request waiting in the sponsoring queue since february) [15:05] Ubuntu bug 1314095 in nss-pam-ldapd (Ubuntu) "Unity Lockscreen in 14.04 can't unlock when using LDAP account" [Undecided,Confirmed] [15:07] cyphermox, hey, https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1401141 ... did you plan to upload the SRUs as well? [15:07] Ubuntu bug 1401141 in isc-dhcp (Ubuntu Vivid) "DHCP server does not work for IPoIB (Infiniband)" [Undecided,Confirmed] [15:09] hallyn_, hey, about https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1445036 ... do you plan to review the debdiff more/handle the update/sponsoring? [15:09] Ubuntu bug 1445036 in libcgroup (Ubuntu) "Please merge libcgroup 0.41-6 (universe) from Debian testing (main)" [Undecided,Confirmed] [15:14] jdstrand, hey, could somebody from the security team review https://code.launchpad.net/~tiagosh/ubuntu/wily/telepathy-mission-control-5/allow-getprop-execution/+merge/259174 ? [15:17] pitti: Go nuts. [15:24] pitti or anybody else who uses sbuild. Are you experiencing any problems when trying to create an sbuild chroot for wily? I am, so ideas are welcome, please: http://pastebin.ubuntu.com/11207968/ [15:26] I'm using mk-sbuild [15:26] infinity: ^ [15:27] tseliot: That looks like you asked it to build a cross-compile chroot. [15:27] tseliot: And it's not wrong, there aren't any amd64 cross-compilers. [15:28] infinity: oh, so it must be the --target parameter that's causing this [15:28] i.e. me using that parameter [15:28] tseliot: Yeah, --target is for cross. Don't use it for native chroots. [15:29] infinity: ok, it makes sense, thanks [15:31] ick. libOpenCL.so is gone from ocl-icd-libopencl1 in vivid/wily, but it seems like ocl-icd-dev doesn't provide a symlink for it either. :-/ [15:31] One could argue that it should ignore target if target==arch, but it's easy enough to just not specify it. [15:32] right [15:35] seb128: done [15:35] jdstrand, thanks === oSoMoN_ is now known as oSoMoN === _salem is now known as salem_ [16:16] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: wily open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [17:07] seb128: urgh, i' dlike to, but i don't know when i can get to it [17:08] i've put it on my list, but if someone has time to get to it before that that'd probably be good === soee_ is now known as soee === salem_ is now known as _salem