=== _salem is now known as salem_ === salem_ is now known as _salem [02:09] dobey: i thought unity-greeter only handles the login screen, and not the screensaver? [02:09] s/screensaver/lock screen/ [02:10] light-locker makes it so the greeter is the lock screen as well. [02:11] unity-greeter is not the lockscreen [02:11] unity now has its own unity-greeter-esque lockscreen [02:11] https://bugs.launchpad.net/bugs/1292451 <-- well, dobey reassigned this bug to unity-greeter [02:11] Launchpad bug 1292451 in unity-greeter (Ubuntu) "screensaver re-locks itself after unlocking if the configured screen-off timer goes off while screen is locked" [High,Confirmed] [02:12] but the bug is clearly to do with the lockscreen, not the login screen. [02:13] Unit193: what's this light-locker? [02:13] it doesn't show up in dpkg -S for me [02:13] light-locker uses lightdm as the lockscreen [02:13] apart from a light-locker-settings.desktop [02:14] bluesabre: it doesn't seem to be installed on my machine. [02:14] is it a library of some sort? [02:14] so, using light-locker with xubuntu makes lightdm-gtk-greeter the lock screen [02:14] i see. [02:14] I'm not sure what the unity lock screen is called [02:14] it might just be a component of unity [02:14] how odd, why doesn't unity use light-locker then? [02:15] seems like a better way to ensure consistency [02:15] that's up to them :) [02:15] (im a xubuntu dev) [02:15] * hyperair sighs [02:15] okay [02:15] I thought it was, or was planned to be, but seems it's only seeded on Xubuntu and Lubuntu. [02:16] yeah [02:16] i see. [02:51] infinity: /win 25 [02:51] feh [02:52] infinity: so i'm intending to push the pkg in ppa:ubuntu-virt/candidate plus http://people.canonical.com/~serge/qemu-aarch64-into-arm.debdiff [02:52] slangasek: ^ [02:52] dannf was kind enough to do a test build, and the resulting pkgs look sane [02:53] am i thinking clearly in that what we don't want is for qemu-user-static to include /usr/share/binfmts/qemu-$arch only for the native arch? [02:53] hallyn: what do you mean "only"? [02:54] slangasek: so armhf should have all but qemu-user-armhf, and arm64 should have all but qemu-user-aarch64; but having /usr/bin/qemu-user-armhf on armhf is ok [02:54] hallyn: I guess you mean /usr/bin/qemu-user-aarch64 on armhf? [02:54] slangasek: He means that only the native arch should be excluded. [02:54] Erm, I hope that's what he means. :P [02:54] and i mean that it's ok in /usr/bin so long as it's not in /usr/share/binfmts/ [02:55] infinity: yes, but that's not the correct rule; i386 is not "the native arch" on amd64, but we exclude it [02:55] hallyn: So, it's shipped in /usr/bin on x86, so yes. [02:55] hallyn: As to the bin question. [02:56] hallyn: For the binfmts question, excluding things that could run natively on that arch makes sense. [02:56] so http://paste.ubuntu.com/7201561/ is the contents of the armhf qemu-user-static pkg, [02:56] hallyn: note that currently, qemu-user-static excludes both i386 and x86_64 on both i386 and amd64 archs [02:56] http://paste.ubuntu.com/7201562/ for the arm64 pkg [02:56] i dunno, i'm befuddled. i t hink i'll push to ppa only tonight :) [02:57] hallyn: enough with the ppas [02:57] :) [02:57] slangasek: but qemu-user-static on my x86 has /usr/bin/qemu-x86_64-static [02:57] hallyn: yes, but it does not install the binfmt for either of i386 or amd64 [02:57] hallyn: Yes, it has the binaries, but not the binfmt. [02:57] slangasek: last time i fiddled with qemu-user-static i briefly bricked infinity's box [02:57] slangasek: right that was my q [02:57] and that's intentional, because you can run an i386 userspace on an x86_64 kernel [02:57] just making sure that i was thinking right about that :) [02:58] slangasek: So, the binfmts should be skipped for anything that could reasonably be expecte to run natively on the same machine. [02:58] hallyn: so the same should apply to arm+aarch64, since you can run an armhf userspace on an aarch64 kernel [02:58] Err, hallyn ^ [02:58] infinity: cool [02:58] provide the emulator in /usr/bin, but don't enable it via binfmt-misc [02:58] hallyn: powerpc/ppc64/ppc64el, sparc/sparc64, i386/amd64, armhf/arm64, etc. [02:58] slangasek: depends on the soc! [02:58] * mwhudson shuts up again [02:58] mwhudson: I know ;) [02:59] we've already had /that/ discussion on #debian-qemu [02:59] hah [02:59] mwhudson: Yes, not all SoCs can run both, and not all x86 CPUs can run amd64 binaries, but we're approximating for minimal damage, not maximum support. [02:59] bleh [02:59] This is an area where erring on the side of caution is sane. [02:59] but why is there no qemu-user-aarch64 [03:00] hallyn: By which you mean qemu-aarch64-static? [03:00] hallyn: Or the non-static build that no one cares about? :P [03:00] -rwxr-xr-x root/root 2904560 2014-03-21 09:59 ./usr/bin/qemu-aarch64-static [03:01] yeah i didn't do that part right [03:01] what? what's with all these last-minute changes :) [03:03] slangasek: I'm trying to get the qemu-system-aarch64 pkg into qemu-system-arm, was all, [03:03] hallyn: FWIW, those ppc/ppc64 lines should be consolidated the same way you're doing for arm. [03:03] (powerpc) echo ppc ;;\ [03:03] (ppc64) echo ppc ppc64 ppc64abi32 ;;\ [03:03] ^-- Wrong. [03:03] Again, for the same reason that i386 and amd64 were consolidated. [03:04] hallyn: Anyhow, don't let nitpicking stop you from uploading either. If you're sure you're not breaking x86 with your upload, we can iterate bugfixes for other arches as we go along. [03:04] so (ppc64 | powerpc) echo ppc ppc64 ppc6abi32;;\ [03:05] hallyn: And add ppc64el to the () list, yes. :) [03:05] oh that's not in there at all right now [03:06] The mips line is probably eually wrong, but I don't know enough about mips to care today, and it doesn't affect us. [03:06] wiat so you mean (ppc64 | powerpc | ppc64el) echo ppc ppc64 ppc64abi32;; [03:06] infinity: aurel32 will be sad [03:06] hallyn: yes [03:07] (though, boggle at the strange shell convention) [03:07] hallyn: Aye. It's entirely possible the syscall emulation doesn't work across endian-flips anyway, but again, better safe than sorry here. [03:07] alrighty [03:08] dannf: by any chance od you have a victim on which you could install the aarch64 qemu-user-static pkg we built? that you don't mind if you have to recover? :) [03:08] oh, well, noone's gonna be installing that right now anyway are they, so i guess there's no big hurry on that [03:11] oh one more newbie q, [03:11] shoudl i keep all the changelog entries from the ppa? [03:12] hallyn: Yes, though you can ditch all the versions and signatures and collapse it into one big entry for the archive upload if you prefer. [03:12] hallyn: But the log of what was done should be preserved. [03:13] oh hey! upstream tagged rc1 in the meantime, guess i should use that [03:13] infinity: ok, thanks, i will consolidate them and push to trusty tonight. [03:53] hallyn: still around? [03:59] stgraber: yeah, [03:59] hallyn: hey, so we have a bit of a critical problem with your systemd fix :) [03:59] i'd fogotten what a pain it is getting rid of all the roms in the qemu release tarballs [04:00] hallyn: http://paste.ubuntu.com/7201679/ [04:00] hallyn: my best guess is that we shouldn't be doing that nih_error_get in the failing nih_dbus_setup case as that seems to be the source of the assert, I'm just not 100% sure that this is right [04:02] hm [04:03] d'oh yeah [04:03] hallyn: this is causing systemd-logind to crash and die on quite a number of machines (potentially all machines that don't have cgmanager...) [04:03] bc it was a dbus nto nih call [04:03] is there a dbus equivalent we need to do, or can we just ignore that and return? [04:04] we already do that [04:04] doing the dbus_error_init [04:04] and _free [04:04] am i doing the same mistake in lxc? [04:04] i'm not! d'oh. [04:05] well, that's good :) [04:05] stgraber: do you want to test first, or push, or do you want me to push? [04:05] hallyn: ok, so http://paste.ubuntu.com/7201696/ should do it right? [04:05] I'll do a test build and send it to jdstrand for testing [04:05] yeah that should do it [04:30] hallyn: fix worked for jdstrand, uploaded to the archive now. [04:30] stgraber: phew - thanks [04:32] hallyn: np, glad I was still around at the time. It was literally in my last run through IRC windows before going to bed. [04:32] wouldn't have been fun waking up to everyone not having logind running anymore [04:35] yeah, for similar reason si probably should stay up awhile and look for qemu disasters :) === thegatta_ is now known as thegattaca [04:39] hallyn: I thought you said you didn't have a libvirt-bin upload? [04:41] hallyn: we are trying to land libvirt with apparmor signal and ptrace mediation [04:41] hallyn: bug #1298611 [04:41] bug 1298611 in lxc (Ubuntu) "[FFe] apparmor signal and ptrace mediation" [High,Fix committed] https://launchpad.net/bugs/1298611 [04:42] jdstrand: I've rejected hallyn's upload for now, it's not a critical fix (small feature change) so it can go after yours is through [04:43] ok, thank you :) [04:43] jdstrand: 'doh, sorry [04:44] stgraber: well, libvirt will have failures with new vms, but.. [04:44] jdstrand: when is the libvirt fix being pushed? [04:44] so, everything is tested up, just waited on an ack [04:44] waiting* [04:44] jdstrand: a ack from whom? [04:45] stgraber: the release team-- specifically infinity since he has been in the loop on all of it [04:45] jdstrand: ok [04:45] the ffe for apparmor userspace has not been granted yet [04:47] ok, so the situation is, we can't let qemu in without libvirt and we can't let libvirt in because your stuff is in a PPA somewhere [04:48] and we want hallyn's qemu in ASAP because it's a pretty major update and we want as much time as possible to catch problems [04:49] stgraber: i could pop the trusty machien type patch for now in qemu if you've rejected the prvious upload [04:49] we want the same for apparmor :) [04:49] I think we are talking about hours [04:49] jdstrand: i was thinking along different time scales regarding 'if i had anything' [04:49] oh [04:49] except hallyn's FFes have already been granted :) [04:50] I tried to coordinate this ealier [04:50] but yeah, if we can get everything landed tomorrow, then fine but if apparmor is still stuck tomorrow, we should let qemu + libvirt in and you'll have to rebase your libvirt change on top of that next week [04:50] that works for me [04:51] (both libvirt debdiffs are pretty trivial, no biggie rebasing either one or even merging them, ) [04:51] jdstrand: i thought we were coordinated - i saw tyhicks' debdiff posted and thought it was done [04:52] hallyn: right-- you can't push mine before apparmor though, otherwise it will break [04:52] jdstrand: gotcha [04:52] hallyn: ok, so I'll reject your qemu for now just so nobody accepts it by mistake and breaks libvirt. You can still get slangasek or infinity to review it from the rejected queue so that when the apparmor stuff lands we can just accept it from there. [04:52] stgraber: so qemu won't be promoted right? [04:52] uh. ok [04:52] hallyn: he posted it for review, but it is only Fix Committed in the bug [04:53] (it is in a ppa) [04:56] jdstrand: yeah it's a monster bug you've got there :) [04:57] well, it could be worse. the policy changes were minimal due to how we handled the base abstraction [05:00] jdstrand: stgraber: i've got a bad feeling that my precise-plus-ppas-on-trusty-kernel setup is gonna have some broken containers briefly as a result :) [05:00] hallyn: why? [05:01] it will work fine with a new kernel and old userspace [05:01] I don't backport apparmor to any of my precise PPAs so you should be fine [05:01] that is specifically tested and supported for backport kernls [05:02] so containers not specifying 'signal,' or wahtever will be fine? [05:02] if the apparmor userspace doesn't support it, yes [05:02] yep, so long as you don't have the new parser on the host [05:02] and if you are on precise, then it won't [05:02] very good, i'm reassured :) [05:03] I personally tested trusty kernel with ipc on precise with lxc [05:03] (ie, precise system with no changes other than the new kernel) [05:59] mvo: guten Morgen. [06:30] pitti, good morning. FYI I restarted wolfe-0{3,4,6} , dpkg segfaulted and all the tests failed. [06:38] hmm, is somebody else experiencing no sound due to lack of acl permissions on /dev/snd/ ? [06:40] diwic: Welcome to the n-1st systemd upload! [06:41] diwic: Updating and restarting should probably fix it for you. [06:41] RAOF, thanks. That's what I just did and got this - probably need to switch to main archive instead of mirror then [06:41] cjwatson, any ideas what we can do about Bug 1301045? [06:41] bug 1301045 in gnome-bluetooth (Ubuntu) "gnome-bluetooth and empathy pull in unity-control-center on Ubuntu GNOME packageset installation" [Undecided,New] https://launchpad.net/bugs/1301045 [06:43] and of course the GUI does not let me switch mirror :-( [06:44] diwic: it may not yet be in the archive, stgr aber just fixed it roughly two hours ago [06:45] ok, thanks [06:51] good morning [07:02] hey Unit193 - its waiting in approval queue :) [07:02] dholbach: good morning [07:03] Unit193: thanks again for your patience [07:03] mvo: Sweet! Thanks a ton for fixing before trusty. :D [07:06] hey mvo [07:10] Unit193: your welcome [07:20] hum..... [07:20] I have upstart-dbus-bridge.2186.pid and upstart-file-bridge.2186.pid in my home directory [07:20] did anyone else dist-upgrade and reboot today who can confirm this? [07:20] dholbach: moment, I saw that in a bugreport earlier.. [07:21] sarnold, you are unstoppable [07:22] dholbach: hehe, I hope not, it's past my bed time :) [07:22] and ~/Testing as well [07:23] dholbach: ugh, sorry, bad news on this one, the report today is kind of all over the place, and the bots dup'd it to an ancient bug that doesn't feel appropriate: https://bugs.launchpad.net/ubuntu/+source/lxpanel/+bug/1302254 [07:24] Launchpad bug 1106945 in lxpanel (Ubuntu) "duplicate for #1302254 lxpanel crashed with SIGSEGV in menu_cache_create()" [Medium,Confirmed] [07:25] jodh, ^ do you have any idea why this might be? [07:25] dholbach: they disappeared (again) after the systemd breakage was fixed [07:26] new packages in the archive ~10 minutes ago [07:26] ah! [07:28] ah, brilliant [07:28] thanks torkel [07:28] let me try that [07:28] maybe I'll get sound back again as a bonus ;-) [07:28] dholbach: yes - XDG_RUNTIME_DIR is unset. [07:28] dholbach: logind breakage? [07:29] I don't know what it is - I'll try an upgrade an brb [07:31] jodh: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1302264 [07:31] Launchpad bug 1302264 in systemd (Ubuntu) "systemd-logind assert failure: error.c:319: Assertion failed in nih_error_get: context_stack != NULL" [Critical,Fix released] [07:34] jibel: ah, thanks; so again the "try again" clickery exercise? [07:34] good morning [07:35] sarnold, jodh: thanks that solved the issue for me! [07:38] pitti, yes, I clicked $world-ppc64el [07:38] dholbach, and brought the sound back too [07:38] diwic, it did :) [08:31] guys any idea why on login i would have deja-dup-monitor using 6GB of my memory? [08:34] tsdgeos, bug? [08:35] seb128: as a devel myself i would hate to get a bug saying "i booted up and deja-dup was using 6gb" [08:35] i mean it's non-reproduceable (probably) and doesn't give much info [08:35] I'd hate it more if it wasn't reported. :P [08:35] tsdgeos, use ubuntu-bug deja-dup, that might provide some info [08:36] tsdgeos, you are not the only one, somebody mentioned issues earlier on #ubuntu-desktop [08:36] tsdgeos, mterry is the maintainer, but he's probably still sleeping [08:37] ok === psivaa_ is now known as psivaa [09:27] guys, any idea of what's wrong here? [09:27] http://paste.ubuntu.com/7202446/ [09:28] 2.8.95~2430-0ubuntu5 is not >= 2.8.0-0ubuntu26 ? [09:34] tsdgeos, sudo apt-get install apparmor-easyprof-ubuntu apparmor [09:34] tsdgeos, what does that say/do? [09:35] http://paste.ubuntu.com/7202470/ [09:37] tsdgeos: try and apt-get update first, apparmor-easyprof 1.1.14 is the current version in the archive [09:37] your apt-get install is trying to install 1.1.13 [09:38] jjohansen: i'm updated, maybe my mirror is behind [09:38] tsdgeos: okay that is possible, the new easyprof landed 18 min ago [09:39] or at least that is what lp says [09:42] tsdgeos, right, the issue should resolve itself once the new apparmor-easyprof-ubuntu is available, or you can get it from https://launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu === doko_ is now known as doko [10:17] darkxst: hmm, I would have expected this to be handled by the fact that we install the task, so gnome-control-center and mcp-account-manager-goa ought to be marked for install before apt gets round to trying to resolve broken dependencies, which ought to mean that it doesn't need to try the first alternative because the second is already there [10:17] darkxst: that's how it's meant to work, anyway. if that's not working, somebody probably needs to fiddle with pkgsel.postinst on the fly in the installer to run apt-get with -o Debug::pkgProblemResolver=true so that we can see why it's taking that decision === vibhav is now known as Guest49486 [10:22] cjwatson: Except that his log clearly shows it installing the metapackage, not the task. [10:22] Commandline: apt-get install ubuntu-gnome-desktop [10:23] cjwatson: Which would explain why it works for his livefs (task-based) but not d-i. [10:31] infinity,darkxst: oh, so this just comes down to Jackson's tasksel merge, then [10:32] (probably) [10:32] let me sort that out [10:32] caribou: Err, tasksel? [10:32] cjwatson: ^ [10:33] * infinity assumes you mean something that's changed more recently than raring. [10:33] yeah, so that tasksel is able to install ubuntu-gnome tasks [10:33] infinity: ? [10:33] caribou: misfire. [10:33] infinity: thought so [10:33] I really do mean tasksel, it never got properly mangled for ubuntu-gnome [10:34] so something is probably falling back to metapackages as a result [10:34] cjwatson: Fair enough. So, I guess this has always been broken like this, but it's just now biting them? Makes some sense. [10:34] With all the new control-centre splitting madness. [10:34] I think so. I'm not too sure *how* it's falling back to metapackages [10:36] I guess just some random /xubuntu/ubuntu-gnome/ cargo-cult would DTRT? [10:37] Not entirely sure how tasksel would work at all for ubuntu-gnome in its current state. [10:37] Not without a pkgsel preseed. [10:38] And yet. [10:40] oh, it's not a real d-i log, it's somebody selecting it a bit more manually, I think [10:41] Like, perhaps, pkgsel. [10:41] The lack of d-i syslog makes it a mystery. [10:42] Maybe in pkgsel's aptitude mode. [10:42] Shrug. [10:48] cjwatson: You know what would be nice? If metapckages could be tasks. ie: instead of ubuntu-gnome-desktop depending on 300 packages, if it just depended on task:ubuntu-gnome-desktop [10:49] cjwatson: Though, I suppose that might screw up your point release hacks. :P [10:49] Yeah, it's all a mess ... === MacSlow is now known as MacSlow|lunch [11:40] pete-woods, hey, why did you mark bug #1296715 invalid for the hud? [11:40] bug 1296715 in indicator-appmenu (Ubuntu) "Menu items are greyed out in Libreoffice menu." [High,Confirmed] https://launchpad.net/bugs/1296715 [11:41] seb128: I thought it'd been logged against the wrong package? [11:41] pete-woods, I don't know what's the right package, the user says it happens to both the unity menus and the hud [11:42] pete-woods, but I guess fixing the problem for the appmenu might fix the hud as well? [11:42] tedg, hey, do you think you could have a look to ^ [11:42] seb128: sure, it'd fix the HUD problem too [11:42] k [11:42] pete-woods, thanks [11:43] do you know who is maintaining indicator-appmenu? [11:43] is that ted? [11:43] seb128: it's certainly not me, but sure, ted would be the right person to ask [11:43] k [11:49] Chipaca: sergiusens: jodh: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1302516 [11:49] Launchpad bug 1302516 in upstart (Ubuntu) "upstart-dbus-session-bridge conflicts in stopping certain jobs" [Undecided,New] [11:49] Chipaca: sergiusens: jodh: see the comments on the bug, if one does $ stop upstart-dbus-session-bridge, one can stop any job e.g. usensord and it does stop. [11:51] i'm not sure if something is connected/listening on upstart and starts up the jobs, or if the dbus-bridge is rogue. [11:53] @pilot in === udevbot changed the topic of #ubuntu-devel to: Trusty Final Beta released! | Archive: Gated Review | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur [11:54] xnox: I don't see the relationship to be honest; but I don't know the innards of the dbus-bridge either [11:55] sergiusens: there might be a negative feedback loop.... upstart events are emitted on the dbus, then dbus bridge feeds them back into upstart..... and maybe just maybe that causes havoc =) [11:56] sergiusens: or there is somebody noticing that usensord goes away and sends "start usensord" to upstart. [11:56] sergiusens: is it a dbus activated service at all? and does something tries to manage it on top of upstart? e.g. unity/life-cycle stuff?! [11:57] xnox: no dbus activation; the only user of usensord is platform api but that integration has been stuck in a silo forever [11:58] that said, I could make it dbus activated instead of started through upstart (for usensord), not sure about the others that have symptons and this would just be a workaround [11:58] usensord runs at a low enough level that unity wont relate to it at all [11:58] (at least not wrt upstart handling) [11:59] sergiusens: nah, no need. it does expose a tricky bug. I'll chat with jodh about it, when he is back from lunch. [11:59] sergiusens, thats pointless, we need it running constantly anyway for all the sensors [11:59] (once it supports all of them :P ) [11:59] sergiusens: but if you do want to stop unstoppable jobs, stop the two dbus bridges first, for now. [11:59] ogra_: yeah; it is; as on first activation it would just be there forever [12:00] right, then we can as well leave that to upstart [12:00] and not add extra saturation the system dbus for it [12:00] xnox: ok; Chipaca will find more use of that; I actually don't need to stop anything; he used me to make an example of :-P [12:00] *of the [12:01] ogra_: agreed; there's a couple more I'd actually like to move to upstart instead of dbus activation; the first one that comes to mind is telepathy-ofono [12:02] right [12:02] for all stuff thats long running we should just use upstart [12:04] xnox: sergiusens: Hi :) [12:04] right now if you apt-get install ubuntu-push, you probably want to be able to stop it after tinkering with it a bit [12:04] just because it's there for testing [12:04] and ... well, it's rather cussed [12:04] :) [12:05] i mean: there's nothing depending on it, nothing calling into it, nothing at all that would make me think something is trying to restart it [12:05] maybe the upstart .config thing is bad? [12:05] i just copied usensord's one :) [12:07] sergiusens, ergh [12:07] stop on runlevel ? [12:07] thats a session job [12:07] you want to stop on session-end or some such [12:07] Chipaca, ^^ [12:08] ogra_: is that causing this breakage? [12:08] Chipaca: no, usensord is fine and ubuntu-push is fine. [12:08] we it is causing the daemon not to stop with the session as it should [12:08] Chipaca: nah, it simply means usensord is killed, rather than stopped on shutdown. [12:09] ogra_: will investigate further [12:09] * ogra_ still thinks we should use system events for session stuff [12:09] ogra_: session force kills all jobs at the end, so one can even leave out "stop on" [12:09] *shouldnt [12:09] ogra_: might be a problem to fix, but it shouldn't restart on a stop request [12:09] xnox, right [12:09] i dont mind leaving stop on out [12:09] xnox: ah, nice; I'd rather have that; as in no stop stanza and let it do the right thing [12:09] ogra_: well, the runlevel event on session init appears as "sys:runlevel" thus "runlevel" is never emitted on the session init, thus "stop on runlevel" for a session job is equivalent to no "stop on" at all =) [12:09] but stop on runlevel seems just ugly [12:10] yeah [12:10] thats what i mean :) [12:10] i can fix that, but that has nothing to do with manually calling $ stop usersensord [12:10] cause that's not event triggered. [12:10] do we actually have a plain dbus event (not started/stopped/starting dbus) [12:10] maybe it shouldn't be 'start on dbus' either? [12:10] Chipaca: for now, $ stop upstart-dbus-sessin-brdige; stop upstart-dbus-system-bridge; and then stopping usernsord/ubuntu-push should work. [12:11] ogra_: yes we do, it's the session dbus [12:11] ok [12:11] Chipaca: start on dbus is correct, if your daemon exports itself on dbus and needs dbus running. [12:11] it'll helpfully wait around until dbus becomes available if it isn't :) [12:12] but, yeah, better to wait and start it after [12:12] 14:12:34 LOOP 200 [12:12] wohooo !!! [12:12] oops, ECHAN [12:13] * ogra_ goes to #ubuntu-ci-eng instead [12:13] Hi people. I've been debugging a trusty issue that has been driving me crazy. initramfs-tools hangs on image generation, calling /libx32/ld-linux-x32.so.2. I'm running kernel -20, and I've confirmed that on kernel -22 this does not happen. However, since my initramfs generation failed, I couldn't reboot into the new kernel. I've now modified /usr/bin/ldd to not call /libx32/ld-linux-x32.so.2, and with that I can upgrade, but I think that [12:13] anybody in the same situation will also go crazy. [12:13] Since this is a problem with dist-upgrading inside trusty... Is it worth reporting a bug about it? [12:13] sounds like a multiarch issue [12:14] ogra_: no, this is multilib issue, not multiarch. [12:14] Yes, multilib. Happens because I have gcc-multilib installed [12:14] well, some multi* issue :) [12:15] marga: yes, please still report it. And possibly assign it to infinity https://launchpad.net/~adconrad [12:15] you definitely dont want update-initramfs to process any foreign arch stuff [12:15] marga: it may have been fixed, but if it's transient maybe we'll need to do something such that this doesn't happen again. [12:15] ogra_: yes you do. === davidcalle_ is now known as davidcalle [12:16] xnox, huh ? what for ? [12:16] ogra_: our user-space is multilib, thus it needs to work =) [12:16] ogra_: and we have x32 enabled on our stack. [12:17] but it is pointless to have any non native stuff in your initrd [12:17] * ogra_ doesnt see a use case for that [12:18] ogra_: the point is that our linker must work, and during initramfs generation we call into linker and ask linker to resolve paths to libraries needed for binaries to generate a full initramfs. And it looks like, marga is reporting that linker got broken and was not resolving libraries. [12:18] ogra_: a broken linker is bad, however you look at it =) [12:18] sure, i know there are hacks in update-initramfs or mkinitrd for that [12:18] thought only for amr stuff iirc ...to work around hf vs el [12:19] actually, this was hanging on a copy_exec on a shell script [12:19] *arm [12:19] yes [12:19] Which is likely a bug as well. [12:19] ogra_: it's not hacks, but the point is that /usr/bin/ldd should be operational no-matter what for native arch. with or without extra packages, foreign or multlib arches are enabled. [12:19] copy_exec is what uses ldd to determine reverse deps of libs for a binary [12:19] But the thing was ld64 was failing, because it was a shell script, and then ldd called ld32 [12:19] xnox, but you dont want two linkers in the initrd [12:20] ogra_: and above it shows that it failed. [12:20] ogra_: we don't have two linkers in the initrd. [12:20] right [12:20] but you would need an x86 one for x86 binaries, no ? [12:20] ogra_: a call to ldd failed, at critical operation, and it should not have. [12:20] (during dist-upgrade / initramfs generation) [12:21] ogra_: and that's a bug. and has nothing to do with what our initramfs generation does. [12:21] (has, should have, doesn't have, etc.) [12:22] ok, i trust you :) [12:23] * ogra_ goes back to cursing cgmanager vs cgroup-lite issues and watching the 220th reboot of his phone [12:23] Chipaca: sergiusens: jodh: the jobs are buggy! [12:23] Chipaca: sergiusens: jodh: "start on dbus" is start on any system/session dbus event. [12:23] heh [12:23] Chipaca: sergiusens: jodh: "start on started dbus" is start after session/system dbus are available [12:23] Chipaca: sergiusens: i'll make merge proposals to fix thsi. [12:24] xnox: ah! excellent, thanks [12:24] Chipaca: where is ubuntu-push code? [12:24] pedronis: we might have another one-liner fix in today's trunk build, then [12:24] xnox: i'm getting thing ready to go into a silo; want me to sneak this in too? [12:25] Chipaca: well, let me make the merge proposal which project/branch do you use? [12:25] xnox: lp:ubuntu-push/automatic [12:25] xnox: branch from there, mp into there; that goes into /trunk once everything is green in the auto tests [12:26] that is: that goes into a silo that gets needs to pass the on-the-phone test to get to /trunk [12:26] sergiusens, so with TheMuso uploading lxc-android-config it got out of sync with a bunch of pre-uploaded PPA versions of lxc-android-config ... if you want to release the telephony PPA to a silo please let me know in advance so i can get the package back in sync first [12:26] ogra_: yeah, we need it in sync [12:26] saw the upload last night [12:27] (i'll most likely do an upload of it soon for our desaster phone crashes ) [12:27] seems i found the issue ... waiting for the 250th reboot to happen [12:28] xnox: heh; the semantics are on a fine line there :-P === MacSlow|lunch is now known as MacSlow [12:30] sergiusens: https://code.launchpad.net/~xnox/usensord/fix-upstart-job/+merge/214225 [12:30] xnox: let me get a silo for that, thanks [12:58] pitti: Are you going to self-accept those langpacks after you've had a poke at a random sampling to make sure they look sane? [12:59] pitti: Let me rephrase that as a request instead of an inquiry: Please self-accept after you've randomly sampled a couple for sanity. :P [12:59] infinity: oh, they are stuck in -proposed? yeah, they aren't meant to [13:00] infinity: will do that (sampling + accept) [13:00] thanks for the poke [13:00] infinity, pitti: let me check the french ones [13:01] looks good enough to me, but sure, let's wait for seb128 [13:01] seb128: damn, the one time we sneak-in en into fr, and fr into en language packs and seb128 notices =) [13:01] lol [13:02] xnox, don't worry, I'm not new to this game, pitti already tried to screw french by pretending that they were more german speakers in the world and that de should be ranked before french :p [13:04] =) [13:04] seb128: yeah, and mvo is back so pitti has extra mates to gang up with =) [13:04] indeed [13:05] pitti, look fine to me, desktop_kubuntu-notification-helper.mo got added to language-pack-fr, is that the right place for kde things? (also it includes ubuntuone-client.mo, which is deprecated) [13:06] but those are minor details [13:06] seb128: yes, it is; apachelogger will be happy :) [13:06] (I think it was apachelogger, anyway) [13:06] seb128: we don't have -kde langpacks any more, just the tiny kubuntu delta in the main pacakges [13:06] seb128: thanks, accepting [13:06] pitti, ok, that makes sense [13:06] yw! [13:07] seb128, I'll look at the bug, but usually if it's appmenu and HUD it's something in the app. [13:07] tedg, Sweetsha1k is going to be happy! [13:08] tedg, thanks [13:09] Chipaca: https://code.launchpad.net/~xnox/ubuntu-push/fix-upstart/+merge/214226 [13:09] Uhg, and it looks like the apport hook is broken :-( [13:11] I believe U1 was the last QT4 app on the desktop image.. does that mean qt-at-spi (qt4 accessibility), sni-qt (indicator support), and libqt4-sql-sqlite can be removed from the image too? [13:12] would save another 30 M (uncompressed) [13:12] well we still need to sort out appmenu thing, for which a packaging solution was worked out. [13:12] and then all of above, i think, could go. [13:13] unless we do want qt4 a11y installed, such that when user installs with a11y enabled those persist and are in use when later user installed 3rd party apps, e.g. skype. [13:13] i'm not sure how we handled a11y across all toolkits. [13:14] xnox: hmm.. skype would be the big one there.. let me see.. [13:21] xnox: skype needs the i386 version of everything anyway.. so it's not helpful in that case at least [13:21] gQuigs: true. === _salem is now known as salem_ [13:39] fun gdebi is broken :( [13:40] xnox: http://paste.ubuntu.com/7203304/ [13:40] II'm pretty sure it worked before the last update [13:40] oh thats barry change [13:41] bug 1301422, probably related [13:41] bug 1301422 in gdebi (Ubuntu) ""Could not open ...deb. The package might be corrupted or you are not allowed to open the file. Check the permissions of the file" with latest 0.9.5 " [High,Confirmed] https://launchpad.net/bugs/1301422 [13:42] is it a known issue that unity goes loopy when changing the display's resolution? [13:42] jtaylor: is this gtk, kde, or cli? [13:42] dang [13:42] cli [13:42] jtaylor: and you are just launching it without any command, or with *.deb as an arg? [13:42] I'm using it as a pbuilder dependency resolver [13:42] let me check what it actually runs [13:43] /usr/bin/gdebi --quiet --apt-line debian/control [13:44] jtaylor: any .deb in particular? [13:44] probably any deb, just tried openblas [13:45] but fftw3, so probably any [13:45] *too [13:45] i see it [13:46] that *should* be shallow [13:46] hang on [13:50] infinity, can you take a look at https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1302605 ? [13:50] Launchpad bug 1302605 in eglibc (Ubuntu) "Calls to /libx32/ld-linux-x32.so.2 hang" [Undecided,New] [13:50] I would assign it, but launchpad doesn't let me [13:59] ev: I sent a reply about your "tag runners for dep8" yesterday; I guess you are busy, but if you think that a coarser "run on any vs. all platforms" is sufficient, that's certainly much easier to maintain [13:59] but less explicit [14:03] jtaylor, xnox branch pushed. if mvo is around, maybe he can review/push to debian, otherwise i can do that. https://code.launchpad.net/~barry/gdebi/lp1301422/+merge/214257 [14:03] mvo: hey, what are you going to work on? [14:04] mvo, i want to know too :) [14:04] the only thing mvo *can* work on... awesomeness :) [14:04] univeral_newlines, never know of that flag [14:04] barry: looks good, thanks [14:04] it causes return as unicode? [14:04] in which encoding? [14:05] zyga, brendand: bugfixing for the release right now :) later click&systemimage I hear [14:05] jtaylor: https://docs.python.org/3/library/subprocess.html#frequently-used-arguments [14:05] locale.getpreferredencoding(False) [14:05] which usually means utf-8 [14:05] and it's a classic "porting to python 3" addition. sorry i missed that originally [14:06] jtaylor: universal_newlines returns str, instead of bytes. In python2 makes no difference, in python3 - big difference =) [14:06] mvo: nice [14:06] jtaylor: that's how i understood the flag. [14:06] mvo: I'm really glad to see you here again :-) [14:06] interesting [14:06] mvo: will you merge and upload? [14:06] jtaylor: cause python2 casts bytes to string and string to bytes interchangeably, and python3 does not. [14:07] yes I know that, but didn't know that flag [14:07] I always added .decode(...) [14:07] xnox: well, in py2, if you're lucky :) [14:07] barry: quite! =) [14:07] barry: sure! [14:07] yep. i think universal_newlines is safer than .decode() [14:07] zyga: yeah, I'm very excited as well :) [14:07] mvo: thanks! [14:07] jtaylor: well the flag was added because - hey most of the things that are Popened actually print text, and text is processed, rather than binary streams. [14:08] mvo, the 'software install and updates' realm :) [14:08] brendand: yeah :) [14:08] which version of python has this flag? [14:08] jtaylor: universal_newlines is better as it's explicit and works in both python2 and python3 and does the right thing. [14:08] I really wish pythons docstrings were as good as numps ... [14:08] shadeslayer_: I responded to https://code.launchpad.net/~rohangarg/apport/fix-for-1282713/+merge/213492 with a proposed fix that hopefully works (and is very simple) [14:10] hallyn: i can launch a cloud instance and install qemu-user-static there. what are you looking to see tested, binfmt stuff? [14:11] seems 2.6 already has it, good so it can be sued upstream :) [14:11] dannf: mostly i wanted to make sure that installing it on an arm and an arm64 box do not brick the box [14:11] dannf: i don't think they will, the packages *look* good... [14:11] hallyn: ah. sure, i can test that [14:13] barry: uploaded [14:14] mvo: awesome, thanks. i'll watch debian and sync it over [14:15] Daviey: i'm open to counter arguments... and i dont *foresee* this happening again since this was due to the switch from qemu-kvm to qemu source [14:15] i don't *like* doing this tbh [14:16] shadeslayer_: ah, so os._exit() plus the setdestroyonexit() hack both together fixes the crash AND avoids the irritating "can't launch web browser" error? [14:16] barry: great, thank you [14:16] pitti: correct [14:17] shadeslayer_: *phew*, awesome! [14:17] yeah :) [14:17] shadeslayer_: sorry if I caused trouble, but I hate introducing regressions knowingly [14:17] zul: kirkland: ^ same with you :) (if you'd like to counter) i've never used rhel so have no idea how much of a benefit/pain it turns out to be [14:17] pitti: np, I wanted it fixed too, this way we can fix 2 problems in one go :) [14:17] but would be nice to get this fixed ASAP === Sweetsha1k is now known as Sweetshark [14:20] jtaylor: universal_newlines dates back roughly forever; it's just that it used to be only really useful on non-Unix [14:20] Daviey: kirkland: zul: well, i'll be pushing to trusty soon (really i already did last night :) so, [14:20] because it also handles \r and \r\n newline conventions [14:22] shadeslayer_: committed both; running tests now, and then releasing === roadmr is now known as roadmr_afk [14:22] pitti: \o/ [14:23] hallyn: reading [14:24] hallyn: im missing the context [14:24] ogra_: i received a txt message, and it was full message in the bubble, in the indicators, but when i clicked the bubble and opened it in the app no text is printed only date and time and no content. [14:24] is this a known bug? [14:24] zul: bug #1294823 [14:24] bug 1294823 in qemu (Ubuntu) "FFE: create a trusty machine type" [High,Triaged] https://launchpad.net/bugs/1294823 [14:24] biam [14:25] xnox, i dont think so, file it against the messaging-app [14:25] hallyn: im cool with it [14:25] davmor2, ^^known ? [14:27] xnox, ogra_: that's an old bug I've not seen for ages and was supposedly fixed let me run some tests [14:27] davmor2: this is a real txt, not faked up. [14:28] xnox: yes I send real texts to myself [14:28] xnox, do you suggest davmor2 only has fake friends sending him SMS ? [14:28] :) [14:28] davmor2: well, until now i've only used phonesim =)))) [14:28] zul: ok. i'm a bit apprehensive, but it was the best solution to our *last* error :) [14:29] sorry i'm getting snarky with myself [14:29] ogra_: davmor2: screenshots http://people.canonical.com/~xnox/sms-fail/ [14:29] xnox: you can send an SMS to yourself [14:30] davmor2: this message is comming from a numberless account, it's from the provider however so the originator is "3Alerts" [14:30] let me self send a message. [14:30] hm our keyboard has : and ; wrong way around =))) [14:31] davmor2: sending fresh one to myself works correctly, the 3Alerts one still doesn't print text in the app. [14:31] all right then, dannf: ^ long as your boxes turn out all right i'll ask infinity to pull the qemu bck out of rejected :) [14:31] davmor2: indicator shows both correctly =( [14:31] .. [14:32] i wonder about making whatsapp client... it's jabber with phone as id and IMEI as login so it should just work... [14:32] xnox: http://davmor2.co.uk/~davmor2/screenshots-phone/device-2014-04-04-152957.png and http://davmor2.co.uk/~davmor2/screenshots-phone/device-2014-04-04-153208.png [14:32] now i guess i can push the libvirt one without the qemu one... [14:32] so i'l do that [14:33] davmor2: can you open the app? [14:33] davmor2: that's the indicator (both) [14:34] hallyn: works fine for me on armhf/arm64 [14:34] dannf: \o/ thanks [14:34] davmor2: also see that beginning is shown in: [14:34] http://people.canonical.com/~xnox/sms-fail/app-welcome.png [14:34] but in [14:34] http://people.canonical.com/~xnox/sms-fail/app.png [14:34] xnox: http://davmor2.co.uk/~davmor2/screenshots-phone/device-2014-04-04-153404.png [14:34] it's empty [14:34] shadeslayer_: 2.14.1 uploaded, now needs an ubuntu-release member to ack it from the queue [14:34] infinity: could you pull the qemu 2.0 out of rejected? (stgraber put it there last night bc we had to wait on libvirt) [14:35] davmor2: any logs i can check? [14:35] else i can just re-dput... [14:36] xnox: also http://davmor2.co.uk/~davmor2/screenshots-phone/device-2014-04-04-153518.png [14:36] xnox: cyphermox and awe will be the guys to get in touch with I think [14:38] xnox: latest image? [14:38] cyphermox: 276 [14:38] cyphermox: from todayish [14:38] ok [14:39] looks cute. [14:39] cyphermox: my screenshots? =) thanks [14:39] yeah [14:39] cyphermox: i think it may have to do with the fact that it's a fake alpha sender id, rather than a real phone-number. [14:39] xnox: just to make sure, you don't have phonesim installed right now? [14:39] cyphermox: i'm not sure how to send those for real. [14:40] dpkg -l | grep phonesim => returns nothing [14:40] ok [14:40] because phonesim does break stuff majorly if you're not into testing stuff :) [14:41] cyphermox: this is my real phone =) [14:41] xnox: this goes beyond my knowledge of the sms situation right now; I can check if there was a landing of this stuff recently to explain the failure though, and then possibly who to blame :) === Ursinha-afk is now known as Ursinha [14:43] xnox: were you running 275 before that? [14:44] cyphermox: well, it's a fresh flash but i didn't wipe data. [14:44] cyphermox: is there a way for me to preserve sms database somehow? [14:44] cyphermox: cause the issue is visible if i close and restart the messaging app. [14:45] right, but I'm trying to pinpoint where it could have started to go wrong [14:45] xnox: the sms database should always be preserved... [14:45] cyphermox: i believe this was the first text message i ever received =) [14:45] cyphermox: whilst on ubuntu touch =) [14:45] right [14:47] so I think awe_ is more likely to be able to figure it out than I am, I guess it's time to file a bug [14:47] I'll go put my personal sim back into my nexus 4 and try to get sent such a special sms [14:48] what's the issue? [14:48] awe_: how can i dump/copy sms database [14:48] awe_: well, really, http://people.canonical.com/~xnox/sms-fail/ [14:48] awe_: http://people.canonical.com/~xnox/sms-fail/app-welcome.png see 3Alerts awe_: when i tap on it, i get http://people.canonical.com/~xnox/sms-fail/app.png [14:49] awe_: yet if i pull down indicator i can read the message http://people.canonical.com/~xnox/sms-fail/indicator.png [14:49] seems like a messaging app bug to me [14:50] ofono doesn't store any messages, that's done at the telepathy level [14:50] so it's either a bug in tp-ofono, or the messaging app itself [14:51] that said, i'm not sure if there's a db that holds the original contents of incoming text messages [14:51] ( ie. they may just be decoded and stored ) [14:52] awe_: out of interest has anyone seen what happens if you send an SMS over 140 characters and do you know if network messages can be more than 140? [14:52] awe_: well, indicator and app access the same source of the message, right?! cause indicator showed it correctly. [14:53] xnox, sure but they're two different processes doing the rendering [14:53] and one apparently has a bug [14:53] ;) [14:53] and if I was a betting man, I'd put my money on the messaging app [14:53] I would start with filing a messaging app bug, and let tiago/boiko triage and move if necessary [14:54] awe_: i'll file a bug. =) [14:54] davmor2: it seemed to work for me [14:54] pitti: I'll have a look after this call. Thanks for raising it - it would've been buried [14:55] davmor2, nope... I haven't specifically tested that. I'm also not sure if ofono does the automatic split of messages that are too large, or whether it's the responsibility of the messaging app [14:55] davmor2: theoretically you can send a bit more than 140 characters on one single network control message, and if it's much more the split is supposed to happen, yeah ;) [14:55] davmor2, you can send more than 140 chars if the message is 7bit encoded [14:56] * awe_ isn't going to do the math in his head [14:56] awe_: so you think we're not storing the sms outside the sim? [14:56] davmor2, why do you ask? Have you seen something weird that needs explanation? [14:56] cyphermox, we don't store any SMS messages on the SIM [14:56] awe_: right [14:56] and yes [14:57] awe_: so there has to be a database that keeps them ;) [14:57] they may be stored outside of the SIM by telepathy [14:57] right [14:57] not necessarily a db [14:57] awe_, cyphermox: hence asking if the network messages can be more that the total number of characters available to a standard sms which then might explain the message not being handled correctly in the messaging app [14:57] could be plain text [14:57] well, I'm saying db in the large sense. a text file can be a database [14:57] davmor2, my guess it that the messaging app is getting screwed up by message content, not length [14:58] OH [14:58] yeah, wasn't it starting with a < ? [14:59] cyphermox: awe_ it's to do with special chars. [14:59] i've sent the message with special char and that does not work: a summary click on http://mobile.three.co.uk/sms04 > [14:59] ;D [14:59] right :) [15:00] awe_: nevermind the \ and newline break. [15:00] some piece of the puzzle tries to evaluate that as some kind of xml [15:00] ( or html ) [15:00] cyphermox: awe_: so shall i file a bug against messaging app? [15:00] yes [15:00] xnox: yeah [15:00] please [15:00] ack. [15:00] xnox, awe_, cyphermox: confirmed xnox just sent it to me I see it in the indicator and the notification but just get a date stamp in the messaging app [15:01] very cute [15:02] xnox: ping me the bug number and I can confirm it do you want me to add images? [15:02] @pilot out === udevbot changed the topic of #ubuntu-devel to: Trusty Final Beta released! | Archive: Gated Review | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === jono is now known as Guest82898 [15:02] jamespage: the swift autopkgtest failure looks real (pointing out because you probably got a lot of jenkins fail/success spam recently, as the ppc64el boxes keep exploding) [15:02] pitti, I'm looking at it now [15:03] pitti, rings are being created with odd permissions and I'm not sure why - stops the proxy server from starting [15:06] awe_: cyphermox: bug #1302652 [15:06] bug 1302652 in messaging-app (Ubuntu Trusty) "Fails to display special chars in the txt messages" [High,Confirmed] https://launchpad.net/bugs/1302652 === Ursinha is now known as Ursinha-afk [15:06] awe_: cyphermox: please triage / assign as needed. [15:06] davmor2: bug 1302652 [15:06] davmor2: https://launchpad.net/bugs/1302652 [15:07] xnox, that's outside of my domain. Please ping Tiago or bfiller [15:09] sabdfl: [15:09] assigned to salem_ [15:09] sabdfl: do we have the next name? =) [15:10] 13 days left.... === brendand_ is now known as brendand [15:11] smoser, infinity: seems wolfe-03 went AWOL? can't reach it with ssh after a reboot (had to reboot the lot as they were segfaulting again, third time in two days :/) === Ursinha-afk is now known as Ursinha === roadmr_afk is now known as roadmr [15:24] jibel: meh, seems they all got stuck now; WTH [15:33] xnox: why'd you break software-center for? [15:34] dobey: bug #? [15:34] dobey: i didn't break anything on purpose =) [15:34] xnox: i don't know if there's a bug # yet. i just noticed you "disabled the qt build" on ubuntu-sso-client [15:35] dobey: right, that shouldn't break software-center. Let me check it out here. [15:35] xnox: which means that there is no more UI [15:35] dobey: i was told software-center has it's own, cause it only depend on ubuntu-sso-client and not on ubuntu-sso-client-qt. [15:36] no, it doesn't have its own UI any more [15:36] dobey: what's ubuntu-sso used for in software-center? comments / U1 login? [15:36] seb128: would it make sense to fix bug 1291862 in gnome-control-center for Trusty too? [15:36] bug 1291862 in OEM Priority Project precise "[soundnua]mic volume adjust bar is gray if you open sound-nua input tab earlier than plugging micphone" [Undecided,In progress] https://launchpad.net/bugs/1291862 === bschaefer_ is now known as bschaefer [15:36] xnox: yes [15:36] bdmurray, not sure, the GNOME remix guys were talking about updating g-c-c to a newer version and dropping more of the Ubuntu patches to it [15:36] dobey: it really needs to declare a dependency on ubuntu-sso-client-qt, if it in-fact uses it. As there is nothing else that's pulling that on desktop images anymore. [15:37] bdmurray, check with them I guess, I'm not even sure it's going to apply to the new version [15:37] xnox: one of the packages declares a dep on -ui which is only provided by -qt i think [15:37] seb128: okay, I was just curious and won't let it block the SRU. [15:37] bdmurray, we fixed it in unity-control-center, which is the same codebase as the g-c-c SRU [15:38] bdmurray, thanks [15:38] dobey: i don't see such a dep. [15:38] xnox: anyway, there's nothing in ubuntu-sso-client that is specific to the file sync, so there's no reason its packages should have changed at all, really [15:38] dobey: found it. [15:39] dobey: it's pulling in qt4 on desktop images, which is not used anymore. [15:39] dobey: =)))) it's a massive debt on the images, which ideally i'd like to drop (~100MB) [15:39] xnox: it's used by ubuntu-sso-client [15:39] xnox: you're free to port it to qt5 of course [15:39] dobey: i thought we have online accounts for u1/sso, which is gtk UI =) [15:39] :) [15:39] no [15:39] dobey: what do you mean, no? [15:39] we have no online accounts plug-in for u1 on the desktop [15:40] i do =/ [15:40] then you've installed the phone packages and added on with the qml system-settings app [15:41] because there is no way you added one with the gtk+ control-center ui :) [15:41] dobey: well, i was thinking that our control-center should allow Xembeded protocol to embed e.g. qt plugins and python based plugins =) [15:42] xnox: well, i'm sure mardy will accept your patch for that too :) [15:42] dobey: indeed i'm failing to login in the software center. Let me resurrect sso-qt thing. [15:43] i guess oneconf uses sso too, but you also probably only get the login from within software-center as well [15:45] dobey: with or without -qt installed, clicking "Write your own review" I get a popup which "Failed to log in" [15:46] xnox: hmm [15:46] dobey: did we shutdown so many things, that ubuntu-sso-client is logging in into something u1ish instead of login.ubuntu.comish ? [15:46] xnox: maybe you already have an account in your keyring, but it's invalid? [15:46] dobey: let me try clearing those! [15:47] dobey: actually, let me boot a VM that would be easier to test. [15:47] :) [15:47] dobey: or maybe you should test it =))) instead of being all smart about this ;-) [15:47] dobey: i have no clue how oneconf or comments work in the software cneter :P [15:48] i don't know how oneconf works either [15:48] dobey: awesome =) together we'll fix everything =) [15:48] that's didrocks's baby [15:52] dobey: right, i need to resurect qt bit and respin desktop image, *sigh* [15:52] xnox: with -0ubuntu4 packages, software-center pops up the signup/login dialog correctly, when i don't have an existing login in keyring. [15:52] xnox: indeed [15:52] Riddell: mind ack'ing apport [15:52] dobey: oh well qt4 removal will happen in Ubiqutious Unicorn =( [15:53] Riddell: from the queue [15:56] shadeslayer_: what's new? [15:56] dobey: ideally we'd be able to use the qml online account =( [15:56] Riddell: fixes for apport-kde at the very least, pitti ^^ [15:56] dobey: uploading fix. [15:57] shadeslayer_: accepted! [16:00] xnox: ideally the sso server would have standard oauth2 endpoints [16:01] dobey: what would that change? being able to use any stock oauth2 GUI client? what about teams, 2fa etc? [16:01] dobey: thanks a lot for spotting this bug though! [16:02] dobey: and we totally have python-gi-gtk implemenetation for auth, we had it ubiquity installer. I'll if I can port that to software-center for next cycle. [16:04] xnox: yes, 2fa would be handled on the web server [16:05] xnox: if we had oauth2, we wouldn't need to write any special plug-in code. just the simple provider files for uoa [16:14] Is there a way I can specify a versioned relationship that describes "anything before this epoch"? Eg. Breaks/Replaces: foo (<< 2:~) or something? [16:14] I guess that would work - is there any standard convention for describing this? [16:15] I would probably use "<< 2:0~" [16:16] Great, thanks. [16:16] * rbasak does what cjwatson would do [16:16] dpkg: warning: version '2:~' has bad syntax: version number does not start with a digit [16:16] Ah OK. I was guessing :) [16:16] So you can't use that [16:17] 2:0~ isn't perfect (you can construct pathological things like "2:0~~1") but in practice it should be good enough [16:17] << 2:0~~~~~~~~~~~~~~~~~~~~~~~~ :) [16:18] * hallyn looks around for infinity or slangasek [16:29] Laney: thanks for digging into that not whoopsie-preferences bug. [16:30] bdmurray: np, it was weird and hurt my head [16:30] which was fun at first, then not fun any more [16:34] hallyn: hi, what's up? [16:35] slangasek: oh hi - would you mind pulling the qemu 2.0.0-rc1 out of rejected? (it was placed there lst night bc we were waiting on libvirt) [16:41] hallyn: ok, will be a bit before I can get to it but yes [16:41] slangasek: thanks [16:42] hallyn: what were your questions about? [16:42] Not sure if this a material for devel channel, but I have to try. What could possibly prevent Firefox and Chrome from redrawing window content? It gets redrawn by window resize or minimize/maximize action. It's definitely just refreshing visually since app receives events, but is not showing me "reactions" on screen. [16:43] kirkland: about whether introducing a (default) 'trusty' machine type in qemu could end up beign somethign we regret [16:43] hallyn: hmm, what does that mean? [16:43] hallyn: "machine type" [16:44] kirkland: -M trusty akin to -M pc-1.0 [16:44] hallyn: ah [16:44] iti s an alias to the pc-i440-2.0 [16:44] hallyn: so, why "trusty"? [16:44] bc in U it'll alias to something different [16:45] hallyn: yeah, I think of machine types as more of a hardware thing [16:45] kirkland: but you'd be not quite right :) [16:45] kirkland: the problem is pc-1.0 right now means different things whether you're on qemu-kvm or qemu [16:45] hallyn: :-) [16:45] hallyn: I'm very rarely quite right [16:45] and so in trusty, we'll have ppl migrating from precise as well as saucy, [16:45] both with pc-1.0 machine types, but meaning different things [16:45] and qemu doesn't (to my surprise) adjust itself to the soruce machine, but just bails === roadmr is now known as roadmr_afk [16:46] -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook] [16:46] Set the emulated machine type. Default is SS-5. [16:46] So the intent is, at 16.04, [16:46] we should be able to migrate correctly from both 15.10 and 14.04 [16:46] (that's from the manpage of qemu) [16:46] bc pc-i440-2.0 in 15.10 will be different from in 14.04 [16:47] kirkland: do 'kvm -M ?' to get list of machine types [16:47] hallyn: k [16:48] kirkland: sounds like the man page may warrant some updating :) [16:48] hallyn: *definitely* [16:48] hallyn: honestly, I don't think I have an intelligent opinion here; should we ask aliguori [16:48] oh, perhaps [16:49] i' not sure, but the idea may originally ahve come from rharper [16:49] kirkland: in part i fear i may be just addressign a non-issue - it was an issue bco f the divergent qemu and qemu-kvm trees [16:50] upstream *shoudl* never make pc-i440-2.0 in a later qemu have different defaults [16:50] hallyn: yeah [16:50] anyway that's enabled in the current qemu in trusty-proposed (well, rejected for now :) [16:50] but if we think it's a bad idea i can pull it back out in a new upload === roadmr_afk is now known as roadmr [16:51] let's think on it over the weekend :) [16:51] kirkland: (aliguori isn't on #qemu right now) === bfiller is now known as bfiller_afk [16:53] hallyn: I sent him an SMS [16:54] :) [17:52] hallyn: okay, aliguori says he's going to ping you later today [18:07] kirkland: ok thanks [18:13] hallyn: ping me if you chat with aliguori [18:14] hallyn: not sure if you saw, but libvirt landed last night. thanks for being patient with me (we had been testing our stuff for like 4 days straight :) [18:14] jdstrand: np! yeah i pushed the new one earlier this morning [18:14] rharper: ok [18:14] cool === hholtmann_ is now known as hholtmann === bfiller_afk is now known as bfiller === jackson is now known as Guest23530 === Guest23530 is now known as Noskcaj_ === roadmr is now known as roadmr_afk [19:33] What's the right way to depend on opencl these days? [19:33] Is it to depend on "ocl-icd-libopencl1 | opencl-icd" === mnepton is now known as mneptok [19:40] infinity: ping about bug 1296386 [19:40] bug 1296386 in casper (Ubuntu) "[PATCH] Remove 23etc_modules script" [Undecided,New] https://launchpad.net/bugs/1296386 === roadmr_afk is now known as roadmr [20:27] pitti: LP #1302331 [20:27] Launchpad bug 1302321 in systemd (Ubuntu) "duplicate for #1302331 Missing /lib/systemd/systemd-logind-launch (referred to by /usr/share/dbus-1/system-services/org.freedesktop.login1.service)" [Wishlist,Won't fix] https://launchpad.net/bugs/1302321 [20:28] hmmm, ubottu is mistaken, the bug is neither a wishlist nor a won't fix ! [20:30] I clicked the link, I see the same thing. Changed 3 hours ago. [20:31] Unit193: yes, I was mistaken. it was reporting for 1302321, I was looking at 1302331 [20:57] I have a bug I'm not sure what package to report against, it might already be reported as well but I'm not sure, frequently on my system the unity hud shows through the screensaver [20:58] any ideas of where I should report it? [21:01] calc, Maybe search launchpad for a bug similar to what you have [21:04] i see something similar that was fixed 2 years ago, but not a current open bug, so I suppose I'll reference that one in a new report for trusty [21:05] ok [21:05] Use ubuntu-bug to report it so more info is attached === tkamppeter__ is now known as tkamppeter === salem_ is now known as _salem [21:37] pitti: fyi, infinity is rebooting wolfe, taking down the autopkgtest VMs, to check if this addresses the stability problems [21:38] pitti: so if you see suddenly-failed jobs, that's why [22:24] can anyone please prepare an abiword bug fix release and upload it? we got 3 pending patches, see https://bugs.launchpad.net/ubuntu/+source/abiword/+bugs?orderby=-id&start=0 [23:39] slangasek: not in a hurry, don't mean to be pushy, but just making sure it didn't slip your mind - still planning on salvaging qemu 2.0 from the rejected queue today? [23:39] hallyn: it's been a busy day ;) I just managed to pull down the sources now [23:40] hallyn: how does this package compare to the last thing you uploaded to the ppa? [23:40] hallyn: also, was just checking and it looks like libvirt should be safe to let through in advance of qemu, right? [23:42] slangasek: yup, libvirt can go through first, [23:42] ok, accepting [23:42] the difference between last ppa upload and current one in queue is: [23:42] 1. based on a different tarball (built from the upstream release tarball, removing the bioses), [23:42] 2. moves qemu-system-aarch64 into qemu-system-arm [23:43] that *shoudl* be the only difference (and i debdiffed a few times to look for mistakes) [23:44] ok [23:47] + - remove -enable-uname-release=2.6.32 [23:47] hallyn: ^^ is that because we decided to not try to run this version on the emulated builders? [23:51] slangasek: i think so. but that's already in the archiv ein 1.7 isn't it? [23:51] slangasek: We most definitely want to run it on the buildds. [23:51] hallyn: if qemu-system-aarch64 is a dummy package, the Provides: should have been moved to qemu-system-arm; you're also missing a Breaks:/Replaces: from the new qemu-system-arm to the old qemu-system-aarch64 package [23:52] hallyn: (that alone is reject-worthy, so I'll not be un-rejecting this version - but let me see if there's anything else that needs fixing before you reupload) [23:52] slangasek: removing -enable-uname-release=2.6.32 was bc it's now done in a better way [23:52] infinity: so does that mean this 2.6.32 change is a problem? [23:52] hallyn: It's now done in a better way for minimum kernel versions (ie: the aarch64 case), but that doesn't fix our buildd issue, I thought. [23:52] hallyn: You haz binaries with this change, so I can test? [23:53] infinity: yup, in ppa:ubuntu-virt/candidate [23:53] hallyn: the mail thread I remember said that we couldn't fix it the "better" way until we got rid of the buildd requirement [23:53] hallyn: but that we could and should confine the 2.6.32 usage to x86 [23:53] or x86/arm, or something [23:54] slangasek: To arm, pretty much, since that's all we care about for our weird usecase. [23:54] infinity: I mean "the arm build on x86" [23:54] Sure. [23:54] Let me have a look at this current binary and see what it really does. [23:55] Oh, that would be easier if I had a machine with a hardy kernel. Hrm. [23:55] check in the compost bin [23:55] lol [23:56] slangasek: ok, provides and breaks/repalces fixed (hopefully the right way), [23:57] So, on my machine, this is reporting 3.13.0-19-generic, which leads me to believe it's the same old leak uname through thing. Though. Maybe the new min_kver way can be patched to just bump it up for ARM instead of forcing uname in rules. [23:57] Lemme look at the source here to see what they did for aarch64. [23:58] ./linux-user/openrisc/syscall.h:25:#define UNAME_MINIMUM_RELEASE "2.6.32" [23:58] ./linux-user/aarch64/syscall.h:9:#define UNAME_MINIMUM_RELEASE "3.8.0" [23:58] all are set to 2.6.32 except aarch64 [23:58] linux-user/arm/syscall.h:#define UNAME_MINIMUM_RELEASE "2.6.32" [23:58] Ah-ha. [23:58] That should work for us, then. [23:58] \o/ [23:58] but you're saying it is not working?? [23:59] he's saying on his system, host kernel > 2.6.32 so is passed through [23:59] hallyn: No, no. I'm not saying it's not working, I'm saying it's hard to tell without an older kernel to test on. :P [23:59] hallyn: But I think this should be right. [23:59] ah [23:59] infinity: don't we have a uname faker somewhere? [23:59] And yay for upstream picking 2.6.32, since glibc 2.20 won't run on older. :P [23:59] LD_PRELOAD :)