/srv/irclogs.ubuntu.com/2016/09/22/#ubuntu-devel.txt

* mwhudson looks sceptically at dh_systemd_enable00:58
mwhudsonblargh, docker.socket doesn't start at all on arm64 and docker startup hangs on 16.0401:22
mwhudsonSRU verification going great01:22
mwhudsonoh wait docker is in NEW on amd6401:23
seamlikcjwatson: Thanks for dealing with Gradle's FTBFS! :)02:02
mwhudsonso today i found that mongodb 3.2.10~rc1 ftbfs everywhere except ppc64el (!?) and that the docker in xenial-proposed is broken02:41
mwhudsonsounds like a good time to stop for a bit...02:41
=== JanC is now known as Guest5754
=== JanC_ is now known as JanC
pittibarry: I still wonder whether gcc+python-dev shouldn't still be proper depends instead of just test-depends05:23
pittibarry: don't we want to move to world-4.0 long-term? pinning it to the older version for python2 seems ok, but the < 4.0 ones will get obsolete at some point?05:23
pittiGood morning05:23
pittiinfinity: oh nice, glibc is green again (after the hostname.. fix)05:39
dokowgrant: thanks! results were better in the past, still a lot to fix :-/06:08
pittiapw: is it just on my box, or is 4.8 awfully slow at boot? it's no step in particular, everything seems evenly smeared out (dmesg boot timestamps go up to 39s)06:12
pitti(ThinkPad x230)06:12
pittimeh, brightness change is broken as well06:13
* pitti will file bugs in a bit06:13
dokopitti: brightness change works here, but it's a lot delayed after typing (x250)06:15
doko87 ftbfs in main alone, and armhf and arm64 not yet tested. http://ubuntuqa.tblwd.org/ftbfs/test-rebuild-20160916-yakkety.html06:18
sarnoldpitti: nacc reported insane load averages with sbuild06:21
pittisarnold: trying that here06:27
pittisarnold: reported in LP already, or just on IRC?06:27
sarnoldpitti: afaik only on IRC06:27
pittiload average: 249,08, 79,27, 34,4306:28
pittiholy crap06:28
sarnoldhah, that's 27 better! he reported 22206:29
pittisarnold: that smells more like a simple numeric problem, though -- the machine doesn't actually "feel" slow and laggy06:29
pittiI'll compare sbuild times with 4.4 and 4.806:29
sarnoldinteresting; he reported "all kinds of laggy"06:29
pittisarnold: well, I've only run it for like 10 minutes06:30
pittiI just noticed that boot feels like Pentium with slow spinning rust06:30
sarnoldouch :)06:30
* sarnold hands pitti fvwm106:30
pittisarnold: well, i3 here, but that actually doesn't seem to be the problem :) it's everything *up to* lightdm, i. e. you can conveniently read every starting service line (without "quiet" and "splash")06:31
pittiinstead of them just zipping by06:31
sarnoldwow :)06:33
pittiBuild needed 00:00:00, 0k disc space06:35
pittierr, thanks sbuild06:35
pittiI suppose this also used something that broke with 4.8..06:35
sarnoldand you said it was slow.. :)06:36
pittiheh06:36
pittialso, *very* efficient RAM compression!06:36
sarnold:D06:36
pittisarnold: so, sbuilding color under 4.4 and 4.8 both took about 7'30'', no real difference there06:50
sarnoldpitti: and how'd the feel interactively?06:50
pittinothing noticeable06:51
pittiit's booting that sucks, so maybe setting up cgroups or non-compiler parallelism, not sure06:51
pittisarnold: actually, it's 6'30'' (4.4) vs. 7'30'' (4.8), I just can't do math this morning yet06:53
StevenKThe coffee drip isn't attached yet?06:55
=== hikiko is now known as hikiko|bbiab
pittiStevenK: yeah, no tea IV :)07:33
dokoapw: libecap breaks with new kernel headers08:05
apwbah08:05
apwdoko, where can i see that08:08
mwhudsonpitti: hey08:08
mwhudsonpitti: i have a package (docker.io) that fails to start its socket on xenial but it works on yakkety08:09
dokoapw: sorry, http://qa.ubuntuwire.org/ftbfs/test-rebuild-20160916-yakkety.html. so we will see this for universe only, because the main part of the test rebuild was finished when 4.8 was uploaded08:09
mwhudsonpitti: do you know of anything in this neighbourhood that's changed xenial->yakkety?08:09
seb128doko, hey, would it help with the component mismatch view to change MIR bugs from previously promoted then demoted components back to fix commited to they are yellow on the svg?08:10
apwdoko, ok ta08:10
pittiapw: filed as bug 1626429 and bug 1626436 FTR08:13
ubottubug 1626429 in linux (Ubuntu) "[4.8 regression][ThinkPad X230] brightness change keys do not work any more" [Undecided,Confirmed] https://launchpad.net/bugs/162642908:13
ubottubug 1626436 in linux (Ubuntu) "[4.8 regression] boot has become very slow" [Undecided,New] https://launchpad.net/bugs/162643608:13
pittimwhudson: you mean during package installation?08:13
mwhudsonpitti: yes08:13
dokoseb128: sure, but would be nice to leave a comment in the issue08:13
seb128doko, k, let me do that08:13
pittimwhudson: I saw bug 1626166 yesterday; my suspicion is that this was some fix in dh_systemd_start08:14
ubottubug 1626166 in lvm2 (Ubuntu Xenial) "lvm2 not starting lvm2-lvmetad on package install" [Undecided,Triaged] https://launchpad.net/bugs/162616608:14
dokoseb128: or ask pitti to mark those with a different color =)08:14
mwhudsonpitti: yeah that looks pretty similar08:14
mwhudsonpitti: i don't think it's a dh_systemd thing though because the postinsts in the yakkety and xenial packages are ~the same08:15
seb128doko, that would be even better ;-)08:15
pittimwhudson: I did notice that the .socket wasn't  actually started in the postinst; that seemed to be the obvious missing thing?08:17
mwhudsonpitti: the docker.socket file is enabled (i.e. /etc/systemd/system/sockets.target.wants/docker.socket exists)08:17
pittimwhudson: yes, enabled is fine, but that only applies to the next boot08:17
mwhudsonpitti: postinst says "deb-systemd-helper enable docker.socket >/dev/null || true"08:17
pittienabling and starting are two different and independent things08:17
mwhudsonis that right?08:17
mwhudsonah ok08:17
mwhudsonbut it works in yakkety...08:18
pittimwhudson: hmm, maybe daemon-reload now automatically starts enabled sockets08:18
mwhudsonpitti: that would definitely explain it08:18
pittimwhudson: (just a wild guess, I'm not aware of that and it  shouldn't actually be that way)08:19
pittimwhudson: and I'd also avoid relying on it, so a "dh_systemd_start foo.socket" sounds prudent?08:20
mwhudsonpitti: how do dh_installinit and dh_systemd_* interact?08:21
* mwhudson hopes s_langasek is asleep before asking that question08:21
pittimwhudson: the latter basically handles everything that is not a .service; like sockets, timers, targets, etc.08:21
pittimwhudson: and yes, having two different things is a mess :)08:22
* mwhudson tries to figure out where docker.socket even comes from08:22
pittimwhudson: you can of course also just use dh_installinit and start the .service directly08:22
pittidoesn't matter much then if the .socket isn't running08:22
pitti(but that's not really the point of setting up socket activation)08:23
mwhudsonthat's what the current docker package in xenial-updates does (although, again, i don't quite understand what the package is doing to achieve this...)08:24
mwhudsonoh, upstream08:24
=== hikiko|bbiab is now known as hikiko
alkisgTo make my own repository packages display in gnome-software, do I need to add appstream metadata to it? I'm currently using reprepro, are there any tools that can help me with that?08:25
alkisgAnd, do PPAs already handle this?08:26
mwhudson(the socket, not the starting the service on install)08:26
mwhudsonhmm08:39
mwhudsonpitti: is it fair to say that if you override dh_installinit, you're going to want to override dh_systemd_enable too?08:40
pittimwhudson: not really, no; it really depends on what kind of units you ship08:40
pittiif you only ship a SysV init plus .service pair, dh_installinit is enouguh08:40
pitti(you don't even need dh_systemd_*)08:40
pittibut if you only ship systemd units and you need a .socket, then you don't need dh_installinit08:41
mwhudsonthe dh_installinit override is to set --name08:41
* mwhudson is having a 'surprised this ever worked' moment08:42
pittimwhudson: oh, do you ship a debian/foo.socket?08:42
mwhudsonpitti: yes08:42
mwhudsonuh08:42
mwhudsonno08:42
mwhudsonsorry08:42
mwhudsondocker.io.install installs a docker.socket file from the upstream source08:43
pittialso, no, debian/*.socket has been handled since 2013 already08:43
mwhudsonthe packaging change that must be at fault here08:43
pittii-s-h added handling for debian/*.path not too long ago08:44
mwhudsonis that docker 1.11 used the .install file to install the .service file08:44
mwhudsonbut 1.12 does this:08:44
mwhudson(xenial *)mwhudson@aeglos:/opt/opensource/deb/docker/debian-docker$ ls -l debian/*.service08:44
mwhudsonlrwxrwxrwx 1 mwhudson mwhudson 38 Sep  7 14:40 debian/docker.io.docker.service -> ../contrib/init/systemd/docker.service08:44
mardyseb128: hi! Is bug 1587282 fine, or do I need to do something else to push it forward?09:49
ubottubug 1587282 in account-plugins (Ubuntu) "create online-account plugin for cmcc mcloud" [Undecided,Triaged] https://launchpad.net/bugs/158728209:49
dokoMirv: could you have a look at https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1626469 ? or tell me who should?10:18
ubottuLaunchpad bug 1626469 in qtchooser (Ubuntu) "qdoc doesn't work, causes other packages fail to build" [High,Confirmed]10:18
pittidoko, barry: filed debian bug 838559 and force-badtested python-pex, FYI; so setuptools should land now (after beta freeze)10:19
ubottuDebian bug 838559 in python-pex "python-pex: tests started to fail on "Connection refused"" [Normal,Open] http://bugs.debian.org/83855910:19
Mirvdoko: outdated build dependencies in those packages, mostly packages that haven't seen recent maintenance since many were updated. updated the bug report.10:32
dokoMirv: ta10:41
directhexi can't debootstrap precise today :/10:51
xnoxpitti, will there be a matching release of util-linux for the v4.8 kernel? and will we get it? there is new things exposed in proc on s390x for lscpu to parse.10:52
xnoxand i'm pondering if it's worth cherrypicking 9 commits into yakkety, wait for new util-linux release, or just forget about it until z-series10:53
xnoxdirecthex, from yakkety host?10:53
directhexxnox: good guess10:53
pittixnox: we have the latest upstream release (2.28.2); not sure if kzak wants to do another one soon10:54
pittixnox: so if you want it in y, backporting it is10:54
xnoxdirecthex, is http://launchpadlibrarian.net/285357737/ubuntu-keyring_2016.09.01_2016.09.19.diff.gz at fault?10:54
xnoxpitti, well 2.28.2 is point release from the v2.28 branch. I want june cherrypicks from master =/10:54
xnoxdirecthex, does $ sudo rm -f /etc/apt/trusted.gpg.d/ubuntu-keyring-*.gpg; sudo apt-key update10:55
xnoxget you back into a state that allows you to bootstrap precise?10:55
directhexxnox: it complains about downloading linux-libc-dev, let me just crank up verbosity10:55
xnoxah10:55
directhexand maybe try another mirror10:55
xnoxif it's downloading things, everything is ok w.r.t. keyring =)10:56
xnoxpitti, cherrypicks don't look too bad http://paste.ubuntu.com/23215380/11:01
pittixnox: ok; but please always put cherry-picks at the top of the series11:01
xnoxoh, ok.11:01
pittiavoids adjusting upstream patches to downstream ones, it should be the other way aroudn (less noise and easier to upgrade to the next version)11:02
=== marcustomlinson is now known as marcustomlinson|
=== marcustomlinson| is now known as marcustomlinson
seb128mardy, looks fine so you can land the silo now11:17
mardyMirv: ^11:25
Mirvmardy: ok!11:30
caribouHas someone found a fix for LP: #1621269 or moving /var/lib/sbuild/apt-keys out of the way a valid workaround ?11:33
ubottuLaunchpad bug 1621269 in sbuild (Ubuntu Xenial) "not possible to build yakkety packages because of gpg changes" [High,Triaged] https://launchpad.net/bugs/162126911:33
=== grumble is now known as rumble
=== zigo is now known as Guest83601
dokoseb128: one more thing, could you check if the packages still build, see http://qa.ubuntuwire.org/ftbfs/test-rebuild-20160916-yakkety.html. if it's not yet built, please ping me so that I can raise the priority12:03
seb128doko, ok, sure12:03
mardyMirv: is https://bileto.ubuntu.com/#/ticket/1497 going to land now, or does it need some more acks?12:43
=== hikiko is now known as hikiko|lm
=== hikiko|lm is now known as hikiko|ln
acheronukhi. how often does this update please? http://qa.ubuntuwire.org/ftbfs/12:53
=== rumble is now known as grumble
=== _salem is now known as salem_
Mirvmardy: it "is" landed but we have some trouble that yakkety stuff goes to /dev/null, instead of the UNAPPROVED queue it should be going to13:22
Mirvmardy: so therefore it's landed for vivid and xenial but not to yakkety even though publish action was done13:22
xnoxcaribou, i just had missing crc32c module on s390x in the d-i udeba13:32
xnoxcaribou, somehow, it is needed to e.g. mount ext4 filesystems.13:32
xnoxcaribou, given the bug on ppc64el side, i guess it affects s390x too?13:32
caribouxnox: could be, I don't have the crc32 issue on amd64; but the makedumpfile issue remains13:33
caribouxnox: do you have an LP number for this one ?13:33
xnoxcaribou, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/162572813:35
ubottuLaunchpad bug 1625728 in linux (Ubuntu Yakkety) "fails to mount ext4 due to missing crypto-crc32 modules in the udeb" [Critical,Fix released]13:35
caribouxnox: thanks!13:35
=== hikiko|ln is now known as hikiko
barrypitti: thanks.  i did look at this briefly yesterday and it was passing locally for me, but it seems like you can reproduce it, so i'll look in more detail13:40
caribouxnox: is the fix for that bug generic to all architectures, or only for s390x ?13:41
pittibarry: wow; it fails in Debian CI, in Ubuntu CI, locally  with qemu, lxd, schroot -- what  kind of black magic did you do? :-)13:41
pittibarry: (note that just exercise.sh fails, the other three tests are fine)13:41
barrypitti: yep.  and yeah, i don't know.  "lucky" i guess13:42
pittiapw, cyphermox: do you know how I can debug bug 1626568? i. e. missing kernel symbols on insmod?13:49
ubottubug 1626568 in network-manager (Ubuntu) "rfkill autopkgtests broken with linux 4.8: fake-rfkill.ko: Unknown symbol in module" [Undecided,New] https://launchpad.net/bugs/162656813:49
apwpitti, is that making up its own out-of-tree module ?  or using something we are supplying13:50
pittiapw: nope, it's https://git.launchpad.net/~network-manager/network-manager/+git/ubuntu/tree/debian/tests/fake-rfkill.c13:50
pittiapw: just a fake module to test NM's rfkill handling, for nonexisting hardware13:50
pittiooh! typical again -- "sudo modprobe rfkill" does it13:51
pittitypical: find the solution *after* asking on IRC13:51
apwpitti, right so an oot module being compiled against the kernel headers ?13:51
pittiapw: correct13:51
apwpitti, so likely a straight porting issue13:51
pittiso far that test has worked without the modprobe; so maybe rfkill went from "builtin" to "module", or fake-rfkill.c fails to declare a dependency?13:51
apwpitti, as in those changed named in the kernel13:51
apwor they are not exported or something13:52
pittiapw: nope, modprobe rfkill -> then that insmod works fine13:52
pittinow, is insmod supposed to load module dependencies? i. e. is that a problem of using insmod, or a bug in fake-rfkill.c by not declaring its dependencies?13:52
apwnope, that is a moprobe thing, and you would need to install it in the right place and depmod to sort that i think13:53
pittiapw: so somehow rfkill was already loaded with <= 4.4,  or builtin, I  suppose13:53
pitti$ modinfo debian/tests/fake-rfkill.ko13:53
pittidepends:        rfkill13:53
pittiok, so just b/c using insmod instead of modprobe13:54
apwpitti, may have been builtin indeed13:54
apwif we can switch you to modprobe and win, life would be good13:54
pittiapw: oh, absolutely; this is *not* a kernel bug, just me being a kernel n00b :)13:54
apwor at least use modinfo and rip the depends: out and manually insmod them13:54
pittijust trying to re-fix that test13:54
apwpitti, i've marked it up as related to kernel-4.8 regardless, as it is work and fallout from this13:55
pittiapw: one can call modprobe with a file these days, that ought to load it (testing now)13:55
pittiapw: thanks, I have a handle on this now13:56
pittisorry for the noise13:56
pittibut it would probably have taken me ages without embarrassing myself on IRC :)13:56
pittiah no, no modprobe on a path13:57
apwpitti, hey ... this is why we have these things ... to get things sorted without people wasting their lives refinding the world13:57
apwdamit13:57
apwyou could drop the .ko into /updates the dkms place13:57
apwand dep mod, or use the modinfo output13:58
apwmodinfo rfkill.ko | awk '/^depends:/ { print $2 }'13:58
pitti$ sudo modprobe `modinfo debian/tests/fake-rfkill.ko | sed -n '/depends:/ {s/^.*://; p}'`13:58
apwor something13:58
pittiapw: ^ poor man's modprobe-on-a-file :)13:58
apwyeah, la la la, but yes13:58
apwrmemeber to modprobe fake-rfkill.ko as well13:59
pitti(insmod)13:59
apwthat13:59
pittikillswitches-no-urfkill PASS14:01
pittitake THAT14:01
davmor2pitti: oh please don't inflict their music on us14:03
pittidavmor2: I have two sisters; guess what always came through TWO walls when we've been teenagers :)14:04
davmor2pitti: Bros14:06
apwpitti, you wern't the brother sandwich were you ... i feel for you14:06
davmor2no no wait I got it nirvana14:07
pittiapw: no, youngest14:07
pittiapw: anyway, tests are happy again, pushed the fix14:07
apwpitti, yay ... thanks14:08
pittiand it seems two out of three clouds behave again as well *phew*14:08
pittihatethisdayhatethisday14:08
pittibut it's not like we have a beta anytime soon, so 'sallgood14:08
apwpitti, no rush :/14:09
davmor2pitti: boyzone, new kidz on the block, take that and westlife and Rick Astley as you got rickrolled ;) just count yourself lucky if it was nowadays it would all be beiber14:10
slangasekmwhudson: better not to hope such things out loud if what you want is me to not notice the question ;)14:49
barrypitti: this pex thing is really hurting my brain.  first it fails locally, then it doesn't and once it stops failing locally i can't reproduce it again (locally).15:00
pittibarry: hm, so what is it actually trying to do when connecting to the network?15:01
pittibarry: am I right that these proxy vars are meant to intercept/forbid exaclty that?15:01
barrypitti: yes exactly.  it *shouldn't* try to hit the net for any modules it can resolve locally, and that's exactly why it uses textwrap (a stdlib module).  what i think is happening when it fails is that it wants the requests library.  so i add that to Depends and then it stops failing.  problem solved, right?  no, if i then *remove* that dep, it continues to not fail, even though i'm building all this in clean sid chroots each time15:03
bdmurraymvo: Could you have a look at bug 1602536? I think its just unlucky timing.15:09
ubottubug 1602536 in unattended-upgrades (Ubuntu) "/usr/bin/unattended-upgrade:apt.cache.LockFailedException:/usr/bin/unattended-upgrade@1468:main:do_auto_remove:cache_commit:commit:_fetch_archives" [High,Confirmed] https://launchpad.net/bugs/160253615:09
mvobdmurray: yes, I think that is it15:11
bdmurraymvo: we could just stop the crash from getting to LP then, sound reasonable?15:12
mvobdmurray: yeah, I think ideally it just should retry15:13
mvobdmurray: instead of crashing15:13
bdmurraymvo: Ah, you mean retry before the next cron run?15:13
mvobdmurray: yeah, just a small 30sec wait and then retry to acquire the lock15:14
=== zigo_ is now known as zigo
bdmurraymvo: Do you have time to do that?15:15
mvobdmurray: its a bit tricky, I can try to squeeze some time in tomorrow moring for u-u, looks like there are two issues worth fixing15:16
barrypitti: i think i figured it out15:18
seb128Mirv, mardy, chrisccoulson, k, so on current daily when trying to add a google account from ucc->uoa the view doesn't empty anymore when scrolling but it does when trying to click on the text entry, not much better since you still can't enter your login info :-/15:19
=== quadrispro_ is now known as quadrispro
pitticyphermox: ubuntu-drivers has no PK/dbus service etc. at all -- it basically just figures out what to install with some poking in /sys and calls apt-get install15:25
pitticyphermox: so that shoudl already be called by a root process15:25
cyphermoxwell, I don't know how it's called, but if it's started by ubiquity directly, it's probably not run as root15:26
cyphermoxunless there is some other priv escalation steps taken beforehand15:26
cyphermoxoh, maybe it is done as root after all15:28
pitticyphermox: why would ubiquity not run as root?15:28
cyphermoxstill, there's definitely another issue with the permissions given the crash I see in trying to drive NM15:28
pittidavmor2: do you still have the syslog for bug 1626108?15:31
ubottubug 1626108 in ubiquity (Ubuntu) "Ubiquity session isn't setting up 3rd party hardware drivers" [Undecided,New] https://launchpad.net/bugs/162610815:31
davmor2pitti: no but I can get you one in about 10 minutes15:31
davmor2pitti: do you want syslog from broken live session, syslog from an installed system, or syslog from the installer on the installed system?15:32
pittidavmor2: broken live session should suffice already15:33
davmor2pitti: no worries give me 5 then15:33
naccslangasek: is there a update-maintainer equivalent that would update the VCS-* field to XS-Debian-Vcs-? Would it be worth adding a tool to ubuntu-dev-tools to do that?15:37
pittixnox, barry: FYI: https://ci.debian.net/data/britney/failing.txt15:38
davmor2pitti: added to the bug15:38
davmor2that is taken on the slide right after the 3rd party drivers are normally installed15:39
slangaseknacc: not that I know of15:40
davmor2pitti: I've left the system in that state incase you need anything else15:41
rtgpitti, regarding bug #1626394, is it sufficient to set CONFIG_ATA=y for amd64 ? Setting that also pulls in the SCSI stack. Is it _really_ required for a systemd test ?15:41
ubottubug 1626394 in linux (Ubuntu) "4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)" [Critical,Confirmed] https://launchpad.net/bugs/162639415:41
pittidavmor2: cheers!15:42
naccslangasek: ok, i'll see if it's something easy to add, it is a useful tool for our merge process (we already recommend update-maintainer for that part)15:42
naccrbasak: --^15:42
pittidavmor2, cyphermox, slangasek: followed up to bug 1626108; this does not appear to be polkit related at all, we just lost the driver in the image's /pool apparently?15:42
ubottubug 1626108 in ubiquity (Ubuntu) "Ubiquity session isn't setting up 3rd party hardware drivers" [Undecided,New] https://launchpad.net/bugs/162610815:42
slangaseknacc: might be a thing to add to update-maintainer itself, possibly as an optional flag?15:42
naccslangasek: that's what i was thinking, yeah15:43
rbasakAgreed15:43
rbasakupdate-maintainer would become a misnomer then though.15:43
slangasek<shrug> :)15:43
naccyeah, i wasn't sure if we'd need to rename/alias then to make it clear15:43
nacchence, i'll try, and we'll use a MR as the point of discussion :)15:43
cyphermoxpitti: huh?15:44
cyphermoxpitti: /pool/restricted/i/intel-microcode/intel-microcode_3.20160714.1_amd64.deb15:44
pitticyphermox: no, not lost15:44
pittilooked at .manifest, not .list15:44
pittiit's a version mismatch15:44
cyphermoxah, that could explain it yeah15:44
cyphermoxbut then today we should see if work15:44
cyphermox*it15:44
pitticyphermox: followed up again15:45
slangasek"version mismatch"?15:45
pittiit's a version mismatch15:45
pittislangasek, cyphermox: didn't we use to have this before? mirror on cdimage being out of date or something?15:45
cyphermoxyeah, that's why I said we should see it working correctly in today's image15:46
slangasekpitti: yesterday was spent dealing with ftp mirror problems15:46
slangasekso that should be fixed now15:46
pittiah, so the next respin should magically fix this15:46
slangasekand it's possible that this particular image was bad because I manually ran the ftp sync while builds were running15:46
pittiso, OOI, what made this look like a polkit problem?15:47
cyphermoxpitti: ubiquity crashes when you try to setup wifi15:47
davmor2pitti: \o/ that would be nice15:47
cyphermoxNot authorized to control networking.15:48
cyphermox(which is very wrong, because you clearly should be, and my cursory glance at the pkla files shows it should work)15:48
pitticyphermox: so, so that's not bug 1626108 then, but something else?15:48
ubottubug 1626108 in Ubuntu CD Images "Ubiquity session isn't setting up 3rd party hardware drivers" [Undecided,In progress] https://launchpad.net/bugs/162610815:48
cyphermoxpitti: something else I noticed while testing this driver issue, I supposed it could be related15:48
cyphermoxOOI, what versions do you say mismatch?15:49
cyphermoxafaict the intel-microcode and bcmwl-kernel-source versions in pool/ on the CD yesterday are the right ones.15:49
slangasekcyphermox: there was a newer dkms package in the archive than in the pool15:49
cyphermoxah!15:49
slangasekcyphermox: and the image knew this and went looking15:49
pitticyphermox: yes indeed, it also needs to work on the desktop (and if it wouldn't, I expect we'd get a lot more outcry15:49
pitti... or not, because people can't get on the net to yell at us :)15:49
cyphermoxpitti: NM works15:50
cyphermoxpitti: you can drive NM from nm-applet, it just explodes when driven from the installer.15:50
pitticyphermox: right, but nm-applet uses the same d-bus interfaces and thus PK privs15:50
cyphermoxso does the ubiquity panel, afaik15:50
cyphermoxeverything uses the same magic.15:51
pittiso that's ubiquity-only, not ubiquity in the live-session?15:51
cyphermoxubiquity in the live session is where I noticed this15:51
davmor2cyphermox, pitti: is this the magic https://www.youtube.com/watch?v=ViftZTfRSt8 ?15:52
barrypitti: uploaded to unstable.  i'll syncpackage it over once it's imported by lp15:54
pittibarry: ♥15:55
=== zigo is now known as Guest18656
bdmurraycoreycb: Could you add some more SRU information to bug 1623107?17:20
ubottubug 1623107 in python-pylxd (Ubuntu Xenial) "[SRU] python-pylxd 2.0.5" [Undecided,New] https://launchpad.net/bugs/162310717:20
coreycbbdmurray, sure thing17:20
=== zigo_ is now known as zigo
=== doomwake is now known as 7JTABTGBN
=== salem_ is now known as _salem
naccdoko: re: ftfbfs for gsfonts, looks to be fixed in 1:8.11+urwcyr1.0.7~pre44-4.3 current in unstable. Do you want me to submit a fresh merge or (as there are unrelated to the ftfbs issue changes) just backport the one fix to the Y level?22:54
naccdoko: actually, it looks it can be sync'd in yakkety, if i'm reading the .3 changelog right22:55
naccyeah, debian took the ubuntu dela22:56
nacc*delta22:56
Unit193Nice.22:57
naccdoko: and filed LP: #1626776, i have the fix in hand, just testing it now23:06
ubottuLaunchpad bug 1626776 in nagios3 (Ubuntu) "nagios3: add build-arch and build-indep targets [ftbfs]" [Undecided,New] https://launchpad.net/bugs/162677623:07
tsimonq2so how can I emulate armhf for example to solve build errors?23:33
tsimonq2do I need an armhf machine?23:33
nacctsimonq2: i think sbuild can crossbuild?23:35
tsimonq2really? how?23:35
nacctsimonq2: with some combination of --build and --host, maybe23:35
naccand an appropriate schroot already made23:35
naccit seems like there is, e.g. crossbuild-essential-armhf23:35
tsimonq2nacc: have you tried this before?23:35
nacci think i have with a different arch, but i'd have to go look23:36
tsimonq2last time I tried sbuild with armhf it didn't work :/23:36
tsimonq2ok23:36
naccyeah, i think armhf may also be special, unfortunately, i can't recall23:36
naccUnit193: do you know if it's appropriate for me to `requestync` gsfonts? or should I wait for doko to handle it?23:39
naccdoko: ok, so pacemaker's failure is odd, as the chown in question is '-chown' in the makefile23:49

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