=== maclin1 is now known as maclin === Sir_Gallantmon is now known as Son_Goku [13:28] hello room, i tried to get help from the ubuntu channel but i can't get in. it says im banned. can someone please help or lift the ban [13:33] robert_ancell: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1720131 is the logind bug I filed [13:33] Launchpad bug 1720131 in systemd (Ubuntu) "logind holds open file descriptor to DRI nodes, preventing nvidia suspend" [Undecided,New] [13:34] guest12345, register your nick [13:34] guests are not allowed in some channels [13:34] RAOF: didn't file upstream? [13:34] robert_ancell: Not initially, no. [13:34] I guess I can if you want. [13:36] please :) [13:41] robert_ancell: Hah! I'm three days late: https://github.com/systemd/systemd/issues/6908 [13:41] :) [13:44] it appears to be an ip ban [13:44] we have a static here at the office [13:49] so go on #freenode and ask there === SpamapS is now known as Zuulv2 === Zuulv2 is now known as SpamapS [14:50] jbicha, boinc mostly syncd :/ [14:54] LocutusOfBorg: thank you [15:03] stgraber: sru team meeting in the ballroom [15:11] juliank: I know it wasn't you who made the change (https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=cbaf353ead58aa9eefe51542b6ad91e69b6289ce), but do you know why this new bit of config is different from APT::Get::AllowUnauthenticated? [15:12] cjwatson: no [15:13] cjwatson: But I know that it's older than 3 years, so I'm not sure we can figure out why [15:13] hmmm [15:13] we just noticed that allow-unauthenticated recently stopped being effective on buildds [15:14] e.g. https://launchpadlibrarian.net/339016030/buildlog_ubuntu-artful-amd64.node-babel_6.25.0+dfsg-7_BUILDING.txt.gz despite APT::Get::AllowUnauthenticated "1" [15:14] (I'm fixing this particular case in another way, but it seems unexpected) [15:14] cjwatson: Well, it's an unrelated setting, we just flipped the default for AllowInsecureRepositories to 0 recently [15:15] mm. so AllowInsecureRepositories affects update, AllowUnauthenticated affects other acquisition? [15:15] cjwatson: mvo split allow-insecure-repositories and AllowDowngradeToInsecureRepositories off from unauthenticated in Oct 1, 2014 [15:16] cjwatson: I think to be complete AllowInsecureRepositories affects downloading unsigned Release files [15:16] and the rest stuff with missing trust root from a release file [15:16] hm, right [15:16] thanks [15:17] infinity1: ^- so maybe chroots should start setting Acquire::AllowInsecureRepositories as well? [15:17] You can also set these options per sources.list entry [15:18] Yeah I know [15:18] And we're moving towards that (and indeed to dispatching necessary keys so that it mostly stops mattering) [15:18] We're just not completely there [15:18] In this particular case, https://code.launchpad.net/~cjwatson/launchpad/external-dependencies-trusted/+merge/331490 (plus a bootstrap-package change) should make it not a problem [15:20] (or I guess here [allow-insecure=yes] rather than [trusted=yes] - will experiment) [15:37] rbalint, unattended-upgrades new merge? [15:38] and why can't you apply for PPU? [15:41] LocutusOfBorg: I applied for core dev [15:41] LocutusOfBorg: he is applying for Core Dev now https://wiki.ubuntu.com/BalintReczey/CoreDeveloperApplication [15:42] LocutusOfBorg: would be nice to have an other endorsement as two seems not to be not enough :-) [15:44] LocutusOfBorg: regarding unattended-upgrades I wanted to give it a few days in unstable but i plan filing the merge this week [15:46] tkamppeter, https://bugs.launchpad.net/snapd/+bug/1655125 [15:46] Launchpad bug 1655125 in snapd "Missing interface: content sharing in the other direction" [Undecided,Triaged] [16:02] bdmurray: http://paste.ubuntu.com/25634196/ [16:20] juliank: how should i loop properly on `apt update`/`apt-get update` completing successfully? It returns 0 (it seems) when it fails to download all index files [16:20] nacc: You can't, really [16:21] juliank: sigh :/ [16:21] juliank: ok [16:21] cjwatson: how do the buildd's ensure they have a valid apt cache? [16:21] (e.g., start a container, apt update which may or may not update but returns 0 no matter what, ... but we want apt install to work) [16:22] nacc: http://bazaar.launchpad.net/~canonical-launchpad-branches/launchpad-buildd/trunk/view/head:/lpbuildd/target/apt.py#L59 [16:22] cjwatson: thanks! [16:22] crude, but good enough [16:22] cjwatson: but wait, do you get a CalledProcessError? [16:22] it certainly used to return non-zero when it failed to download all index files [16:22] cjwatson: i thought that only got raised on non-zero? [16:22] cjwatson: ah ok :) [16:22] or at least in the relevant categories of failure [16:23] cjwatson: on xenial it does not (in a lxd) [16:23] maybe you're hitting something a bit different than buildds generally do [16:23] maybe, yeah [16:23] i can adapt your backoff logic [16:23] (we have other network retry/backoff stuff anyways) [16:24] it was a while ago, but when we did that our relatively frequent chroot failures basically went away [16:24] yeah it makes sense [16:25] cjwatson: juliank: thanks! [16:48] So I don't want to make Snaps and the backports policy isn't 100% clear... how would I go about requesting a 0 day Backports release of several LXQt components that saw a new upstream release recently? [16:49] Or rather, can something like that be done? [16:50] (Backports before a new devel release opens) [16:50] tsimonq2: I'm not sure what you mean by 0-day. My experience has always been a) get new upstream version in Debian, b) sync to Ubuntu development repo, c) request backport (and providing testing feedback, etc.) [16:50] persia: Similar to the concept of a 0-day SRU [16:51] Ah. I don't recall that happening, but I'll defer to someone paying closer attention these days. [16:51] Ok [16:52] Because if I test the packages in a PPA now, and they'll be synced when devel opens anyways, but the timing doesn't match up for artful-release, how would that go down? [16:52] And there's features in the packages. === Sir_Gallantmon is now known as Son_Goku === NCommander is now known as KD2JRT [19:10] doko: is there any intention for ubuntu-dev-tools to become pythonn3? the wrapper scripts are *all* python2 :( [19:11] doko: which it turns out when you try to snap them, means you need to build python2 and python3 and build the part twice [19:11] once to get a python3 lib and once to get the python2 scripts [19:11] nacc: while you're fixing things maybe apport scripts too pls <3 [19:11] hey est31 :) [19:12] nacc: feel free to update them ;) afaik most of them depend on launchpadlib ... [19:12] doko: sigh :) ok [19:12] hello sarnold [19:12] sarnold: heh [19:13] cjwatson: ^^^ is there a python3 replacement for launchpadlib? [19:13] doko: launchpadlib works with python3 [19:13] doko: we use it heavily in git-ubuntu :) [19:14] ohh, then this changed [19:14] this and bzr keeps python2 for me on my laptop [19:14] doko: it'd be a simple tweak to setup.py for the scripts to install on python3, but then they all nneed updates to not use /usr/bin/python [19:15] python3-launchpadlib is mostly OK now in artful [19:15] it was a bit dodgy in xenial [19:15] yeah, i'm referring to the one on pypi [19:15] right, it's up to date there now [19:15] cjwatson: thanks for that :) helped enalbe the git-ubuntu snap [19:16] I have a load of ubuntu-archive-tool updates which I need to get round to landing [19:16] +s [20:11] wow someone on #ubuntu really wondered about TOR browser [20:11] est31: they had an offensive nick and were being helped [20:11] unclear why it escalated from there [20:11] I've got about 20 PMs from different nicks [20:12] yep [20:12] I only got two [20:12] it was basically random, it seems === infinity1 is now known as infinity [20:59] doko: am i correct saying that we don't have a cross-compile toolchain from (!x86) to x86? e.g. cross-compile from arm64 host to i386 target? [21:14] doko, any chance to get this patch into arful? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874276#25 [21:14] Debian bug 874276 in ca-certificates-java "ca-certificates-java: fails to install on armhf: Error: missing `server' JVM at `/usr/lib/jvm/java-8-openjdk-armhf/jre/lib/arm/server/libjvm.so'" [Grave,Open] [21:51] meet @6:30 in the lobby for team dinner === sil2100 changed the topic of #ubuntu-devel to: Zesty Released, Artful Beta 2 Released | Archive: final beta freeze | Devel of Ubuntu (not support or app devel) | build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of precise-zesty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | Patch Pilots: