[00:46] Is there any chance that https://code.launchpad.net/~saiarcot895/ubuntu/utopic/openwalnut/armhf-fixes/+merge/232879 will be merged in before Utopic is released? [00:47] or at least sponsored? === TheMaster is now known as Unit193 === henrix- is now known as henrix [01:25] saiarcot895: is it seeded in an image? [01:25] dobey: no [01:26] At least according to http://reqorts.qa.ubuntu.com/reports/sponsoring/index.html [01:30] saiarcot895: shouldn't be too difficult to gt it sponsored if you ping someone then. but final beta freeze is in effect, and beta release tomorrow, so i wouldn't expect too much before friday at least === semiosis_ is now known as semiosis [04:57] Good morning [04:57] infinity: langpack uploads> from cron, yes [04:58] sarnold: yw; the ddeb archive is fixed now [04:58] stgraber: ah, great, thanks [04:59] pitti: yay :) thanks! [05:01] pitti: Was slightly odd timing, that's why I asked. :) [05:01] infinity: yeah, sorry; if they are inconvenient you can just reject them [05:02] infinity: utopic uploads every wednesday [05:03] pitti: Might make more sense in the future to ensure that devel series uploads happen on Fridays, to minimize possible clashes with milestones. [05:05] wgrant: ^ I'm happy to swap RTM and Utopic, i. e. Wed and Fri; or Tue and Thu for the LP exports [05:06] pitti: Not that it matters for utopic anymore, just in the future. :) [05:07] pitti: For devel series' going forward. [05:07] infinity: yeah, the final langpack should be a full -base update, and coordinated manually indeed [05:28] good morning [05:47] Laney: Thanks a lot for the sync === mbiebl_ is now known as mbiebl === Sweetsha1k is now known as Sweetshark [08:55] can you all please help out review the incoming sponsoring items? there's 94 of them right now. [09:00] dholbach, I did some yesterday, I'm going to try to keep doing a few a day [09:00] like 5 a day or something ;-) [09:00] * dholbach hugs seb128 [09:00] haha, yes, that'd be great :) [09:00] * seb128 hugs dholbach back [09:53] cjwatson, hey, do you have api documentation somewhere for libclick? [09:56] hey seb128! [09:56] chrisccoulson, hey, how are you? [09:56] seb128, not bad thanks, and you? [09:56] chrisccoulson, I'm good thanks ;-) [10:24] seb128: just the gtk-doc-style comments in the source, though I'm not sure I've actually generated useful HTML out of them [10:24] should sort that out - build system help welcome :) [10:25] cjwatson, is using click_db_new/click_db_read/click_db_get_manifests_as_string the correct way to replace an exec "click list --all --manifest"? [10:25] (seems to work fine) [10:27] seb128: right, if you're just replacing a command then you can just read through click/commands/list.py and do the equivalent things [10:27] seb128: that's indeed right, you might want to drop _as_string if you want structured output [10:28] cjwatson, that code calls QJsonDocument::fromJson() on the output, seems to work fine like that [10:28] ah, yeah, that's fine too [10:28] I don't want to refactor the json/parsing code atm, just replace the call to click [10:29] cjwatson, thanks :-) [10:29] you get a few translations back and forward to json, but that has the effect of guaranteeing that it's valid json and normalising, so I don't think I'll "optimise" that [10:30] yeah, I'm not concerned about performance [10:30] the whole listing/parsing takes 100ms with the libclick version [10:30] which is good enough for me [10:31] that's probably ok, we can maybe look at profiling it at some point [10:31] yeah, that's good enough for rtm though [10:31] I'm sure we can do better, but let's do that after the important things are in place ;-) [10:33] seb128: just curious, what app is that that will use it? [10:33] mvo, ubuntu-system-settings, about->storage to list the installed clicks [10:33] aha, nice [10:34] we already do that [10:34] but we use a system call to the click command [10:34] replacing it by the lib [10:34] * mvo nods [10:34] I actually had a stale branch locally for that ages ago :-/ [10:35] can't remember what I got stuck on - I think I couldn't figure out how to test it [10:35] cjwatson, [10:35] gchar* click_db_get_manifests_as_string (ClickDB* self, gboolean all_versions, GError** error); [10:35] what happen if all_versions is false? it lists only the current/most recent one? [10:35] looks like I had http://paste.ubuntu.com/8424573/ [10:35] * @all_versions: If true, return manifests for all versions, not [10:35] * just current ones. [10:36] k [10:36] if you're emulating click list --all --manifest then you want that as true [10:36] yeah, I did [10:36] but we have a bug about some items being duplicated so I was thinking about that [10:36] but that needs input from design/mpt [10:36] those are the pre-installed clicks [10:37] they have their base image version and the store update listed [10:37] but since they both use space that might be the right thing to do [10:37] they do both use space, but the user can't do anything about the preinstalled ones [10:37] right [10:38] but that panel doesn't let you do anything anyway [10:38] I mean they can "remove" (hide) them but they'll still take up space [10:38] it just gives you info on what uses space [10:38] https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1325656 [10:38] Launchpad bug 1325656 in Ubuntu UX "[System Settings] Preinstalled apps in the storage list" [Low,Triaged] [10:38] that's the bug, waiting for design input [10:38] there are a few things you could do; you could do something with the boolean _removable key, or the _directory key tells you the full path [10:39] cjwatson, you diff looks similar to mine, except you did more and changed some of the json code ... I'm happy to test your version if you want [10:39] I don't mind, didn't have time to do it properly, if you have something working then go ahead [10:39] was just FYI [10:39] if you're using _removable then note the comment in the docs [10:39] * _removable: 1 if a package is unpacked in a location from which it can be [10:39] let me see if yours applies/work [10:39] removed, otherwise 0 (this may be changed to a proper boolean in future; [10:39] client code should be careful to permit either) [10:40] ok, thanks [10:40] there's some glib call that makes that natural [10:44] cjwatson, http://paste.ubuntu.com/8424633/ is my diff which is working, I'm trying your in case, since you did a bit more work that would be a shame to see that wasted if it's working :-) [10:48] well, ok, your call :) [10:48] cjwatson, none of that applies without conflict :/ [10:48] I renamed a couple of files to avoid click.h clashing [10:49] cjwatson, I'm going to land my change and keep your diff for inspiration if I want to look at the json changes later [10:49] yeah, don't worry about it, it's probably not worth the time [10:49] thanks [10:49] thank you for the help! [10:51] seb128: your patch looks fine except that you should g_object_unref the db when you're done (looks like I forgot that too) [10:51] cjwatson, ok, good catch, thanks [11:09] barry, any chance I could persuade you to bump a new version of websocket-client (0.18) into Debian? I'd like to get that into 14.10 to support some updates into jujudeployer/jujuclient to suppport SSL === jacekn_ is now known as jacekn [11:47] hello everyone [11:48] mlankhorst: hi, I try to solve bug 1104230 for trusty, I checked and the fix for it may be fairly easy to cherry pick for the utopic kernel [11:48] bug 1104230 in xserver-xorg-video-intel (Ubuntu) "DisplayPort 1.2 MST support is missing in the Intel driver" [Undecided,Confirmed] https://launchpad.net/bugs/1104230 [11:48] is the utopic kernel packaged for trusty anywhere? [11:49] I was told that there were some *-lts-* backport packages, but I don't know any details [11:52] mlankhorst: I would appreciate your help on this === MacSlow is now known as MacSlow|lunch [12:07] dgadomski: the lts backport kernel package for Trusty will only arrive in trusty-updates in preparation for 14.04.2. That won't be for a while yet. [12:07] I'm not sure if there's another source to get a packaged Utopic kernel for Trusty though. [12:08] rbasak: I see, thank you for info [12:11] dgadomski: you could see if https://wiki.ubuntu.com/Kernel/MainlineBuilds can help you. [12:11] That's not exactly the same as Utopic though. [12:12] Or for testing just try installing a Utopoic kernel .deb directly on Trusty. [12:12] (unless somebody says there's a reason that won't work) [12:13] rbasak: thanks, I will try to get the fix to utopic first (since it will be also useful there) and then will work on finding a way to get it to trusty === smow is now known as pfsmorigo [12:22] the .deb should work [12:22] but if you have binary package the dkms drivers might now [12:22] not* === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow === rickspencer3_ is now known as rickspencer3 [13:13] jamespage: sure. will take a look today [13:13] barry, ++ thanks === salem_ is now known as _salem [13:30] @pilot in === udevbot changed the topic of #ubuntu-devel to: 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 lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: rbasak === _salem is now known as salem_ [14:26] Riddell, ScottK: you've probably seen this already, but just in case: http://www.kde.org/info/security/advisory-20140923-1.txt [14:29] mdeslaur: hmm, I'm sure we had that problem last month [14:29] mm, a similar one 2014-08-03 krfb integer overflow [14:29] Riddell: was a different one I believe [14:30] I wonder why I didn't get notification of that issue [14:30] mdeslaur: anyway, will put on the todo list for today or tomorrow [14:31] Riddell: cool, thanks! [14:52] jamespage: websocket 0.18.0 pushed to sid. when it lands there, it will require an ffe and a merge/sync (we have ubuntu deltas). do you want to take care of that or should i? [14:52] barry, I can do that - its OK for a sync - the delta can go now [14:52] barry, thanks for that! [14:52] jamespage: \o/ === mvo_ is now known as mvo [15:17] zul, hey, is https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1364854 still on your todolist? (it's in the sponsoring queue for a while, should sponsor be unsubscribed since you are assigned to it) [15:17] Launchpad bug 1364854 in keystone (Ubuntu) "python-ldap is needed as a dependency of keystone" [Undecided,New] [15:17] seb128: it is [15:17] zul, should I unsubscribe sponsors then? [15:17] seb128: yes please [15:17] zul, thanks [15:33] apw: so if jodh is right and 'plymouth-ready' is never emitted, that points to a problem earlier with plymouth itself failing to start [15:34] slangasek, and indeed plymouth is segv'ing which would be a fail [15:35] jodh, ^ we're over here === salem_ is now known as _salem [15:36] slangasek, so how can we capture that coredump, i assume we arn't rw yet [15:37] apw, into /dev [15:37] jodh, on my reproduce we the plymouth-upstart-bridge blows up about .5s before plymouth log wise [15:37] (thats always writable) [15:38] ogra_, point [15:38] not /dev, /run [15:38] :) [15:39] both work :) [15:39] but /dev is there all the time, do we have /run in initrd already ? [15:41] ogra_: We do, yes. [15:41] ah [15:41] mount -t tmpfs -o "noexec,nosuid,size=10%,mode=0755" tmpfs /run [15:41] mkdir /run/initramfs [15:41] # compatibility symlink for the pre-oneiric locations [15:41] ln -s /run/initramfs /dev/.initramfs [15:41] ^--- The last line being to appease people who are too laze to get with the new world order. :P [15:41] oh, right, i even remember these lines [15:42] s/laze/lazy/ [15:42] (Not that it matters at all for a temporary hack) [15:42] You could write your logs to /dev/bozo-the-clown for all I care. [15:43] apw: Please write your logs to /dev/bozo-the-clown [15:43] ++ [15:43] (This is in no way a statement about your hair style) [15:43] "Style". [15:44] "Hair". [15:44] lol [15:51] i need a longer knee [16:07] hey. can i get someone to move cloud-init from -proposed to trusty-updates ? [16:07] bug 1353008 [16:07] bug 1353008 in juju-core "MAAS Provider: LXC did not get DHCP address, stuck in "pending"" [High,Triaged] https://launchpad.net/bugs/1353008 [16:14] If someone wants to sponsor emacs24 in bug 493766 it looks fine to me but I've just noticed it's in main so I can't upload it. [16:14] bug 493766 in emacs24 (Ubuntu) "Multi_key / compose does not work when XMODIFIERS="@im=SCIM"" [Undecided,Confirmed] https://launchpad.net/bugs/493766 [16:14] (though a merge would be better) [16:19] smoser: I'll have a look at cloud-init [16:21] bdmurray, thank you. === dpm is now known as dpm-afk [16:31] cjwatson: is bug #1334189 something I should assign to you, or should someone else look at it? [16:31] bug 1334189 in gfxboot-theme-ubuntu (Ubuntu) "pre-boot menu offers no OEM mode on Utopic live images" [Critical,Confirmed] https://launchpad.net/bugs/1334189 [16:32] slangasek: I don't have a *problem* with somebody else looking at it, but I don't think anyone else has any experience at all with the twisty pile of code involved [16:33] ok [16:33] (which, I suppose, isn't a good reason not to assign somebody else to it to learn; just budget a few extra days ...) [16:34] @pilot out === udevbot changed the topic of #ubuntu-devel to: 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 lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === _salem is now known as salem_ [17:00] mitya57: where is the verification for bug 1370443? [17:00] bug 1370443 in retext (Ubuntu Trusty) "Crash after enabling line numbers" [High,Fix committed] https://launchpad.net/bugs/1370443 [17:12] mdeslaur: bug 1374043 for your review and upload [17:12] bug 1374043 in krfb (Ubuntu Utopic) "vulnerabilities in libvncserver" [Undecided,New] https://launchpad.net/bugs/1374043 [17:12] Riddell: thanks [17:20] seb128: could you have a look at the verification of bug 1353951? one person says it works another says they have an issue… [17:20] bug 1353951 in evolution-data-server (Ubuntu Trusty) "gnome online accounts require autentication on startup" [Undecided,Fix committed] https://launchpad.net/bugs/1353951 [17:44] arges: bug 1174098 is missing SRU information [17:44] bug 1174098 in util-linux (Ubuntu Trusty) "blockdev doesn't work as reported with loop devices" [Medium,In progress] https://launchpad.net/bugs/1174098 === smow is now known as pfsmorigo === roadmr is now known as roadmr_afk [18:45] bdmurray: i'll update [18:46] arges: okay, let me know when its good to go [18:48] bdmurray: ok updated === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === roadmr_afk is now known as roadmr [21:58] Why LP keeps eating white space when I copy&paste snippet of patch file in to the comments? [21:59] probably some "HTML doesn't care about whitespace" thing; everyone's used to it, though, so just paste away and be sure to include the patch as an attachment if you intend someone else to apply it as-is [22:00] [B[Bexit [22:01] Sorry but where is the 14.10 final beta? i thought i was supposed to be released yesterday [22:05] sarnold: A bit annoying... It is snippet of .py to make matters worse... and it strips only lines that begins with `+` :| [22:06] nadrimajstor: hehe yeah I've had that happen to python snippets before too. not fantastic :) but you can still document what you mean that way.. [22:07] * nadrimajstor will provide patch as a attachment and appropriately changed bash line for applying patch. [22:07] * nadrimajstor popey just loves my rants about LP :D [22:07] Goodnight everyone o/