[00:05] sarnold: not the same situation, but there are multiple causes, I guess === wedgwood is now known as wedgwood_away [01:21] Daviey: around? [01:55] Uhm. What just spawned Ubuntu Core Installer from its postinst? :P [01:57] infinity: funny, cjwa tson and dob ey were mentioning it earlier.. [01:57] Yeah, I'm going to fix this with fire right now. [01:58] * sarnold gets his ovegloves out [02:09] jamespage: is there a way to have the server seed depend on 'qemu-system-$arch' ? (new qemu will have separate qemu-system-x86, qemu-system-ppc, qemu-system-arm, etc; qemu-kvm depends on qemu-common which will depend on all of them) [02:09] hallyn: Sure. [02:12] infinity: I'm still ironing out the details on the new qemu merge from debian, but when I push that qemu-system-x86 will be a new package containing only files from qemu-system (which is in main) - will it be hard to get into main? [02:12] No, splits don't need an MIR. [02:12] phew [02:12] And you'd want seeds something like this (adjusted for whatever the actual truth is): [02:12] * qemu-system-ppc [powerpc ppc64] [02:12] * qemu-system-arm [armel armhf arm64] [02:13] ah cool [02:13] * qemu-system-x86 [i386 amd64 x32] [02:13] so just like you do in a debian/control :) [02:13] Pretty much. [02:13] thx [02:13] Plenty of examples of this in the seeds currenty. [02:13] that should reduce the size of the server seed a bit, [02:13] but theni still need to figure out why oh why qemu-system is depending on libgl1-mesa-glx | libgl1 all of a sudden [02:13] spice? [02:14] Or is this pre-spice-enabling? [02:14] pre-spice [02:14] Oh, indeed. [02:14] feh, i do hope spice won't add that, that could suck [02:16] Every single qemu-system-* has a libgl dep. [02:16] And given our aggressive use of --as-needed, that probably means they actually use symbols from it. [02:16] Unless there's some gross hand-made linking going on. [02:17] is that libglib-2.0.so.0 ? [02:17] Oh, my grep might be bad. :P [02:17] right i don't actually see a 'libgl' as such, or any *mesa* or *qxl [02:18] /usr/bin/qemu-system-lm32 is the only one. [02:18] (base)adconrad@cthulhu:~$ for i in `dpkg -L qemu-system` ; do if ldd $i 2>/dev/null| grep -q libGL; then echo $i; fi; done [02:18] /usr/bin/qemu-system-lm32 [02:18] (base)adconrad@cthulhu:~$ [02:18] I always forget it's uppercase GL. [02:18] [02:19] That's sort of a self-solving problem after the split. [02:19] Assuming lm32 isn't one you care about. :P [02:19] Whatever it is... [02:19] right it's not :) [02:20] but libGL comes from nvidia for me [02:20] lm32-uclinux lm32 platform for uClinux and u-boot by Theobroma Systems [02:20] lm32-evr LatticeMico32 EVR32 eval system (default) [02:20] milkymist Milkymist One [02:20] libxcb test cases completed \o/ [02:20] Well, yes. Your libGL comes from nvidia cause you have the nvidia drivers installed, so? [02:20] pitti: ^^ [02:21] infinity: I'm still just trying to figure out what libgl1-mesa-glx is [02:21] hallyn: It's libGL. [02:21] all right [02:21] * hallyn checks where lm32 falls in the split - hopefully qemu-system-misc [02:21] hallyn: Your dep is "libgl1-mesa-glx | libgl1", and binary drivers all provide the latter and use alternatives. [02:22] pitti: I will request a branch merge after I come from school, the bus is here [02:22] infinity: ah, i see [02:22] infinity: phew, yeah, it's in -misc, so that may solve that [02:22] hallyn: Unless spice uses GL. ;) [02:23] hallyn: Well, spice would be its own package too, I'm guessing, a second build of x86? [02:23] hallyn: Or is Debian just building it in? [02:23] Hrm, guessing spice is just built in to x86. === zz_Jacky_ is now known as jackyalcine [02:24] * infinity looks at how that pans out. [02:24] yeah i guess we should b eable to tell by looking at the debian-experimental packages [02:25] Which I just did. [02:25] And I guess it's not a big deal. === jackyalcine is now known as Jacky_ [02:25] I was going to bitch about how spice would pull in all those useless X11 deps. But qemu-system does that ANYWAY. [02:25] right, qemu-kvm shoudl always have done that too, bc it built in sdl [02:25] Because it's such a wonderfully modular design, so well-suited to masquerading as a lightweight hypervisor. [02:25] [02:26] and sdl never works right anyway === Jacky_ is now known as zz_Jacky_ [02:26] maybe we can add a qemu-kvm-barebones [02:26] infinity: ok, so spice in debian doesn't add libGL? [02:26] infinity: (bc it is a big deal due to bug 1118407) [02:26] bug 1118407 in qemu (Ubuntu Raring) "qemu-kvm/system has a large number of dependencies" [High,Triaged] https://launchpad.net/bugs/1118407 [02:26] Isn't what qemu-kvm *was* before we decided to just use system? [02:27] rephrase? [02:27] Oh, no, kvm built with sdl too. [02:27] Nevermind. [02:27] right [02:27] gah. biab [02:27] So, yeah. It would be nice to have something targetted at servers. [02:28] It would be so much better if it had a modular/plugin system. :/ [02:29] So you could have the base installed and then say "actually, I'd like some X graphics with that, too... Or spicy acceleration... Or sound... Or whatever) [02:29] Though, I guess all anyone really needs is the "nothing but barebones kvm/paravirt with no GUI and sound stuff" and "the kitchen sink". === zz_Jacky_ is now known as jackyalcine === jackyalcine is now known as Jacky_ [02:31] hallyn: Oh, speaking of qemu, IS needs a patch in your next upload. [02:32] hallyn: https://launchpadlibrarian.net/93501920/qemu-linaro-921078.patch got dropped when the great merge happened. [02:33] hallyn: Given that 2.6.32 is the baseline for experimental's glibc as well, it may pay to just push this to Debian. Or we can carry it locally. Whichever. [02:33] hallyn: So, when that patch got dropped and they rolled out a new backport, all the ARM PPAs broke. Well done. [02:35] Hm. Library versioning question: if liba takes some symbols and puts them in liba-private, with liba depending on liba-private (so the the union of symbols in the new liba + liba-private is a strict superset of the symbols in the previous liba), does this break ABI? My guess is yes, but it seems empirically to not break ABI. [02:35] RAOF: Nope. [02:36] RAOF: Not on GNU/Linux anyway. It all resolves sanely and it's like nothing happened. [02:36] RAOF: Of course, that also means liba-private isn't private. [02:36] RAOF: If its symbols are exported and accessible through linking liba. [02:36] win 301 [02:36] Yeah. A better name for it could be "liba-minus-the-glib-bits" [02:37] Heh. [02:37] infinity: Ta. The obvious case is "it works", but I wasn't sure if there were some funky dlopen options you could wrangle to only see symbols directly from the library you're dlopening. [02:37] But if liba depends on liba-glib-bits, why bother with the split? [02:37] If you dlopen() liba and it links liba-whatever, you'll get whatever with it. [02:38] Because other things can depend on liba-minus-glib-bits, I think. [02:38] Note that I said dlopen() intentionally there. There are non-dlopen dlopen-alike implementations that screw this up. But glibc doesn't. [02:38] (be wary of ctypes) [02:39] Anything using glibc's linkers (dlopen() or ld.so via direct linking) will be fine. [02:39] And anyone else is doing it wrong. [02:39] QED. [02:39] Eh. This has an accompanying gir; I don't think anyone sane will be ctypesing it. [02:52] infinity: oh, never heard of that patch. oh i see it wasn't in qemu-kvm... [02:52] infinity: should that only be for arm targets? [02:52] hallyn: The same misfeature applies to all qemu-user-static builds, it's hard an ARM issue. [02:53] hallyn: Without declaring a uname at build time, it just passes through the system's uname. [02:53] oh. i see. which'll be 2.6.23 or something for hardy :) [02:53] hallyn: Which is a blatant lie (the syscall emulation doesn't relate at all to the system kernel), and is also rather problematic in some cases. [02:53] 2.6.24 [02:53] i was close! [02:53] But same problem in the other direction. The syscall emulation isn't ever up to date with linux mainline, so 3.8.0 is just as much a lie. [02:54] And 3.8.0 is what my raring system will say running uname under qemu-user-whatever. [02:54] ok, i'm getting clsoe to pushing, lemme toss taht patch backin tehre realy quick === pcarrier_ is now known as pcarrier [03:02] trying to tell if that flag is safe for system builds === jono is now known as Guest51 === jbicha is now known as Guest80174 === StevenK is now known as Guest40324 === Guest80174 is now known as jbicha_ === emma is now known as em [04:44] Daviey: jamespage: infinity: mjt: ok, the qemu built from https://github.com/hallyn/qemu/tree/de.jan28.ubuntu2.nixdoc seems to do all the right things for me. In the morning i'll try a quantal->raring upgrade with it, then probably push it to raring. [04:45] (should fix the two bugs jamespage filed today) [04:45] * hallyn out [04:58] * shuduo is away: auto-away [05:05] * shuduo is back (gone 00:07:21) === Jacky_ is now known as zz_Jacky_ === zz_Jacky_ is now known as jackyalcine === jackyalcine is now known as Jacky_ [05:27] Good morning [05:27] vibhav: awesome! [05:38] * shuduo is away: auto-away === Jacky_ is now known as zz_Jacky_ === zz_Jacky_ is now known as jackyalcine [05:49] Hiya [05:56] * shuduo is back (gone 00:17:53) === Guest40324 is now known as StevenK === amitk is now known as amitk-afk [07:27] good morning === jackyalcine is now known as zz_jackyalcine === chiluk is now known as chiluk_away [08:18] highvoltage, happy birthday! :) [08:23] thanks, dholbach! [08:23] :) [08:24] highvoltage: happy birthday and congrats with becoming a gnome-panel maintainer! :) === yofel_ is now known as yofel === amitk-afk is now known as amitk [08:51] dholbach, hey, udd question ... will those uploads you did lead to the udd merge request to autoclose if you just dput and didn't bzr merge & push? or should they be set to merged manually? [08:52] I think they won't close [08:53] I was just waiting for them to be merged [08:53] dholbach, ok, works for me, I usually set them as merged when I dput so I don't forget but I was wondering if I was overlooking some autoclosing magic on the udd side ;-) [08:54] ok [08:54] dholbach, when is Logan's application going to be reviewed for MOTU btw? ;-) [08:54] seb128, according to https://lists.ubuntu.com/archives/devel-permissions/2013-February/000445.html it's on 25 Feb [08:55] great [08:55] dholbach, danke! [08:56] I feel good now, I just translated a page on https://translations.launchpad.net/ubuntu-packaging-guide/trunk and reviewed 2 pages of translations suggestions === henrix_` is now known as henrix [09:52] pitti: ping [09:53] hey vibhav [09:53] After compilation, how do I run Xvfb and the test together? [09:54] vibhav: xvfb-run yourtestprogram [09:54] Can xvfb run in the background? [09:56] xvfb-run does all that for you [09:56] pitti: What about the parameters to Xvfb? [09:56] you don't usually need parameters [09:56] Perfect [09:56] So screen is :0 , right [09:58] vibhav: no, xvfb-run will use :99 by default [09:58] but it sets $DISPLAY [09:59] so you can do "xvfb-run xeyes" and everything will work [09:59] Ah [09:59] Just Work in fact [09:59] Good [10:00] So I refine it and then request a merge [10:00] I will* [10:03] hello, got a question about a Python bug, https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1119195 fixed upstream, what is the process to get it included in 12.04? [10:03] Ubuntu bug 1119195 in python2.7 (Ubuntu) "_DummyThread' object has no attribute '_Thread__block" [Undecided,New] [10:04] !sru | Gwaihir [10:04] Gwaihir: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [10:06] thanks vibhav [10:06] No problems [10:25] Hi, Im compiling some software and Im curious. Why arent ubuntu packages compiled with -fPIC? [10:25] examples include: libssl.a, libc.a, and libz.a [10:27] because you've libssl.so, libc.so, libz.so etc [10:27] if you compile your prog dynamically, use these. if you compile it statically, use libz.a etc but in this case you don't need -fPIC. [10:28] Im trying to create a shared lib thats statically linked if that makes sense, in which case I do need -fPIC [10:28] static lib compiled with -fPIC makes sence if you include that static libs into shared libs [10:28] heh [10:28] yeeeep. [10:28] as i said, do not do it, use real shared libs. [10:29] jrp: that's not supported on debian/ubuntu. [10:29] jrp: you can recompile libraries in question and then you can do it. [10:29] aka in a ppa. [10:29] is there anyway I can create a staticly linked library out of shared libraries? [10:29] xnox: yeah, im recompiling glibc now :\ [10:30] static libs are already very questionable things, but it really is sometimes necessary to build static apps sometimes. [10:30] jrp: do not use it, unless all the test-suites pass. [10:30] statically linking glibc is very unwise. [10:30] but embedding a static lib (especially such common ones like glibc(!!) and libz) is really insane. [10:31] and we went to serious effort to hunt-and-destroy instances of static linking of libz a security vulnerability or two ago. [10:31] Im very far down a rabit hole, I really just need a shared library with statically linked libcurl [10:31] hahaha [10:32] http://curl.haxx.se/docs/adv_20130206.html -- fresh curl security hole for you [10:32] i saw [10:33] would it improve things at all if i said it was a research project PoC and not for a production system? I understand why statically linking things is such a horrible idea from a security perspective [10:33] it is really a bad taste to help to do such a bad thing. [10:33] jrp: it's not going to persuade us to offer the facility widely, I'm afraid, because it's just too tempting to misuse [10:33] and it always starts from research/PoC thing, and spreads from there... [10:33] jrp: that said, you'll find some -pic variants of libraries, which exist for special purposes - for example libc6-pic [10:34] cjwatson: what purposes are these? [10:34] cjwatson: thats incredibly helpful [10:34] mjt: installer [10:34] ubuntu uses its own installer? [10:34] scary library reduction thing which really ought to be replaced now that we have sane udeb shlibdeps, but ... [10:34] mjt: no, d-di [10:34] *d-i [10:35] mjt: libc6-pic is in Debian too [10:35] yeah, d-i and reduction. i remember now. [10:35] I mean, if youd like Id happily explain my project briefly and if theses a better way to do it Ill happily switch to it. Im very much stumbling through things as I go [10:35] we wouldn't have introduced it ourselves [10:35] d-i is an evil thing anyway :) [10:35] nah, it's lovely and fluffy [10:35] admittedly there is a core of complex evil [10:35] * mjt , being one of the d-i team, hides and runs away [10:36] well, likewise :) [10:36] but i don't do much there, only busybox [10:38] (maybe it's time to stop caring about lib size reduction, -- we use DVDs with much larger size and alot more packages these days, so the difference in size between reduced and regular libc.so makes no sence at all) [10:39] well, thank you guys very much for the help, i appreciate it [10:40] jrp: In general the better way is just to use ordinary dynamic linking and have dependencies to ensure that the proper shared libraries are present ... [10:40] cjwatson: Im building something which will be executed through LD_PRELOAD (which I know is also evil) [10:40] I wasn't aware that LD_PRELOAD disregarded indirect linkage? [10:40] wow. linking libc statically into LD_PRELOADed object may have... interesting effects. [10:40] ;) [10:41] Quite, you'll probably end up with a sea of symbol conflicts and consequent segfaults [10:41] ok, backing up some more. Im hooking connect() using LD_PRELOAD, then trying to use libcurl to send data off [10:42] http://stackoverflow.com/questions/4385155/setting-my-lib-for-ld-preload-makes-some-processes-produce-loader-errors implies that dynamically-linking a preloaded library works fine [10:42] Im concerned that libcurl will see my not-real-connect, as opposed to real connect [10:43] does that make any sense? [10:44] I think what you want is to build a shared libcurl without -Bsymbolic-functions [10:44] you'll have to implement all read/recvfrom/etc stuff too [10:44] Let me check what our curl is built with [10:45] (or just fork a child process linked with curl, and return a real socket fd from socketpair) [10:45] that might be a ton easier and safer [10:45] Im trying to avoid forking, I have it working now in a fashion via fork/exec [10:46] Yeah, our curl's linked with -Bsymbolic-functions, so you'd need to undo that in order to be able to override symbols therein using LD_PRELOAD. Or mjt's solution would work too. [10:46] but id like to avoi the process overhead [10:46] A bit of a hassle but almost certainly less painful than static linking. [10:46] Uh, so Im sure were on the same page. I -want- curl to use the system's connect() [10:47] Oh, ISWYM [10:47] so Im trying to statically link curl so it -wont- hit my connect/getaddrinfo/gethostbyname [10:47] Ah, no, -Bsymbolic-functions doesn't apply because connect isn't within the library [10:47] jrp: Sounds like sledgehammer and nut ... [10:48] cjwatson: As I said, Im stumbling through it, down a rabit hole. Im 100% open to smaller hammers [10:48] write a small daemon that does your curl work and connect to it from ld_preload [10:48] to avoid forking overhead [10:49] hm, thats a very good idea [10:49] tons of possibilities, embedding stuff into ld_preload seems like one of the worst solutions [10:50] when all you have is a hammer... I dont know why I didnt think of a daemon [10:50] * cjwatson tries to remember details of symbol resolution rules [10:51] it makes me feel marginally better that all this isnt super obvious [11:17] jrp: Here's another possibility (probably at the very least glibc-specific and possibly Linux-specific): http://paste.ubuntu.com/1623988/ [11:18] jrp: (Actually, make the "int (*connect_real)" line "static int ..." instead for efficiency, I missed that bit) [11:19] ...wow. seriously, thank you so much. [11:20] bar.c here is of course a stub taking the place of libcurl [11:20] yeah [11:23] tjaalton: could you please have a quick look at https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-gtk-/129/artifact/gtk+.log ? that's a very recent failure, does that ring a bell? [11:23] tjaalton: it still worked on Feb 6, failed on Feb 7 [11:24] https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-mutter/101/artifact/mutter.log fails in the same way [11:24] error: conflicting types for 'BarrierEventID' [11:25] pitti: needs a rebuild, I've uploaded a new libxi last night [11:25] tjaalton: oh, is that 2:1.6.99.1-0ubuntu2 [11:25] yes [11:25] tjaalton: thanks, sorry for the noise [11:25] sorry for pushing the original one to raring and not the staging ppa ;) [11:26] can't escape Jenkins :) [11:26] :) [11:27] jrp: ... and no problem, it was an excuse to try to remember this stuff [11:29] cjwatson: is theres a source youd recommend for understanding what -Bsymbolic-functions does? [11:30] When creating a shared library, bind references to global function [11:30] symbols to the definition within the shared library, if any. [11:30] is what 'info ld' says [11:31] In other words: normally something earlier in the link (the main program, a library loaded earlier, or an LD_PRELOAD) gets to override symbols in any libraries linked later [11:31] So if you have a "malloc" symbol in your program then that also overrides malloc for any libraries it loads [11:32] Actually, sorry, that's misleading [11:33] Let's say you have a curl_getenv symbol in your main program - that would ordinarily override the one in libcurl [11:35] But if libcurl is linked with -Bsymbolic-functions, the linker looks for any internal function calls within the library (that is, calls from one function in the library to another) and rather than leaving those symbols to be resolved when the whole program is loaded, it resolves them all in advance in libcurl.so [11:37] This has the downside that you can't then override those symbols with LD_PRELOAD (so we don't use -Bsymbolic-functions for libraries like libc where you commonly want to preload their symbols), but it has the advantage that the dynamic linker has to do many fewer relocations when loading a program, so it makes program execution more efficient, especially for programs involving many libraries such as you find on the desktop [11:37] Does that help? [11:37] yes, very much [11:40] ok, Im trying to make sure I understand this. main calls connect, which gets sent off to libfoo.so. libfoo passes it to inner connect in libbar, which actually sends it back to libfoo. But because the inner val is different, we now execute real connect, flip inner back, and return [11:41] Right, and because inner is static its value is saved across invocations [11:41] yep [11:42] hi, can anybody give an update on this bug? https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1077153 there's a comment for precise, but I cannot find an updated package with that fix... [11:42] So the preloaded connect gets to communicate with recursive calls to itself [11:42] Ubuntu bug 1077153 in python2.7 (Ubuntu Precise) "Backport request: http://bugs.python.org/issue14308" [Undecided,Triaged] [11:42] The RTLD_NEXT trick is the glibc-specific bit, I believe [11:42] yeah, it is [11:42] Hence #define _GNU_SOURCE [11:42] yep [11:42] if youre going to do that btw [11:43] well, i gues you couldnt matke it static then [11:43] make which static? [11:43] but typeof(connect) connect_real [11:43] oh, yeah [11:43] makes the function pointer syntax less obnoxious [11:43] I figured it didn't really matter since we already need to know the type for the wrapper function [11:43] yeah [11:43] But feel free to polish further :) [11:44] ok, so Im still missing something here I think [11:44] lets say bar.c is our program which uses libcurl. wont it still hit connect in libfoo? [11:45] Is libcurl being used in the main program as well as in the preloaded wrapper? [11:45] possibly [11:45] well, yes, it will be [11:45] in some cases [11:45] You'll have to figure out when you want your wrapper to take effect and when you don't [11:45] But you should have enough flexibility this way to vary the policy [11:46] If all else fails you could wrap curl functions just for the purpose of noticing that you'd entered them ... [11:46] (You'd need a file-scope static variable then) [11:46] yeah, ok [11:46] that makes sense [11:46] heh, christ what a PITA :) [11:47] Gwaihir: well precise has 2.7.3 not sure which patchlevel. Do you have a link to the commit on 2.7 branch handy? There should be 2.7.4 soon, is that patch included? [11:48] xnox, upstream commit link is this one: http://hg.python.org/cpython/rev/ab9d6c4907e7 [11:49] xnox, as far as I know it should be in upstream 2.7.4, but is 2.7.4 going to be available in precise too? [11:52] cjwatson: hm, I think the easiest way is just going to be to wrap the curl_execute functions with something like your inner var [11:53] cjwatson: because all my functions call their real versions [11:53] vibhav: meh, https://jenkins.qa.ubuntu.com/view/Raring/view/AutoPkgTest/job/raring-adt-ncurses/1/ARCH=i386,label=adt/ fails [11:53] cjwatson: and return the same results, they just perform some db operations along the way [11:53] vibhav: that may be because the test doesn't actually have a stdout/stderr? [11:59] Gwaihir: well we are currently packaging the tip of 2.7 branch in raring. And I don't see past history of uploading python micro-releases. But since 2.7 is the last one..... [12:00] Gwaihir: i think it's safer to cherry pick that one patch as an SRU. Please follow https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template on the bug report. with pointers upstream and then we can SRU that. [12:00] jrp: *nod* makes sense [12:01] xnox, ack [12:02] pitti: did any body write UDisks2 template for dbus-mock yet? [12:02] xnox: not that I know of [12:03] pitti: ok. I ported usb-creator to UDisks2, but I don't trust it. Looked into porting the test-suite and it seems like dbus-mock would be more extensive and easier to use. Considering that I also want to test our own (usbcreator) helper as well. [12:04] xnox: yeah, and might be useful for other tests, too [12:05] xnox: "trust" in which sense? fails in tests? or just a gut feeling? [12:05] (fails in manual test, I mean) [12:05] pitti: it now doesn't fail in manual tests, but I did have round-trips of "i fix here, now it's broken there again where I just fixed it" [12:06] I guess my pitfall was being inconsistent in passing sometimes dbus object path '/org/freedesktop/UDisks2/block_devices/sdb1' and sometimes device file names '/dev/sdb1' [12:07] manual tests are ok, apart from failure conditions not that well tested (what if it's unplugged at various points of progress) [12:10] cjwatson: thanks again, its past time for me to pass out. i owe you a sixpack [12:10] cjwatson: feel free to collect if youre ever in Oregon === _salem is now known as salem_ [12:30] xnox, will something like this https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1119195 work for an SRU? [12:30] Ubuntu bug 1119195 in python2.7 (Ubuntu) "_DummyThread' object has no attribute '_Thread__block" [Undecided,New] [12:30] grr, could someone remove xserver-xorg-video-s3 and -qxl from raring-proposed? [12:30] mistakenly uploaded there [12:31] someone as in archive admin.. [12:31] tjaalton: they shouldn't be there at all or you're going to fix in a subsequent upload? [12:31] Laney: not at all, should be in canonical-x/x-staging [12:31] seb128: didrocks: ^^^ [12:32] nothing critical there, it's basically just a rebuild [12:32] but would save yet-another upload :) [12:33] Gwaihir: looks good. I'm confused why you filed it as a new bug, instead of updating the existing one =) [12:33] Laney: hum, I think you need more than an archive admin to change something in the published repo :) (or I've never done that more exactly and https://wiki.ubuntu.com/ArchiveAdministration doesn't mention it) [12:33] tjaalton: ^ [12:33] xnox, the old one was marked as Fix Released... [12:34] didrocks, I think you can just delete from proposed (as you would delete a source from the archive), but I never tried [12:34] Gwaihir: bugs can have tasks. Precise task was not "Fix Released" [12:34] Gwaihir: e.g. we track bugs per-series =) [12:34] right, it's still pending, so should be doable [12:34] seb128: same, I think that the manual removals enable that, but I prefer people knowing to do it first :) [12:34] xnox, yep... right... my bad, I can update the other one [12:35] Gwaihir: don't worry. Let me sort it out. [12:35] xnox, thanks [12:36] Gwaihir: now, that's better. Note that it will have to wait until after 12.04.2 is released. [12:36] bug 1077153 [12:36] bug 1077153 in python2.7 (Ubuntu Precise) "_DummyThread' object has no attribute '_Thread__block" [Medium,Triaged] https://launchpad.net/bugs/1077153 [12:36] tjaalton, Laney, didrocks: trying "./remove-package -m "uploaded by error" -s raring-proposed xserver-xorg-video-s3" [12:36] xnox, ok, thanks again [12:36] Gwaihir: in the mean time you can just catch and ignore that attribute error ;-) [12:37] seb128: same for -qxl? [12:37] trying [12:38] thanks :) [12:38] lp shows it as published in the proposed pocket now [12:38] *them [12:38] let me block them to be safe [12:40] yeah, command doesn't work for atm [12:40] items = gnomekeyring.find_network_password_sync(username, service) [12:40] gnomekeyring.IOError [12:40] hoho [12:40] you might want https://rbtcollins.wordpress.com/2013/01/24/launchpadlib-without-gnome-keyring/ [12:41] didrocks, does "./remove-package -m "uploaded by error" -s raring-proposed xserver-xorg-video-s3" work for you? [12:41] let me try [12:41] my session is screwed, compiz froze again [12:41] and I didn't want to restart [12:41] I ran it from a vt, which restored UI but broken env [12:41] xnox, wish I could do that, I would have to patch another library not under my control, anyway, is that targeted for 12.04.2 or .3? [12:42] seb128: Laney: tjaalton: flushed [12:42] didrocks, same for qlx please ;-) [12:42] qcl [12:42] qxl [12:42] ups [12:42] yep, looking first at what's happening in launchpad for -s3 [12:42] I need to report that compiz issue [12:42] didrocks, seb128, Laney: great, thanks! [12:42] it's frozen every second time I come from a guest session since I started using a second monitor [12:43] ok, seems that -raring still have a package :) [12:43] didrocks, that command is what https://wiki.ubuntu.com/ArchiveAdministration recommends to remove buggy SRUs [12:43] seems like it worked [12:43] didrocks: do the same for -qxl too [12:43] didrocks, so I figured it would be similars ;-) [12:43] -qxl done :) [12:43] ah, echo [12:43] :) [12:43] so be aware that you can't reuse that version next time [12:44] oh [12:44] seb128: yeah, I feel more confortable when seeing it's what is done for SRUs ;) [12:44] well this was a useless excercise then :) [12:44] tjaalton: tsss tsss, let's say it was for exercising our fingers at least! [12:44] not completely useless ;) [12:44] heh, ok [12:45] tjaalton: thanks for checking my health :) [12:45] * didrocks hugs tjaalton [12:54] didrocks: :) === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as Jacky_ === Jacky_ is now known as zz_jackyalcine [13:26] Gwaihir: .3, we are frozen for .2 [13:40] xnox, cjwatson, i'll roll back ac100-tarball-installer so we have installable images over the weekend (and i have a little more time to find some fixrtc like workaround) === wedgwood_away is now known as wedgwood [13:41] ogra_: all the way to using -m or simply without warning stanza? [13:41] all the way to the last known working setup [13:42] * xnox ponders if all the default no-warning should be listed as well on the command line. [13:42] i dont want to block QA so we need a quick fix for now [13:43] since we dont have milestone images anymore we could point people to for a last known good install ... [13:51] and uploaded ... [13:51] * ogra_ will trigger a manual image build later, once the cron build is done [14:01] infinity: anything else I have missed? http://paste.ubuntu.com/1624731/ [14:12] ogra_: i wonder if it's a red-herring though [14:12] ogra_: i just did simg2img on the last nexus7 image I have -> copied the tarball. Did tar xvf on it and it reported same error [14:13] tar: Skipping to next header [14:13] tar: Exiting with failure status due to previous errors [14:13] with exit code 2 === Ursinha is now known as Ursinha-afk === tkamppeter_ is now known as tkamppeter [14:33] xnox, hmm [14:34] ogra_: the error is from zcat not from tar [14:34] ogra_: http://paste.ubuntu.com/1624936/ [14:34] looking at logs on ~ubuntu-archive/* i can't seem to find the bit where compression was invoked to see if that had errors. [14:35] you need the live-build log === zz_jackyalcine is now known as jackyalcine [14:37] wow [14:37] new acii art on nusakan [14:38] ogra_: pastebinit =) i don't have access there. [14:39] hmm, there isnt any tzar output in the livefs build logs either [14:39] *tar === henrix is now known as henrix_ [14:39] http://paste.ubuntu.com/1624983/ [14:40] ogra_: that is very cool [14:40] yup [14:40] we regulary get new shiny login graphics :) [14:41] hmm, so we dont actually roll the tarball form our own function but use live-build's [14:41] too bad they don't make it to OMGubuntu for everybody to comment how thin the stokes are and imperfect the perspective is. [14:42] well the error is from zcat, I'd expect to see some warnings at gzip step =) if any, for example I/O fail etc... === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest65450 [14:43] right, but there arent any errors [14:45] P: Begin mounting /sys... [14:45] [2013-02-08 14:40:49] lb_binary_iso [14:45] [2013-02-08 14:40:49] lb_binary_netboot [14:45] [2013-02-08 14:40:50] lb_binary_tar [14:45] [2013-02-08 14:40:50] lb_binary_hdd [14:45] lb_binary_tar should have the errors if any [14:46] ogra_: add a zcat | tar -t > /dev/null there and if it fails abort the build =) [14:47] cause it's annoying to build/publish/download/flash/boot to find out there is a tarball decompress error. [14:47] nthe build already takes over 90min .... [14:47] *sigh* [14:47] i cant really add something that takes another 30 [14:48] we were planning to switch to xz anyway [14:48] well there is only read IO and no write + CPU [14:48] we didnt have issues before though [14:48] true. [14:48] gzip upgraded recently? [14:48] not that i know of [14:48] at least not on -changes ... did debian upgrade ? [14:48] * xnox is recompressing the tarball to recreate the image and check if that fails. [14:49] so that we have pulled something in by accident [14:50] nah last gzip update is from before starting nexus7 images =) [14:50] tar cf binary-tar.tar binary [14:50] gzip ${GZIP_OPTIONS} binary-tar.tar [14:50] thats the code in lb [14:51] GZIP_OPTIONS="${GZIP_OPTIONS:---best}" [14:51] if gzip --help | grep -qs "\-\-rsyncable" [14:51] then [14:51] GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable" [14:51] fi [14:52] and that seems to be the default [14:53] nothing special in it (and i dont really belive it is gzip) === kentb-out is now known as kentb [14:54] make_ext4fs corrupting files? =/ [14:55] nah, it didnt before [14:56] the only actual change was that we dropped -m and that infinity switched to long options [14:56] and i doubt the long options cause it :) [14:58] it was working fine when -m was dropped. [14:58] I reported that it prints "timestamp too far in the future" for every file on flashing, but it did finish flashing and booted into oem-config [14:58] oh [14:58] It didn't work after --warning=no-timestamp got uploaded [14:58] i dont see a --best option in our gzip manpage [14:59] (and it's ~ same image I have now) [14:59] --best == -9 [14:59] I installed it after that warning was disabled [14:59] s/installed/flashed/ [14:59] xnox, yes, but its not documented [14:59] Laney, and it worked ? [14:59] -# --fast --best in man gzip [14:59] yeah [14:59] something borked and I had to go back to android first though [15:00] xnox, bah, need to train my search abilities :P [15:00] * ogra_ scratches his head [15:00] ogra_: technically it's the -9 that isn't documented ;-))))) -# is [15:01] xnox, do we log the output of fastboot when flashing with usb-creator ? [15:01] i wonder if there were any issues when flashing for the people seeing no installer [15:04] * xnox wonders did people start using usb-creator suddently? (considering that it doesn't do ungzip) [15:04] there are some logs.... [15:04] oh, it doesnt work yet ? [15:05] it does work, it's just the download is .img.gz & usb-creator expects .img [15:05] I'm mostly killing it whenever it shows up (and it does that a lot) [15:05] one needs to decompress =) [15:05] xnox: I used it yesterday, yes [15:05] but for .iso [15:05] xnox, well, we should include the decompressing somwhow [15:05] stgraber: yeah, sorry about that. Infinity hit it on the head. [15:05] stgraber: http://paste.ubuntu.com/1624731/ can you think of any other times it popped up & you didn't want it to? [15:06] stgraber, it wants to tell you something about the priority of working on mobile i guess ;) [15:06] ogra_: well, considering it did that every time I wanted to test some packages for mobile, it did a pretty sucky job at motivating me to continue ;) [15:07] lol [15:08] +[ x"$XAUTHORITY" == x"" ] && exit 0 [15:08] +[ x"$user" == x"lightdm" ] && exit 0 [15:08] xnox: those are bashisms [15:08] s/==/=/ [15:08] $ [ "" == "" ] [15:08] dash: 1: [: unexpected operator [15:10] well, we just need to make upstart use a full bash implementation ... see ... fixed :) [15:10] wow, I'm really glad we're getting upstart user sessions soon, that kind of upstart job really shouldn't exist ;) [15:10] cjwatson: that sure looks familiar [15:10] stgraber, ++ [15:10] shadeslayer: yes. [15:11] stgraber, in the beginning it actually fired on every USB plug event :) [15:11] it already improved a lot [15:11] ogra_: ah, that might have been my problem then, considering I'm working on phone support and plug/unplug USB phones every 30s or so ;) [15:11] but ... that doesnt fix our tar/gzip issues [15:11] * ogra_ sighs [15:12] * ogra_ suspects he has to do a fresh install himself to dig deeper [15:12] xnox: there, your new upstart job, which will only work on my laptop ;) http://paste.ubuntu.com/1625157/ [15:13] * xnox wants a shell that doesn't support bashism, yet has bash-completion & history scrollback and colors [15:13] stgraber: I know. I can't wait for user sessions. [15:14] with less bash now http://paste.ubuntu.com/1625172/ [15:15] s/test/\[/ [15:15] ? [15:15] doesn't matter [15:15] consistent with previous calls to test [15:15] well, i like it better :) [15:15] technically it doesnt matter indeed [15:16] hehe, was about to mention that I tend to prefer '[ ... ]' to 'test ...' but it's the same statement, so I don't really care, especially as the job will get a lot shorter pretty soon and all that will go away ;) [15:16] yeah [15:19] or I can not upload this and wait for user sessions =) [15:20] xnox: whut o_o [15:21] shadeslayer: upstart user sessions - the bit where upstart will start gnome-session and can manage long running processes for the user. [15:21] shadeslayer: see the blueprint and massive spec on the wiki and discussions about it on ubuntu-devel & upstart-devel [15:22] no no [15:22] xnox: well, I think it's safe to assume we'll land user sessions before feature freeze but we still need a bit of work to get the whole logout/shutdown/restart working and the environment stuff I mentioned [15:22] shadeslayer: yes. [15:22] what was that about? :D [15:22] shadeslayer, he meant stgraber ... tab completion error [15:22] ahh === henrix_ is now known as henrix [15:22] should have guessed it [15:31] seb128, your pyatspi sync is causing bug 1119426 [15:31] bug 1119426 in pyatspi (Ubuntu) "package python3-pyatspi (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python3/dist-packages/pyatspi/editabletext.py', which is also in package python3-pyatspi2 2.7.2+dfsg-0ubuntu1" [Undecided,Confirmed] https://launchpad.net/bugs/1119426 === Ursinha_ is now known as Ursinha === jbicha_ is now known as jbicha [15:56] mterry, oh ok, will look into it, thanks for pointing that [15:57] cr3: hey, you asked about MSRs on bug #1031090. I don't know-- the description was updated for the SRU. maybe ask smb? [15:57] bug 1031090 in linux (Ubuntu Precise) "kvm_intel not loadable in a quantal guest" [High,Fix released] https://launchpad.net/bugs/1031090 [15:59] * smb does not see any MSR related question in that bug... [16:00] smb: "Fix: Just add the required flag to the MSRs passed to guests. This change is picked from the patch that enabled the feature but does not enable anything beyond. It has been reviewed upstream and sent to upstream stable." [16:01] smb: cr3 was asking about that statement yesterday [16:02] Ah ok. Well what I tried to say was that some of those contain capability flags. Which the kvm module checked to load [16:02] jdstrand: hi there, thanks for following up! I just managed to get a quantal kvm working on precise, it must've been a problem with my script that generates the libvirt.xml file [16:02] cool === sil2100_ is now known as sil2100 [16:04] jdstrand: I was curious how unity would work under kvm but it works like a charm, cpu usage is low, all is well. now, raring ringtail! [16:04] wow, that has not been my experience on quantal [16:05] jdstrand: really, what did you observe? [16:05] very slow due to llvmpipe [16:05] precise and earlier could use unity-2d and that was fine [16:06] cr3: mdeslaur discovered how to disable fades and animations in gsettings that made it tolerable [16:06] but still slower than unity-2d [16:06] jdstrand: I haven't used it much yet in a vm, but when it's idle the cpu usage is also quite idle [16:07] yes, that isn't so bad [16:07] but menu fade-ins and application launches are pretty bad [16:07] mdeslaur: ^^^ do you have a link for your tweaks? [16:07] once the application is running, it is generally ok [16:07] cr3 (mdeslaur): I'm getting it [16:07] jdstrand: exactly, I was expecting worse so I'm actually pleasantly surprised considering [16:08] http://bazaar.launchpad.net/~ubuntu-bugcontrol/ubuntu-qa-tools/master/revision/967 [16:08] Ubuntu bug 967 in gnomebaker (Ubuntu) "Should burn multiple CDs in a row if the first fills up" [Wishlist,Confirmed] [16:08] cr3: ^ [16:09] thanks ubottu - very apropos [16:09] mdeslaur: actually, I forgot to try the Dash. did you see any improvement there? [16:10] well, it doesn't fade in anymore, so it's better [16:10] cool [16:10] oh yes, that is considerably better [16:11] slow, but better [16:33] mdeslaur: if I understand the changes you made to ubuntu-qa-tools correctly, these are all persistent; once applied, they persist across reboots. right? [16:35] yeah [16:35] mdeslaur: all good then, thanks! [16:35] it's basically just disabling two compiz modules for the user === and`_ is now known as and` === deryck is now known as deryck[lunch] === _abbe is now known as abbe === henrix is now known as henrix_ === henrix_ is now known as henrix === zequence_ is now known as zequence === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === deryck[lunch] is now known as deryck === henrix is now known as henrix_ === henrix_ is now known as henrix === henrix is now known as henrix_ === jackyalcine is now known as zz_jackyalcine === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [18:18] xnox: That user = lightdm test seems silly, and sort of highlights to futility of trying to do this as a system job. [18:19] xnox: (The best approximation of what you're trying to do would probably be a check if UID << 1000, so other DMs also work, but it really seems wrong to be doing it this way at all) [18:20] xnox: Not to mention the general wrongness with assuming what you're assuming: If I'm logged in, have those packages installed, and plug in my Nexus, that means I want to re-flash it? [18:20] infinity: and it's in fastboot mode. [18:21] infinity, its obsolete as soon as the upstart session stuff is there [18:21] which it wouldn't unless you boot it with power button + volume down. [18:21] xnox: Ahh, that helps. I missed that bit in your revision. [18:21] and what xnox said, the nexus has a special ID in that mode [18:22] infinity: fastboot devices only prints devices which are in fastboot mode & ready to cooperate with flashing =) [18:22] it's all very consensual. [18:22] uhm, what are we talking about here? I hope we're not trying to launch stuff as a system daemon on plug events... [18:30] mdeslaur, well, we pop up usb-creator if a nexus7 in flash mode is attached [18:31] mdeslaur, the code above is not supposed to stay, it will be a user session service in the end [18:32] mdeslaur: we are talking about launching a user app on plug event. [18:34] ogra_, xnox: it's not safe to do with with a system daemon. It needs to be done in the user's session. [18:34] yes, thats the plan [18:35] we're just waiting for the new upstart :) [18:35] mdeslaur: ha =) so why does power-management has functions to do so? =) [18:36] using sudo in this way is likely to facilitate a root escalation via tty hijacking, etc. [18:36] xnox: huh? where? [18:36] mdeslaur, yeah, its ugly but its an interim [18:38] its not like we are pushing that into a stable release or so [18:38] ok [18:42] jamesh: howdy! is it possible to fork 3 different daemons within a single upstart configuration? [18:42] jamesh: or would it be better to write 4 different upstart jobs (one wrapper, and one for each of the 3 daemons)? [18:43] jodh ^ [18:43] kirkland: use instances. [18:44] xnox: can you point me to an existing service/example, and I can probably take it from there... [18:44] kirkland: see for example /etc/init/network-interface.conf which is one conf file but starts/tracks each unique network interface. [18:44] instances might not be the right solution to run *different* daemons [18:44] one can easily use that pagadim to track e.g. N workers. [18:46] xnox: okay -- so I want to launch my binary 3 times, each with a different argument to listen on a different port [18:46] xnox: where do I iterate over those 3 ports? [18:46] xnox: emit a signal in the prestart? [18:46] xnox: that's how I'm reading that network-interface.conf [18:47] kirkland: why, oh why you left qemu? :) [18:47] 1 master job that does: start myfoo 146; start myfoo 147; start myfoo 148. [18:48] mjt: howdy :-) it's been a *long* time since I contributed anything meaningful to #qemu :-) [18:48] kirkland: sorry it's key-value, so one would have: start myfoo INSTANCEPORT=147 for example [18:48] xnox: perfect -- that'll work [18:48] thanks! [18:48] kirkland: network-interface listens on unique events, but one can emit events from another job file or do explicit start from another job file. [18:48] ^ xnox [18:48] kirkland: now watch all your stuff is being replaced by debian qemu, as a penalty to you! :) [18:49] * mjt hides [18:49] mjt: as it should be :-) I'm very, very supportive of hallyn's work ;-) [18:49] actually.. so as me ;) [18:50] mjt: my excuse was that, at the time (2008-2010), qemu-kvm was so essential to what I was trying to do for Canonical with Ubuntu, I simply had to fork the packaging to keep up (couldn't wait on Debian) :-) [18:50] mjt: and I can't apologize for that :-) [18:50] mjt: all that said, things are so much more stable now, it's definitely time to resync back with Debian on qemu [19:04] kirkland: thank you! ;) [19:04] kirkland: it was actually the same thing for me when i started working with kvm :) === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === salem_ is now known as _salem === _salem is now known as salem_ === Ursinha is now known as Ursinha-afk [20:10] ogra_: after all the chit chat we had, did you respin the nexus images after the revert? [20:18] tyhicks: are you likely to get bug 1026852 sorted out today? I have a chain of stuff blocked on it involving eglibc and arm64-cross-toolchain-base; if that could involve just retrying builds rather than new source uploads with patches it would be nice [20:18] bug 1026852 in audit (Ubuntu) "[MIR] audit (pulls in libprelude)" [Undecided,In progress] https://launchpad.net/bugs/1026852 [20:19] cjwatson: Yes, it should be sorted out today. There are tons of compiler warnings but I got a nice head start on it last night. [20:19] tyhicks: if not I expect I could at least sort out the compiler warnings tonight, which the bug trail indicates should be enough to promote it to main [20:19] tyhicks: ah, good [20:34] cjwatson: Yeah, I've been working with them on it, it's all good. :) [20:35] cjwatson: Oh, and I had all of *-cross-toolchain-base sitting here on my machine waiting to upload too. Oh well. [20:36] infinity: hah [20:36] infinity: um, well, I was about to do armel and powerpc ... [20:36] infinity: if you have them ready feel free, but maybe we want to keep the exact patches in sync [20:36] cjwatson: Go ahead. I'd only done arm64 and armhf so far. :P [20:36] heh. sorry, should've asked. was trying to unblock wookey [20:37] cjwatson: When I said "all", I meant "I had been working on it, which was why the latest glibc upload fixed arm64 cross". [20:37] But yeah. Go ahead and sync them all, now that you started. :P [20:37] The mess builds fast enough, I wonder if maybe we should just do them all from one source package and be done with it. [20:38] Adding proper parallel= handling to it would probably make up the difference. [21:11] cjwatson: Oh, the ppc one needed another change to it to undo an unnecessary hack. I'll fix. [21:12] infinity: ah, thanks, I was about to look at that [21:12] You can tell I got bored of test-building these locally [21:14] Heh. Yeah, that should be the shlibs hack that's no longer needed with my new glibc patches. I think. But I'll double-check and test-build. === Ursinha-afk is now known as Ursinha [21:38] barry: hey. is there something specific in the new oauthlib that your changes to ubuntu-sso-client needs? do the other branches also need it? [21:39] dobey: my branches really just change the code to use the different api in oauthlib. other than that, it shouldn't change anything functional. when you say other branches, do you mean the u1-client and u1-storage-protocol branches? [21:40] barry: yeah [21:40] barry: i'm asking because on the sso branch you mentioned needing to wait for the new version of oauthlib in raring [21:40] dobey: they basically do the same thing, just updated to use the oauthlib apis [21:40] barry: so i was wondering if there was a specific reason for it [21:40] dobey: ah, yes. it was the ability to pass the timestamp into the ctor [21:41] that was missing, but required by the tests [21:41] so i asked upstream to add it, which they did :) [21:41] barry: do the other branches need that as well, or just the sso one? [21:42] dobey: hmm. not sure, but unless you're backporting, it's moot, since we have the right version in raring now [21:42] barry: we build nightlies as far back as oneiric [21:42] (the other useful new api was better handling of unicodes by passing in an encoding parameter and letting the library encode to bytes. so that part is probably necessary now as well) [21:43] dobey: in that case, the current oauthlib will probably be necessary, due to the new encoding api [21:43] dobey: or at least, very helpful (you can work around that part of it) [21:43] dobey: by doing the encoding in the u1 branches, which i'd originally done, but removed when oauthlib 0.3.5 was released [21:44] also, we shop on windows and osx :) [21:44] err, ship [21:44] dobey: is it a problem to backport the oauthlib? [21:45] barry: hopefuilly not (i haven't tried yet) [21:45] barry: i was just seeking clarification on it [21:45] dobey: cool. please do let me know if you run into any problems [21:45] dobey: upstream claims support back to py26, so that should be fine [21:46] great. hopefully it just works on win/osx too :) [21:46] * barry nods [21:47] but given it's not just a python lib, that might be a problem :-/ [21:47] dobey: i can probably help with various flavors of osx and if i suppress the gag reflex, windows 7 too [21:47] barry: we still support xp too (xp, 7, and 8) [21:47] dobey: sounds like fun [21:48] oh, it is all python? [21:48] dobey: yep [21:48] oh, probably fine then [21:49] i thought it had C too [21:50] nope. it does dep on pycrypto though, i guess to do the signatures [21:50] is that not in stdlib? [21:51] nope, but reading the docs, it's just a soft dependency, to support RSA-SHA1 signatures. i don't think u1 uses those though [21:51] hmm [21:51] iirc, just hmac-sha1 and plaintext [21:52] we do use hmac [21:52] well, python-oauth doesn't support rsa-sha1 either [21:52] yeah, so you're probably fine w/o it [21:52] yeah [21:55] dobey: yep, looking at github upstream, Crypto is only imported in sign_rsa_sha1() and verify_rsa_sha1() [21:55] cool, thanks [22:15] barry: ugh, looks like i have to backport python-crypto and python-nose as well, at least for our nightlies builds (as the package build runs tests and needs newer versions) === salem_ is now known as _salem [22:17] dobey: urg. i guess you can't or don't want to disable those tests [22:17] well i can. would prefer not to though [22:17] tests are nice to have, when they work :) [22:18] :) [22:18] * dobey glares at squid and glibc 2.17 === Tonio_aw is now known as Tonio__ === emma is now known as em === Tonio__ is now known as Tonio_aw === Quintasan_ is now known as Quintasan === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as Jacky_