[00:00] I found the information I was looking for in reset_unity_compiz_profile function. [00:01] thanks === timfrost is now known as timfrost1 === BenC__ is now known as BenC === iulian is now known as Guest97017 [07:05] good morning [07:07] good morning dholbach [07:08] hi geser === tjaalton_ is now known as tjaalton === jussio1 is now known as jussi === Guest97017 is now known as iulian === pcarrier_ is now known as pcarrier [08:30] ev, I'm pretty sure the dip on the errors.ubuntu.com graph for the current day is because it's not dividing by the elapsed proportion of the day [08:30] ev, we weren't sure about that before because the dip didn't seem as big as it should be if that was the reason [08:31] mpt_: I thought we tried factoring that in and it swung wildly in the other direction? [08:31] I can't remember the numbers to back that up [08:31] But the dip isn't as big as it should be because of the wrong-denominator problem -- at the very start of the day it's 1 [08:32] So our correction probably put it up to ~24 at the very start of the day, explaining the wild swing :-) [08:32] Once the denominator is right, the correction will work too. [08:32] well, it all goes away once we fix the denominator, as that calculation cannot be made in realtime. So the data will only go as far as the day past. [08:32] yup [08:33] oh, true [08:33] Well, it *could* be made in real time, it would just be a lot of work === doko_ is now known as doko [10:19] any autoconf gurus around? struggling to see how 'if test "$HAVE_SYS_SOCKET_H"; then' in an acinclude.m4 would ever work [10:25] jamespage: That does look wonky since $HAVE_SYS_SOCKET_H is 0 if you don't have the header, and test "anything_non_empty" is true. [10:26] The usual version would be test "$HAVE_SYS_SOCKET_H" = 1 [10:27] cjwatson, that is what is confusing me; the header is checked for using AC_CHECK_HEADERS [10:28] cjwatson, that is then used to wrap a call to AC_EGREP_HEADER to check for a feature [10:28] but it never gets executed :-( [10:29] cjwatson, I can't see $HAVE_SYS_SOCKET_H getting set at all (although the #define doe get set correctly) === pcarrier_ is now known as pcarrier === yofel_ is now known as yofel [10:36] hmm - I think I see the issue [10:36] jamespage: Point me at the branch or something? I don't know if I'm an autoconf guru, but I can probably play one on TV for the purposes [10:36] OK :) [10:39] check should be looking for "$ac_cv_header_sys_socket_h" [10:39] so "$ac_cv_header_sys_socket_h" == yes works OK [10:42] Ah yes. Although that should be = [10:43] (== is a bashism) [11:24] hey! [11:24] anybody would know why xulrunner isn't packaged in precise anymore? [11:27] pcarrier: https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-mozilla-rapid-release-maintenance === MacSlow is now known as MacSlow|lunch [11:28] cjwatson: that doesn't really explain what the overall choice is. getting rid of xulrunner altogether? [11:28] cjwatson: it's useful for projects like kiwix [11:29] I wasn't involved and don't know any more. Just providing you a reference. [11:48] cjwatson, bah - missed your last comment [11:48] * jamespage makes a note to fix that later today === cpg is now known as cpg|away === _salem is now known as salem_ [12:03] pcarrier: while it is useful, it was a pain to depend on. My package would randomly start segfaulting after e.g. security update to xulrunner and my package had to be rebuild, bumping exact version mathing xulrunner stings each time. [12:04] pcarrier: plus xulrunner is abandoned upstream and is no longer updated/released/supported/security-supported [12:04] as a stand-alone / embedable product [12:04] pcarrier: you should switch to webkit, as it is meant for embeding. [12:04] xnox: sounds like a good answer, thanks :) [12:04] xnox: well, it's not my project [12:04] pcarrier: or you can become a firefox addon. [12:04] xnox: but thanks [12:04] xnox: that's very much not where those guys want to go, I'm afraid [12:05] pcarrier: well then them and us go separate ways =) we have OS to support. [12:05] xnox: I know that :) could be a universe package though :) [12:05] xnox: not ranting [12:05] pcarrier: there are expectations of packages to work in universe as well. [12:06] xnox: I know that ;) [12:06] if universe is broken it looks bad on the whole distro + all our derivatives + upstreams [12:06] xnox: absolutely === MacSlow|lunch is now known as MacSlow [12:56] @pilot in === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: jamespage [13:31] can someone help me in fixing the bug #923932. [13:31] Launchpad bug 923932 in libreoffice (Ubuntu) "LibreOffice icons classic" [Undecided,Confirmed] https://launchpad.net/bugs/923932 [13:41] can someone help me in fixing the bug #923932. [13:41] Launchpad bug 923932 in libreoffice (Ubuntu) "LibreOffice icons classic" [Undecided,In progress] https://launchpad.net/bugs/923932 [13:50] cjwatson: jodh: is sendsigs.omit.d honored in ubuntu (i.e. upstart)? [14:10] nevermind, as long as /etc/init.d/sengsigs is till used it is honored, but if a script that uses it is converted to an upstart job, it should stop on correctly. [14:12] can someone help me in fixing the bug #923932. [14:12] Launchpad bug 923932 in libreoffice (Ubuntu) "LibreOffice icons classic" [Undecided,In progress] https://launchpad.net/bugs/923932 [14:23] ev, any ETA for the next rollout? Or are you still working on the 90-day actives? [14:23] mpt: one just happened, but I'm still working on the 90 days stuff [14:23] the greyed out lines are there though [14:23] let me know what you think [14:24] I need to get a better caching deployment done today too [14:24] as we're not paying any attention to etags from launchpad at the moment [14:31] xnox: that logic assumes jobs specify an explicit 'stop on' condition; if they don't, they are in limbo land as sendsigs ignores them FWICS. Therefore sendsigs is making a potentially incorrect assumption (upstart_jobs() should parse 'initctl show-config' for each job and check if it does have a 'stop on' before omitting it). [14:32] jodh: ah. ok. it's just mdmon should still be running after rootfs is unmounted, otherwise mdmon will not manage to stop the underlying RAID array [14:32] which is hosting the rootfs for example. [14:33] and mdmon is spawned/started automatically by mdadm, i.e. the udev rule. so it's ok if the pid is in the sendsigs and there is no upstart job. [14:35] tkamppeter: my printer doesn't get a driver auto-detected by s-c-p-udev but it works fine when I set it up manually, should I report? [14:42] ev, whoo, y axis starting at zero. Oddly it seems to have brought the 12.04 line down with it. [14:43] ev, at least the 12.04 values on the main graph are consistently 1.0 greater than those on the zoom graph. [14:45] Riddell, which printer do you have and how is it connected? [14:45] tkamppeter: USB, epson stylus SX130 [14:48] mpt: https://bugs.launchpad.net/errors/+bug/1035866 [14:48] Launchpad bug 1035866 in Errors "The y-axis ticks no longer map to the same values as the graph data" [Undecided,New] [14:59] bdmurray, hey, your bot keeps commenting on bug #1035952 in loop for some reason [14:59] Launchpad bug 1035952 in gnome-settings-daemon (Ubuntu) "gnome-settings-daemon crashed with SIGSEGV in icon_name_hash()" [Undecided,New] https://launchpad.net/bugs/1035952 [15:00] seb128: thanks, looking [15:01] 19 UTC is within 4 hours right ? :) [15:01] bdmurray, thank you [15:01] dupondje, yes [15:01] so I don't come late for my MOTU application :) [15:04] seb128: it is commenting on it because of the bug pattern for that "master" bug - http://bazaar.launchpad.net/~ubuntu-bugcontrol/apport/ubuntu-bugpatterns/view/head:/bugpatterns.xml#L1777 [15:06] bdmurray, hum, the bug only has 1 comment, I wonder why I received 4 emails about it today [15:06] they seems to be every second hour at :47 [15:07] seb128: oh, maybe the actually marking it as a duplicate failed [15:07] bdmurray, seems likely [15:07] hum [15:07] wth, http://pastebin.ubuntu.com/1144977/ [15:08] "Rejected: [15:08] dpkg-source failed for file-roller_3.5.4-0ubuntu3.dsc [return: 2] [15:08] [dpkg-source output: dpkg-source: info: extracting file-roller in file-roller-3.5.4" [15:08] but I can dpkg-source -x that source file locally [15:08] fine [15:10] seb128: can you put the source package somewhere for me to look at? [15:12] cjwatson, dget http://people.canonical.com/~seb128/file-roller_3.5.4-0ubuntu3.dsc and the orig is in quantal [15:13] cjwatson, do you want the full reject email for launchpad as well? [15:13] seb128: no, I can get that from production logs [15:13] or near neough [15:13] ok [15:13] *enough [15:14] there is no actual error in the email [15:14] just blank lines === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [15:31] bdmurray, about bug 1029046 I am not sure about the test case [15:31] Launchpad bug 1029046 in update-manager (Ubuntu Precise) "include system state from apt-clone in apport package hook" [High,Fix committed] https://launchpad.net/bugs/1029046 [15:31] bdmurray, shouldn't it be tested with an upgrade from Oneiric to Precise ? [15:32] bdmurray, instead of Precise to Quantal [15:32] because the version of the upgrader used during an upgrade is the version from the target release [15:34] jibel: yes, you are correct [15:35] jibel: do you want me to fix the description? [15:35] bdmurray, that's fine. thanks, I'll do the verification [15:44] cjwatson, do you want me to open a bug or something about the file-roller upload issue? I've an updated version (got an extra git commit), should I try to upload that one or do you want to keep the issue as a testcase? [16:11] seb128: sorry for the delay, I'm in roaming mode this afternoon and I got locked out of library wifi [16:11] I'll be back on it in a moment [16:21] So, with Unity-2d being dropped, what is the preffered solution for remote desktop usage? Unity/Compiz currently fails, unless using VNC, which is a bandwidth hog. [16:22] seb128: here's the actual error from dpkg-source: [16:22] dpkg-source: error: expected [ +-] at start of line 11232 of diff `file-roller-3.5.4/debian/patches/git_src_update.patch' [16:22] seb128: I suspect you'll find that dpkg-source -x would fail likewise in a lucid chroot [16:23] yep, it does [16:23] - [16:23] \ Pas de fin de ligne à la fin du fichier [16:23] + [16:24] so it objects to that - simplest fix might be to strip the trailing newline from that file and rediff (or just delete the \-prefixed line from that patch) [16:24] kind of surprised we haven't encountered this before mind you [16:24] it'll be fixed once LP moves to precise, since precise's dpkg-source doesn't object to this [16:25] ah [16:25] or you could regenerate that patch in LANG=C [16:26] here's lucid's dpkg-source code: [16:26] next if /^\\ No newline/; [16:26] in precise it's just: [16:26] next if /^\\ /; === skaet_ is now known as skaet === deryck is now known as deryck[lunch] [17:17] cjwatson, thanks [17:18] Anyone has a spare intel matrix raid controller? [17:18] you get them as standalone controllers? I thought that was just a bios thing [17:23] tumbleweed: well system which has an intel matrix raid controller, it's not stand alone but can be build into cpu/bios, bridge, intel sata controller cards as far as I understand it. [17:23] tumbleweed: if you know how to *find* hw capable of intel matrix raid, i'd love my next laptop to have it =) [17:26] xnox: they usually appear as "00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 02)" [17:26] stgraber: thanks! [17:28] xnox: pciid is 8086:2822 here. You might be able to find some matching hardware in the lab by looking for that on hexr.canonical.com, if you're lucky there's a server in the lab that you can get access to [17:30] stgraber: sweet! [17:50] jdstrand: ping [17:51] barry: hey [17:51] jdstrand: hi. there's a bug in https://wiki.ubuntu.com/SecurityTeam/BuildEnvironment [17:51] barry: is this for quantal? [17:51] jdstrand: yep [17:51] jdstrand: script-get-ddebs can't source /etc/schroot/default/config because that file does not exist [17:52] barry: may I direct you to tyhicks? he was looking at fixing those things [17:52] tyhicks`: ^^ (thanks jdstrand) [17:52] hey barry [17:52] barry: I think tyhicks` is afk atm, but he'll be back in a bit [17:53] tyhicks`: just pointing out that /etc/schroot/default/config doesn't exist in quantal afaict [17:53] barry: You're right. The schroot configuration dir was shuffled around a bit. [17:53] barry: I have things working pretty well on my system now [17:53] tyhicks`: cool. do you have an update for script-get-ddebs? [17:54] barry: Would it be ok if I got the wiki updated over the next 20 minutes or so and then pointed you at the updated page? [17:54] (I don't know how urgent you need things to be working again) [17:54] tyhicks`: whatever is easiest for you. i was going to do a test build of a package i need to update (just updated my main box to quantal). but i think the patch is good so i'll forgo the test build for now and just upload it :) [17:55] tyhicks`: can you ping me when the page is updated? my email is temporarily down [17:55] barry: Will do [17:55] tyhicks`: thanks! [17:55] np === tyhicks` is now known as tyhicks === deryck[lunch] is now known as deryck [18:07] cjwatson: pingly [18:10] cjwatson: let's say I wanted to add a couple of 3rd party archives using live build, but some of the repos have a different component than the others, how can I accomplish that? [18:10] because using --archives foo --archive-areas bar for every repo makes it choose the last repo [18:11] and all other repos are overwritten [18:12] oh, hmm [18:15] there we go \o/ [18:16] though I'm still certain that it'll fail since it won't find the main component on archive.canonical.com [18:16] or the partner component on the PPA's === cpg|away is now known as cpg [18:48] byzanz-record is not in the repository [18:48] why? [18:48] there was [18:48] on 12.04 there is not [18:48] thre is a ppa that work for 12.10 too btw [18:51] barry: Ok, finally got it finished: https://wiki.ubuntu.com/SecurityTeam/BuildEnvironment#Upgrading_to_Quantal_.2812.10.29 [18:51] barry: Please make a backup of everything and proceed with caution [18:52] tyhicks: thanks, trying... [18:52] barry: You're the first one to follow my instructions on this, so you may hit some bumps :/ [18:52] tyhicks: "guinea pig" is my middle name! [18:52] barry: Exactly! :) Let me know of any problems and we'll work through them [18:53] tyhicks: i've always stopped reading at "umt" :) [18:54] barry: Hmm.. well do you need the whole script-get-ddebs magic? I assumed it was for umt. [18:55] tyhicks: maybe i don't and didn't know it [18:56] tyhicks: anyway, let me play around with it and see [18:56] jdstrand: Do you know if /etc/schroot/script-get-ddebs is only for umt? [18:57] barry: The core of the problem is that schroot deprecated the script-config option in schroot.conf, in favor of the profile option, and then /etc/schroot/ was shuffled around to match that [18:57] barry: That's all you need to work around [18:58] tyhicks, jdstrand: maybe if i don't use umt, i don't need script-config at all and can just comment it out? [18:59] barry: That's what I'm wondering, as well. I don't know the history of script-get-ddebs well enough to say for sure though :/ [18:59] tyhicks: ah sorry-- script-get-ddebs shouldn't strictly be needed even for umt [18:59] jdstrand: Is it needed at all anymore? [19:00] it is just there to snag the ddebs [19:00] well, if you want ddebs it is needed [19:01] Ok. I updated the wiki page to provide an equivalent setup to what was already described. [19:01] so perhaps that's just not needed for ordinary test builds [19:01] barry: If you don't need access to the ddebs, then you should be fine just removing the script-config option from schroot.conf. [19:02] tyhicks: gotcha. i'm going to just try that and see how it goes [19:02] sounds good [19:02] tyhicks, jdstrand thanks! [19:02] np === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:11] @pilot in === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: robert_ancell, jamespage [21:13] barry: any idea how I can decode a hex string that works in both python 2 and python 3? [21:13] mdeslaur: string or bytes? ;) [21:14] mdeslaur: do you have an example? [21:14] it's a result from re.findall [21:15] ie: "4a4b4c" [21:15] I used to be able to do .decode("hex") [21:15] and now I can do bytes.fromhex("4a4b4c").decode('utf-8') [21:15] but, is there a way that works in both? [21:17] * barry thinks [21:18] you can say no too :) [21:18] mdeslaur: off-hand i don't ;) [21:18] ok, thanks :) === dendrobates is now known as dendro-afk === salem_ is now known as _salem === cpg is now known as cpg|away === rsalveti` is now known as rsalveti [21:54] mdeslaur: What are you trying to decode it to? Can you use int('4a4b4c',16)? [21:58] I just tried it in both 2.7 & 3.2. Seems to work for me. === Ursinha` is now known as Ursinha === mbiebl_ is now known as mbiebl === zyga is now known as zyga-afk [22:55] GrueMaster: it's a text string that's hex encoded, so no, not an int [22:56] int converts text strings to integers. [22:56] >>> int('4a4b4c',16) [22:57] 4868940 [22:57] Thisis what I get when I run this in "python -i". [23:20] GrueMaster: I don't want an integer, I want a string back [23:20] ie: '5468697320697320736f6d652074657874'.decode('hex') [23:21] Oh. Give me a sec, I might have a solution.