[00:06] xnox: https://rt.admin.canonical.com/Ticket/Display.html?id=68468 [00:06] xnox: For now you'll just have to get IS to remove things for you [00:08] cjwatson: whilst modern style porter boxes would be nice, getting rapt to support "remove" command would be nice as well. [00:09] (limited to things outside of e.g. minimal and build-essentials or some such) [00:09] Maybe, but that just increases the chance of people clashing with each other. I'd rather we just had modern infra [00:13] xnox: Not supporting remove was an intentional design decision when we wrote rapt. [00:13] ok. [00:14] xnox: Because you removing a build-conflict that happens to be a build-dep that doko's 8h build-in-progress depdends on would suck. [00:14] (But yes, we should just move to the Debian way of doing things) [00:15] ? [00:15] doko: don't worry, we are not _actually_ breaking one of your in-progress 8h builds. it's just hypothetical =) [00:15] doko: You were just being used as a fictional example, not being summoned. [00:17] oh, I would like YOU to be summoned, and not just as a fictional example [00:17] doko: But, given our history, whenever I think of someone breaking a computer and affecting a long-running build, the hypothetical user is you. ;) [00:17] * infinity still remembers the week-long GCC builds on his Amiga... [00:17] yeah, glibc sucks with test suites [00:19] infinity: so that patch from andrew fixes the eglibc build for me [00:23] oh i guess i should also glom up the test case [00:38] mwhudson: Okay, can you give me an email with all the patches you know and love, and I'll get them queued up for the next upload? [00:39] mwhudson: So, that should be Will's setcontext patch, Will's testcase for same, and that 2-liner for the alignment issue. [00:39] mwhudson: With patch headers pointing to origin, since none of them are in git yet. :/ [00:39] infinity: i just commented on https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1279620#9 [00:39] Launchpad bug 1279620 in eglibc (Ubuntu Trusty) "stack corruption running "go install launchpad.net/juju-core/..."" [High,Confirmed] [00:40] infinity: i don't know the formatting for patch headers, i can go find it out i guess... [00:40] hi guys I want to know if ubuntu 14.04 will work will daul boot [00:40] UBUNTUuser: yep [00:40] mwhudson: Oh, I don't care if it's formatted in any specific way. Garbage above the diff is fine. [00:40] mwhudson: I can fix it up, I just want the refs. [00:41] infinity: is that bug comment useful? i can email them as well... [00:42] you sure I am already having problems with ubuntu 13.10 [00:42] I have a uefi which secure boot [00:42] is on [00:44] UBUNTUuser: your question is probably better suited for #ubuntu, this is the dev channel [00:45] ok [00:45] mwhudson: Nope, that's perfect. [00:49] robert_ancell: Did you want your changelog for that lightdm to actually match reality? :P [00:49] infinity, um... what did I write? [00:49] robert_ancell: s/greeter/cursor/ [00:49] yeah, that would make more sense [00:50] robert_ancell: Not enough of a nit for me to reject, but feel free to retroactively fix it in your VCS so it's not a lie on the next upload. :P [00:50] stgraber: xnox: I'm around now [00:50] infinity, there are many wrong changelog entries :) [00:50] robert_ancell: I don't doubt it. :) [00:51] cjwatson: so since you fixed bug 1300072 my trusty install works but now im running into bug 1274320 [00:51] bug 1300072 in parted (Ubuntu Trusty) "LVM installation fails - regression with parted 2.3-17" [Critical,Fix released] https://launchpad.net/bugs/1300072 [00:51] cyphermox: well, you could help me understand what's going on in silo11 and why it failed to build =) [00:51] bug 1274320 in grub2 (Ubuntu) "Error: diskfilter writes are not supported" [Medium,Confirmed] https://launchpad.net/bugs/1274320 [00:51] sure [00:51] robert_ancell: Also, wtf? -lstdc++? Is that not building with g++? [00:51] infinity, I have no idea, but the library build explicitly does that [00:51] so making the introspection match fixes the problem [00:52] cyphermox: it said it build everything, and then decided not to upload them.... or something?! [00:52] robert_ancell: Ahh, yeah, it's using cc [00:52] robert_ancell: Building C++ code with cc is usually a sign that one's doing something wrong. [00:52] cyphermox: i'd love to fix that up, if i new what needs changing. [00:53] oh, nice. [00:53] infinity, feel free to berate them on https://bugzilla.gnome.org/show_bug.cgi?id=727521 :) [00:53] Gnome bug 727521 in build "Fails to build on ppc64el" [Normal,Unconfirmed] [00:54] robert_ancell: Although... This could have more to do with the libtool macros being broken in that build. [00:54] robert_ancell: Did you test with just dh_autoreconf before adding the link hack? [00:54] checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes [00:54] Err, wrong paste. [00:54] checking whether the gcc linker (/usr/bin/ld -m elf64ppc) supports shared libraries... no [00:54] ^-- Indicative of libtool macros needing love. [00:55] infinity, no, I only added it because I couldn't patch the Makefile directly without automake getting confused [00:55] robert_ancell: So, the above needs to be addressed. And if dh_autoreconf fixes the above, the lstdc++ thing probably isn't needed. [00:56] infinity, I can check, but I think it will need the -l stdc++ [00:56] robert_ancell: It really shouldn't if other arches don't. [00:57] infinity, g-ir-scanner is great at getting linking wrong [00:57] blkperl: expected, grub can't write to raid, not new [00:57] infinity, huh, you're right [00:58] (or lvm) [00:58] robert_ancell: Figured. I'll reject your current upload, then. :) [00:58] infinity, cheers :) [00:58] blkperl: and save_env involves writing to /boot/grub/grubenv [00:59] blkperl: the best we could do is maybe silence the error - but like I say it isn't a new thing [00:59] robert_ancell: You might want to followup to that upstream bug noting that all they need is a newer/saner libtool. [00:59] robert_ancell: So people don't go hunting in circles some other weird cause. :) [01:00] infinity, should I re-use -0ubuntu2 or do I make a -0ubuntu3? [01:00] robert_ancell: 2 is fine, the rejected one doesn't get used up. [01:01] xnox: tbh, I think there might be no way for me to tell you currently [01:02] xnox: let's try to run it again :/ [01:05] cyphermox: maybe add the two source packages to "Sources:" line? [01:05] Hey cjwatson , I'm casually looking into https://savannah.gnu.org/bugs/?42026 , and Vladimir thinks that our grub-efi version is differnt from our grub-pc version. Any clue where to start looking? The grub-pc version works fine, but the grub-efi fails to discover the amt sol serial port.. [01:05] cyphermox: no idea if that will help the train driver or not =) [01:07] two new source packages? [01:07] chiluk: well that's not possible, they're built from the same source. [01:07] that's what I was thinking. [01:07] cyphermox: they are existing, in the archive, and i think they were previously released via train already. [01:07] and that patch was long ago. [01:08] yeah.. [01:08] xnox: well if the issue was with versions you should get an error earlier [01:08] cyphermox: right.... hm =) i'm clueless, all I know is how to operate dput =) [01:08] unless it's trying to make the exact same version but with a different source tarball, though that shouldn't happen given that we datestamp the version anyway [01:09] xnox: let me re-run this step by step [01:09] cjwatson was afraid we were missing a define for the efi build maybe [01:09] if it really doesn't work I'll frankenstein the ci... dah [01:09] no longer have access to the jenkins box [01:09] chiluk: no [01:10] xnox: let's just try to rerun, see how it goes, and if it still fails we'll need ev or olli or jfunk to help for now [01:10] chiluk: grub_serial_ns8250_add_port could fail for reasons other than the parsing, which would produce the same error [01:10] fyi, this isn't official business [01:10] chiluk: I think Vladimir has misdiagnosed this [01:10] k thanks [01:10] chiluk: also grub_serial_ns8250_add_port doesn't seem likely to work on class 3 (or whatever the terminology is) EFI devices [01:11] chiluk: you'd need something involving the efiserial driver [01:11] any suggestions on how to go about debugging grub? [01:11] chiluk: which seems to generate efiXXX style port names [01:12] I'm not familiar with that style [01:12] are you suggesting trying serial --port=efif0e0? [01:12] cjwatson or something similar [01:12] I think they're sequential rather than a big hex number [01:13] efi0, efi1, etc. [01:13] cool give me a sec to check. [01:13] don't offhand see how to get a list of registered ports [01:14] I'm out of my element here... [01:14] oh, the output of "terminal_input" without args should include them with "serial_" prefixed [01:15] robert_ancell: That did the trick, cheers. [01:15] infinity, thank you. I learned some more obscure build system knowledge today :) [01:17] cjwatson terminal_input yields "serial_* serial at_keyboard" [01:18] chiluk: it is also possible, I suppose, that you have a zombie GRUB image lying around from ages back, so double-check the version on the GRUB menu and not just the binary package [01:18] chiluk: maybe your EFI just doesn't probe the serial ports [01:18] which is possible [01:18] I have a bug open with intel as well. [01:18] xnox: got it now: https://launchpad.net/~ci-train-ppa-service/+archive/landing-011/+packages [01:19] and if it's a bleeding-edge-enough EFI then it may not allow access to the traditional inb/outb style of port-banging [01:19] cjwatson, it's showing up as 2.02~beta2-8 [01:19] right, good [01:19] cyphermox: \o/ [01:20] chiluk: I don't see any debug messages currently being logged by the relevant code, so you'll probably have to add grub_dprintf ("serial", ...) to various places and then "set debug=serial" [01:20] It's a NUC, so about as bleeding edge as it can be without being an engineering sample. [01:20] cyphermox: will test from silo as soon as they are ready, and will ping you about publishing them. [01:20] chiluk: grub-core/term/serial.c grub-core/term/efi/serial.c would be the places to start [01:20] (I'm not convinced that NUCs aren't pretty much engineering samples, from all the bugs I've heard people complain about) [01:20] probably the latter [01:20] ah... efi/serial.c missed that one [01:20] infinity, I have mine working pretty darn well./ [01:20] you'll probably want to add traces to the loop in grub_efiserial_init [01:21] except for this efi issue everything else seems pretty decent. [01:21] cjwatson, stupid question... what's best way to print out info without printf? [01:21] chiluk: Everyone seems to have their pet complaint. This is yours. :) [01:21] infinity, I even have kvm working reliably-ish. [01:21] chiluk: err, I don't quite get the question, grub_dprintf is generally the best way to debug grub [01:22] that's the answer I was looking for. [01:22] there's a grub_printf to print things unconditionally [01:22] but you indeed don't have the standard C library [01:22] right.. [01:22] I haven't screwed with things this early in boot before. [01:23] see e.g. grub-core/disk/efi/efidisk.c for an example of using grub_dprintf [01:23] though it's scattered pretty liberally over the codebase [01:24] the first arg to grub_dprintf is something that you might put in "set debug=" [01:26] cjwatson, cool thanks again... I'll push this a bit.. considering how many of us are investing in nucs, it'd be nice to have these things work reliably... that and it might be nice to test serial on an efi machine just in case this is a larger problem. [01:27] sure, it's possible. I think it's been confirmed to work at least sometimes :) [01:27] for such old-school tech it should work all the time. [01:30] chiluk: serial may be old-school tech, but EFI serial sure isn't. [01:31] The driver only went into 2.02, IIRC === salem_ is now known as _salem [01:31] Oh, no, git says it was in 2.00, just a couple of patches since then [01:32] But even so [01:34] cjwatson: alright thanks, good to know its nothing serious :) [01:51] something is pulling in the entire Unity world on Ubuntu GNOME :( [02:06] cyphermox: i have finished testing all packages from silo 11, please upload them into -proposed. [02:06] cyphermox: all is good. [02:10] xnox: done [02:30] hey infinity can I get some upload lovin on https://bugs.launchpad.net/ubuntu/+source/amtterm/+bug/1301692 I notice there are no patch pilots online right now. [02:30] Launchpad bug 1301692 in amtterm (Ubuntu) "amtterm errors out with "amtterm: ERROR: redir_data: unknown r->buf 0x29"" [Undecided,In progress] [02:39] xnox are you still around and will to upload https://bugs.launchpad.net/ubuntu/+source/amtterm/+bug/1301692 [02:39] Launchpad bug 1301692 in amtterm (Ubuntu) "amtterm errors out with "amtterm: ERROR: redir_data: unknown r->buf 0x29"" [Undecided,In progress] === thegatta_ is now known as thegattaca [03:13] FourDollars: hey, re: your bluetooth patch === maclin_ is now known as maclin [03:14] cyphermox: yes [03:14] I'm not convinced it would really fix the crash... [03:14] cyphermox: Err... XD [03:14] I agree with the extra check, but it's freeing the caps list in the device that crashes bluez [03:15] cyphermox: Because it is freed before. [03:15] so that extra check would only guard you from trying the free the device if the device pointer is invalid, not from invalidly freeing the capabilities list if the device pointer is valid but the caps list may not be (as seemed to be the case in your crash) [03:16] so while I'm happy with the patch as it is, I can't confirm it's valid as I have no way to really reproduce this state [03:17] if you tell me you could reproduce the crasher reliably on your hardware and it fixed it, then all good :) [03:17] cyphermox: Before it runs to the crash place, it will run unix_device_removed(). [03:18] oh wait a second [03:32] FourDollars: can you easily reproduce this crash? I can't here. I'd really like to see the backtrace for all threads [03:33] cyphermox: Yes, I can easily reproduce this issue. [03:34] cyphermox: I need some time to setup the environment because I am working on many different machines for this issue. [03:34] oh ok [03:36] ah, I see what's happening now [03:37] Do you stiil need the backtrace for all threads? [03:38] cyphermox: ? [03:39] no, I don't [03:40] OK [03:40] I see what you're doing now, fully agree with the patch, I'll upload now for trusty, and then for precise [03:40] Thanks a lot. :D [03:55] stgraber: fyi, now that udev links w/ libcgmanager0, d-i ftbfs due to a lack of a libcgmanager-udeb [03:55] hallyn: ^ [03:57] and libnih0 apparently [03:57] stgraber: Also, upstart needs udebs now because of that (nih and nih-dbus) [03:57] Which might be a slipper slope... [03:57] well, our systemd source now build-depends against libcgmanager-dev because we need logind to talk to cgmanager in some cases. I can't think of a good reason for udev itself to do so though, maybe I can get some sanity into upstream's crazy Makefile to avoid that particular one [03:57] Disabling cgmanager support in the udev udeb pass might be smarter. [03:58] well, udev never does anything with cgroups, so there's no good reason for it to be linked to cgmanager to begin with [03:58] stgraber: With --as-needed, I wouldn't expect it to be. [04:00] ./lib/systemd/systemd-udevd [04:00] libcgmanager.so.0 => not found [04:00] It's definitely udevd itself that's linked to it. [04:01] stgraber: I'll just add --disable-whatever to the udeb pass and test that. [04:01] infinity: right, --disable-cgmanager should do the trick [04:02] I'm still pretty confused as to why udev would even use any of that code to begin with, I was under the (apparently wrong) impression that udev was supposed to be kept mostly separate after its merge into systemd... [04:02] stgraber: It probably statically links libsystemd, because Lennart and Kai. [04:03] stgraber: And your cgmanager stuff is built into libsystemd, so... [04:03] Testbuilding now. [04:10] hey infinity want to do an upload for https://bugs.launchpad.net/ubuntu/+source/amtterm/+bug/1301692 as well? [04:10] Launchpad bug 1301692 in amtterm (Ubuntu) "amtterm errors out with "amtterm: ERROR: redir_data: unknown r->buf 0x29"" [Undecided,In progress] [04:13] stgraber: http://paste.ubuntu.com/7197140/ Looks like success. [04:14] stgraber: And in the queue, if you'd like to do the honours. [04:14] infinity: looks good, will review in the queue. Thanks for fixing that one! [04:14] hey stgraber I see you listed as a patch pilot would you help me with an upload for bug 1301692 ? [04:14] bug 1301692 in amtterm (Ubuntu) "amtterm errors out with "amtterm: ERROR: redir_data: unknown r->buf 0x29"" [Undecided,In progress] https://launchpad.net/bugs/1301692 [04:16] chiluk: it's past midnight here and I'm headed to bed after I'm done reviewing that systemd upload, I'll be happy to take a look tomorrow if you remind me though :) [04:17] sure thing.. I'll harass tomorrow's patch pilot === jackson is now known as Guest50945 === maclin__ is now known as maclin [06:47] good morning [06:48] hey dholbach [06:49] hi darkxst [06:50] re bug 1294891, was quite clear on exactly what is need with license texts, I put full text for CC-BY-SA 2 and 3 in both COPYING and debian/copyright [06:50] bug 1294891 in Ubuntu "Ubuntu GNOME community wallpapers" [High,Incomplete] https://launchpad.net/bugs/1294891 [06:50] s/was/wasnt/ [06:50] is that what you meant? [09:04] Are SRU for packages in Universe handled differently than for those in main ? [09:04] Nope [09:05] Laney: ok,thanks [09:22] mvo_!!! [09:22] hey mpt [09:25] * janimo hugs mvo [09:29] * mvo_ hugs janimo [09:47] bdmurray, mvo_: would have of you have some spare cycles to look at https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1294124 ? [09:47] Launchpad bug 1294124 in ubuntu-release-upgrader (Ubuntu) "do-release-upgrade crashed with AssertionError in confirmChanges()" [Medium,Confirmed] [09:47] it's ranked 3rd on the daily e.u.c trusty report with 30 reports in a day === vrruiz_ is now known as rvr [09:53] seb128, the crash signature is not really accurate for this bug because from the duplicates the root cause of the failure is "MarkUpgrade() called on a non-upgrable pkg: 'brasero'" [09:53] jibel, what bug? [09:53] seb128, 1294124 [09:54] jibel, you mean it doesn't match https://errors.ubuntu.com/problem/3b1ff63e2f241b3ef46a2ed80e2ae253370b8721 ? [09:54] jibel, I'm not sure what you are getting at? it's not a bug? it's mistriaged? [09:55] seb128, I mean this signature matches any upgrade that fails because a package is non-upgradable [09:55] in that case 'brasero' [09:55] where do you see that? [09:55] jibel, I'm looking at https://launchpadlibrarian.net/169922204/Traceback.txt ... are we looking at the same thing? [09:55] seb128, from apt.log [09:56] I mean the signature [09:56] where do you see it [09:57] https://launchpadlibrarian.net/169922201/DuplicateSignature.txt [09:57] I don't see anything on https://errors.ubuntu.com/problem/3b1ff63e2f241b3ef46a2ed80e2ae253370b8721 [09:57] jibel, that has the python bt? [09:57] jibel, anyway, I'm unsure what you are getting at, even if some packages are not-upgradable that should hit an assert and is a bug still no? [10:00] shouldn't* [10:03] seb128, right, this is a bug. My point is that the problem on errors.u.c aggregates all the failures caused by non-upgradable packages. [10:03] jibel, let's fix the assert and make it report the actual errors then :p [10:04] jibel, do you know why those packages (e.g brasero) are non-upgradable? [10:09] seb128, not yet, I'll try to reproduce it. [10:09] jibel, thanks [10:10] * seb128 shakes fist at ted [10:11] my desktop greets me at each login with an apport prompt about click :/ [10:11] seb128: is that still from those few days where a new indicator version pulled in all of click? [10:12] pitti, no, I'm having click installed because we use it in the touch settings and I'm testing those on my desktop [10:12] things like click list work there [10:12] even if the clicks can't be run from unity7 === zyga_ is now known as zyga [10:16] https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1290997 [10:16] Launchpad bug 1290997 in url-dispatcher (Ubuntu) "click crashed with gi._glib.GError in run(): Child process exited with code 139" [High,Triaged] [10:17] right [10:17] which is why I shake my first at ted :p [10:18] (it also tops e.u.c since yesterday) [10:18] slangasek: as we have logind now taking care of the power button even if nobody is logged in, I think it's time to rip this functionality out of acpid; it leads to bugs like bug 1201180 [10:18] bug 1201180 in kde-workspace (Ubuntu) "Pressing power button turns off the PC ignoring the presence of another session manager" [Medium,Triaged] https://launchpad.net/bugs/1201180 [10:18] slangasek: do you agree, or am I missing something here? === MacSlow is now known as MacSlow|lunch [10:38] pitti: yes, please! [10:39] pitti: is logind also present on the servers and taking care of login buttons there? [10:39] pitti: atleast acpid shouldn't do anything if there is logind present. [10:41] xnox: yes, that seems like the easiest solution then (pidof systemd-logind) [10:41] xnox: I'm not sure whether it's running on all servers, but it might not be [10:42] pitti: it can and does create sessions for serial/ssh users etc. but i'm not sure how far down libpam-systemd & logind are seeded. [10:47] I made a comment on the bug, I'll look into that [10:48] * Laney finds some systemd-cgmanagery bugs [10:59] sergiusens: hey! Could you please remove ubuntuone click webapp from http://people.canonical.com/~ubuntu-archive/click_packages/click_list ? we no longer want it pre-installed, as u1 file services will be shutdown. [11:00] xnox: sure; it's a mostly useless web app anyways :-P [11:01] xnox: is it already unpublished by dbarth? [11:01] yeah, it never had any mobile CSS either [11:01] sergiusens: yes, he unpublished it in the store. [11:02] sergiusens: yup unpublished; see if you need to let your script now [11:02] know [11:02] xnox: dbarth done [11:03] cool thanks [11:03] next sync should do the right thing at 11 after the clock [11:09] xnox: FTR, logind isn't on our server images (meh.. we keep dragging along acpid/acpi-support) [11:09] xnox: so instead of completely ripping it out, let's go for "check for logind" for trusty, yes [11:09] acpi-support will survive us all.. [11:10] pitti: it will do for another 5 years =) [11:10] seb128, hi! [11:12] seb128, could you or someone in your team take a look at bug 1299855? We need the feature to set the default search engine in ubuntu kylin [11:12] bug 1299855 in ubuntu-defaults-builder (Ubuntu) "setting browser.search.defaultenginename in distribution.ini does not have effect" [High,Confirmed] https://launchpad.net/bugs/1299855 === ara is now known as Guest11257 [11:20] ypwong, hey, sure, adding to our list [11:21] happyaron, ^ would you have a free slots to look at that one? === mino_ is now known as mino === slacker_1l is now known as slacker_nl [12:41] pitti: If I'm using run-adt-test, what's the best way to upgrade my base image so it's not updated over and over on every run? [12:41] infinity: just re-run "prepare-testbed amd64" is the easiest [12:41] pitti: Won't that download a fresh cloud image all over? [12:42] infinity: with the prepare-testbed VMs it's not trivial to dist-upgrade them; you can do it, though [12:42] infinity: yes, it will; but they aren't particularly big [12:42] Bigger than a dist-upgrade.:) [12:42] But will keep that in mind the next time it annoys me. [12:43] infinity: so run the image with -hda pristine-trusty-amd64-20140324_084956.img and -hdb pristine-trusty-amd64-20140324_084956.img.seed [12:43] with whichever images you have [12:43] and then log in as ubuntu/ubuntu and dist-upgrade [12:44] pitti: Also, when can get right of the twisty maze of jenkins-is-the-worst-video-game-ever and have results I can actually navigate, like Debian now does? ;) [12:48] pitti: Aaaand a feature request, being able to stuff mirror and apt_proxy info into the image via arguments to prepare-testbed would make me happy. [12:51] infinity: it's in the pipeline :) https://wiki.debian.org/MartinPitt/DistributedDebCI [12:51] infinity: that already exists in autopkgtest [12:51] pitti: Which already exists? Mirror/proxy selection? [12:51] infinity: I don't want to waste too much effort on lp:auto-package-testing and jenkins any more, given that I really want both of them to go away next cycle [12:52] adt-buildvm-ubuntu-cloud --help [12:52] pitti: Oh, should I be using something other than lp:auto-package-testing? I was just following a random wiki. [12:52] -m URL, --mirror URL Use this mirror for apt (default: [12:52] http://archive.ubuntu.com/ubuntu) [12:52] -p URL, --proxy URL Use a proxy for apt [12:52] and adt-build-lxc just automagically uses whichever apt proxy you have on the host [12:52] that doesn't have a --mirror yet, please file a bug if you need that [12:53] infinity: you can use the new stuff; lp:a-p-t is still what we are running in production [12:53] infinity: but locally I don't use it any more, I just run adt-run directly with schroot, LXC, or QEMU (depending on what's appropriate) [12:54] infinity: I spent some time to write /usr/share/doc/autopkgtest/README.running-tests.gz, I hope that's a good enough intro how to run schroot/lxc/qemu and how to build testbeds [12:55] pitti: Are there docs for idiots on how to do it that way? I've just been following the two simple steps on http://packaging.ubuntu.com/html/auto-pkg-test.html#executing-the-test for prepare/run-adt [12:55] infinity: if you have a test which doesn't open network ports or fiddles with the kernel, then using an existing schroot is certainly by far the easiest method [12:55] pitti: Ahh, cool. Alright, I'll look at that at some point. [12:55] pitti: And yeah, schroots would be fine for most things (and how Debian seems to be running their tests?), but I'd prefer to match production when I can. Ish. [12:56] infinity: read that doc and please tell me if anything is unclear; I'm really eager that this is a good intro document, as ohterwise I'll keep explaining this on IRC forever :) === _salem is now known as salem_ [12:56] pitti: Pointing out the doc on the above page might be helpful. ;) [12:57] infinity: don't worry; if it works in a minimal schroot it's very likely also going to work in the fat cloud images [12:57] infinity: yes, I'm going to do that once we actually switch over production [12:57] infinity: I think for now the official answer is still "prepare-testbed every day" and "run-adt-test" [12:57] it's just about as expensive as it can get, but it's easy === StevenK_ is now known as StevenK === wgrant_ is now known as wgrant === ara_ is now known as ara [14:16] pitti: have you had a change to look at my apport-retrace package versions branch? === brendand is now known as brendand-afk [14:17] hallyn: any idea what could be causing bug 1301882? from the backtrace it looks like we're stuck in ping... [14:18] bug 1301882 in systemd (Ubuntu) "systemd-logind can get hung in cg_enumerate_tasks" [Undecided,New] https://launchpad.net/bugs/1301882 [14:18] mvo_: Hi, would you mind having a look at bug 1300465? Its not too important but curious. [14:18] bug 1300465 in python-apt (Ubuntu) "description dialog is empty" [High,Triaged] https://launchpad.net/bugs/1300465 [14:19] sure [14:19] bdmurray: I "stole" #1286161 from you, hope you don't mind [14:19] mvo_: heh, not at all! [14:20] jcastro: He's mine, back off. [14:20] Erm, ECHAN. [14:21] hallyn: one idea would be to switch to using a single connection to cgmanager and keep it open to avoid all those connect/ping/disconnect but I'm not sure this would have fixed that particular hang. (The reason for all the connect/disconnect is that logind spends most of its time idle and I wanted to be as robust as possible in case something goes wrong with cgmanager and the reconnect code doesn't work) [14:21] what the process to request a FFe for apt 1.0 for trusty? http://people.canonical.com/~mvo/apt_0.9.15.4ubuntu2_to_1.0ubuntu1.debdiff <- its a bit long, mostly cppchecker fixes [14:21] hallyn: an alternative would be to have connect fail after a short timeout if ping doesn't respond, not sure how easy that'd be. [14:21] mvo_: what might go wrong with the fix for bug 1286161? [14:21] bug 1286161 in ubuntu-release-upgrader (Ubuntu Trusty) "13.10 -> 14.04 upgrade failed: initramfs failed to ugprade, udev is not configured yet" [High,In progress] https://launchpad.net/bugs/1286161 [14:24] bdmurray: sorry, not this week; the sprint takes pretty much all brain and time, I'm afraid [14:25] mvo_: File a but against the apt package titled "[FFe] update apt to shiny version with more cows" , describe the how and why in the bug, and subscribe ubuntu-release. [14:25] mvo_: And then convince me directly that it's low impact, and why. ;) [14:26] stgraber: I'll take a look [14:28] pitti: ah, didn't know you were sprinting [14:30] bdmurray: on the phone right now, will reply in a bit [14:32] stgraber: do you know if cgmanager had crashed/restarted? [14:33] hallyn: don't know [14:33] Laney: can you post your /var/log/upstart/cgmanager.log in the bug? [14:33] ok lemme set up a victim vm to torment [14:33] stgraber: oh yes, sorry, which one? [14:33] or either I guess [14:34] btw I got it back into the borked state accidentally if you want some data out of it :-) [14:34] stgraber: i can't imagine why it would've happened otherwise. especialy on ping [14:34] Laney: you had no containers running right? [14:35] hallyn: I almost certainly did, I usually do === pedronis__ is now known as pedronis [14:35] and certainly do now [14:36] Laney: oh but that shoudl be fine, i should've asked, the ping hang didn't happen in a container? [14:36] Everything I was doing with loginctl was outside [14:37] hallyn: log is attached [14:38] thanks. [14:47] bdmurray: so what might go wrong - well, the ording might break in a different way. there is no indicataion that this is the case and it definitely fixes the bug in the bugreport [14:48] thanks infinity, I will do this [14:48] mvo_: okay, jibel you could do some automated testing with that new version of apt right? [14:49] stgraber: logind doesn't do any threading right? [14:51] bdmurray: yeah, that would be great. I can do some testing on my workstation too. I think its pretty safe (the diff) but we all know that shortly before a release stuff may break :) [14:53] bdmurray, sure, if you provide a deb, I can run the tests with this version. [14:53] mvo_: why don't you upload it to the saucy-proposed queue and I'll approve it later today [14:54] bdmurray: sounds good [15:01] pitti: the powerd debug symbols seem to be out of date [15:01] pitti: ah yes, if logind is now handling the power button outside of login sessions (hurray), we should indeed drop it from acpid (double-hurray!) [15:02] slangasek: right, thanks; as xnox pointed out, it's not currently on server images, so for now I just added the "pidof systemd-logind" check [15:02] slangasek: this acpid{d,support} stuff is annoyingly sticky :( [15:02] pitti: ah, doh [15:03] bdmurray: checking where it was built and trying to rescue [15:04] pitti: thanks [15:06] bdmurray: hm, the ddebs are nowhere on kishi06/toyol/lamiak, so there's nothing to rescue I'm afraid [15:06] cjwatson: I noticed that it looks like you fixed bug #1065281 some time ago, but it still has one open task against ubiquity ( not release specific ). Has it really not been fixed in trusty, or does it not affect anything above precise and so the task should be removed? [15:06] bug 1065281 in partman-efi (Ubuntu Quantal) "Installer crashed when trying to partition 4k/4k sector hard disks" [High,Triaged] https://launchpad.net/bugs/1065281 [15:07] bdmurray: "powerd has no unstripped objects, ignoring" [15:07] bdmurray: so I think powerd is built without -g [15:07] psusi: ah, see, this is why I hate having ubiquity tasks on bugs that just amount to incorporating new included sources [15:08] yep [15:08] psusi: closing, thanks [15:08] bdmurray: so the build log doesn't have any -On option or -g [15:09] bdmurray: that's a "cmake does not respect $CFLAGS" kind of bug, I'm afraid [15:09] btw, I've been closing a lot of bugs lately that are installer crashes due to booting the installer in efi mode, and trying to install on a disk already set up for bios mode.. I think we really, really need to fix partman-xxx to stop and tell the user they need to reboot in bios mode instead of getting to grub-install failing [15:09] sound like a good idea, and if so, what is the partman-xxx to file the bug against? partman-efi, or partman-auto? [15:10] hallyn: it's not extremely clear due to the way all of systemd's code is mixed together... I don't believe logind itself uses threads but I may be wrong... [15:10] or better yet, switch to using grub-pc instead of grub-efi [15:11] psusi: maybe partman-efi. not sure we *can* switch to grub-pc at that point, it may not necessarily be able to install [15:12] psusi: certainly not partman-auto === brendand-afk is now known as brendand [15:12] stgraber, we are seeing weird issues with the boot on phones (not sure you read the ubuntu-phone ML lately), the system locks up hard after run-init since nothing changed in mountall and cgmanager is the first additional thing to start there, do you know of any issues cgmanager could cause ? [15:13] cjwatson: why wouldn't it be able to install? [15:13] stgraber, (it only happens ever 20th to 60th boot, which kills the devices in the lab) [15:13] (i noticed plenty of mesaages where gcmanager repawns a few times during a normal boot) [15:14] ogra_: and I don't suppose adb is up by the time it hangs? [15:14] isn't partman-auto where you pick then guided - install along side option? I would think that's where you would want to look at the current disk layout and decide if you should force grub-pc instead of grub-efi [15:14] ogra_: when cgmanager respawns, do you get a crash entry in /var/crash by any chance? [15:14] stgraber, nope, no adb across run-init ... we have an emergency shell that kicks off wqhen the container cant start and one on panic in the initrd [15:14] stgraber: that's bad if it does. then we need to fix that nih/dbus threading issue [15:15] hallyn: It doesn't AFAICS [15:15] ah good, my victim is done installing. now to torture it [15:15] ok [15:15] stgraber, i'll check, i'm not near the phone atm [15:15] xnox, Paolo just pinged me about https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1300400 again - he said they want to get out an Italian CD for 14.04 but would need this fixed - if you don't have time, do you know anyone else who could take a look at this? [15:15] Launchpad bug 1300400 in live-build (Ubuntu) "Please add saucy and trusty strings to releases.sh" [Undecided,Confirmed] [15:16] ogra_: it still wouldn't explain why the phone doesn't boot though. Even if cgmanager fails to start or crashes, the worst case scenario should be that the container won't start. [15:16] ogra_: but the rest of the system doesn't depend on cgmanager and so everything else should start, including adb [15:17] dholbach: i'll sponsor that patch now. [15:18] dholbach: we can work on a generic solution later. [15:18] xnox, awesome [15:19] psusi: I'd have to go pick over the UEFI spec with a fine tooth-comb to see if there's anything that e.g. a class 3 device might do that could break grub-pc installation. Dunno [15:19] psusi: platform-specific stuff like this, other than default partition layouts, doesn't belong in partman-auto [15:19] psusi: (also, you're asking a question and then arguing with the answer ...) [15:20] stgraber, unless the android kernel is not safe for something cgmanager tries to do to it [15:20] well, I mean, if the existing disk is MBR partitioned, then obviously the machine normally boots in bios mode, right? so screw efi [15:21] ogra_: doubtful, all cgmanager does is write to plain text files [15:21] ogra_: and is basically a copy/paste of what LXC used to do directly itself before [15:21] psusi: well, probably, yeah [15:21] stgraber, ok [15:21] cjwatson: psusi: it can do either, e.g. on Macs they keep MBR and UEFI in sync thus one can boot using either method. That's more or less how bootcamp works. [15:21] psusi: but you definitely want to do it later than partman-auto because it's completely legitimate for somebody to manually zap the existing partition table and replace it with GPT in order to convert to full-fat UEFI [15:22] xnox: right.. but the disk is gpt ( hybrid ) [15:22] xnox: that's an irrelevant side issue though, as parted will still see that as GPT [15:22] ok. [15:22] cjwatson: yes, but isn't partman-auto the place where they decide they are not going to do that, but do a side-by-side install? [15:22] on the existing pure MBR disk? [15:23] stgraber: ok, so i have just installed ubuntu-desktop on trusty vm, but cgmanager and logind are not installed. ? [15:23] shouldn't logind be automaticlaly there? [15:23] psusi: they can perfectly well switch to manual partitioning [15:23] psusi: in fact, to overwrite the existing partition table, I think they may *have* to switch to manual partitioning [15:23] psusi: like I say, partman-auto is just simply the wrong place for this [15:23] *after* they already chose side by side in partman-auto? [15:24] that has nothing to do with it [15:24] look [15:24] hallyn: it should, is that vm up to date? [15:24] consider an existing mbr disk. user selects manual partitioning, may or may not replace the entire thing with GPT [15:24] maybe I'm misunderstanding the relationship between the menu and the partman modules... I thought that partman-auto implements the options for either guided or manual partitioning? [15:25] if it's GPT at the commit stage, then we don't complain, otherwise we do [15:25] simple [15:25] partman-auto does not step in at the commit stage [15:25] partman-efi (and others) do, via check.d scripts [15:25] stgraber: yup. what should bring in logind? (logind is the pkg name right?) [15:25] no, partman-auto does not implement manual partitioning beyond just the single option letting you get into it [15:25] hallyn: systemd-services is the package name [15:25] right, that's what I meant, that's where you make the choice [15:26] but that choice is not sufficient information to decide whether to issue this warning [15:26] the proper place to do it is in a check.d script which happens at commit time [15:26] and those do not belong in partman-auto [15:26] so if you choose the side-by-side option, then at that point, if the disk is mbr, I would think that would be where we want to set a flag to not bother loading partman-efi, and force grub-pc [15:26] I'm not going to argue this further [15:26] stgraber: oh, hm, that's there [15:27] what warning? I'm trying to avoid any kind of warning [15:27] not bother loading partman-efi> you misunderstand the architecture [15:27] please stop it [15:27] hallyn: it should only bring libcgmanager0 though, not the daemon itself [15:27] you asked a question, I gave you the answer ... [15:27] hallyn: so a default desktop install won't have Laney's problem, the hangs are currently restricted to those who have lxc installed [15:27] stgraber: oh ok. and it uses fs if cgmanager is not installed. got it [15:27] ok just making sure what i had was sane, thanks :) [15:28] grub-installer should be the thing that decides which grub platform to install [15:28] if it's necessary to tell the user they can't proceed with their current layout, then that belongs in a check.d script in partman [15:29] if it's possible to avoid such a thing, then partman doesn't need to change at all [15:29] in neither case should partman-auto be touched [15:29] ok, but we want to change its decision based on the fact that we are doing a side-by-side install on an MBR disk... is that information availible to grub-installer? [15:29] no, there's no need to take that into consideration [15:30] all grub-installer needs to know is the partition label in place when it runs [15:30] which is well after partitioning [15:30] it's not relevant how it got that way [15:30] ahh... ok... got ya [15:30] and, you can just as well do a side-by-side install in manual partitioning as in partman-auto ... [15:30] it's obviously more effort, but it's entirely doable [15:31] partman-auto is basically just recipes and code for applying them, not anything specifically about the implementation of the various filesystems and labels and such [15:32] ok, I was thinking we only wanted to do this for the guided install option, but yea, I suppose it also makes sense in manual [15:33] I try very hard to keep this sort of thing out of partman-auto because the inevitable result is a bug ten seconds later complaining that the same thing doesn't work in manual partitioning :-) [15:33] It's a lot easier to be hard-nosed about the architecture from the start [15:36] what triggers partman-efi to be loaded? [15:37] so partman-efi's check should throw an error if you are using gpt but don't have an efi system partition ( or maybe bios_grub? ), but if you are using mbr, let it go and have grub-installer switch to grub-pc if using mbr? [15:41] or perhaps issue a warning that the resulting system may not boot.. hrm... [15:42] partman-efi is Priority: standard, so anna loads it by default if it's available. [15:43] probably want to suppress that warning though if they picked guided install beside [15:43] Yeah, partman-efi should probably only care about systems with GPT. [15:43] I don't think guided install or not should be relevant. Yes, it's a bug if guided install sets up something wrong, but we still want to know about it early rather than failing in a confused heap that's hell to debug later. [15:44] EFI System Partition / bios_grub> I feel that partman-efi should probably allow either, and grub-installer should use that to decide which platform to install [15:44] I think the warning makes perfectly good sense if they did a manual setup, but I'd rather not give the user a scary warning if they are doing a side by side install with an existing setup that obviously boots in bios mode just fine [15:44] Though partman-efi's job is really specifically about the EFI System Partition, so maybe this actually belongs somewhere like partman-partitioning [15:45] (which already handles stuff about bios_grub) [15:45] We need to make sure that the logic is such that the warning doesn't appear in such a side-by-side case, and that we install a boot loader which will cope [15:45] right. that's what I'm saying [15:46] bdmurray: so for #1300465 - you see pkg.candidate.raw_description, correct? [15:46] But detecting guided partitioning and suppressing the warning in that case is the wrong answer [15:46] This is a safety check - it's better not to proceed than to generate something unbootable due to a logic bug in partitioning [15:46] bdmurray: on what system did you reproduced this? anything I could try to reproduce this? [15:46] hrm... I suppose I was using the guided partitioning as a surrogate for detecting existing operating systems later [15:47] And it's furthermore better to at least give users the chance to fix it, rather than have the whole system just be uninstallable [15:47] (which a check.d warning will naturally do - they can fall back to manual partitioning) [15:48] right, but I'd like to avoid even a warning if ther's another OS on the disk that obviously is booting just fine in bios mdoe [15:49] Well, we seem to be largely in agreement that we only need to generate a warning if you have a GPT label without any boot-type partition [15:49] So that shouldn't be an issue [15:49] right [15:49] mvo_: yes, I see raw_description but description is empty [15:49] We do need to check the final state though - with BIOS+GPT you could break that existing OS by the changes that you make in the partitioner (not guided, presumably, but you could wipe the bios_grub partition) [15:50] All I'm saying is that the way we avoid issuing warnings with guided partitioning is by not doing wrong things in guided partitioning :-) [15:50] (Which I think is already the case, as far as this matter goes) [15:51] Side-by-side won't touch the boot partition (of either type), and using the whole disk will set up a new one [15:52] partman-auto only has to be aware of the platform to the extent of setting up the right boot-type partition for it, and knowing how to reuse one that already exists [15:52] all right reproduced it [15:52] All of that should be in place [15:52] mvo_: weird, all of those are empty for me [15:53] recipes/atomic is used on BIOS, and has "1 1 1 free $iflabel{ gpt } $reusemethod{ } method{ biosgrub } ." (i.e. "if GPT, reuse an existing bios_grub partition if present, otherwise make a new one") [15:53] so should the check for bios_grub || esp be in partman-efi, partman-partitioning, or one in each? [15:53] bdmurray: could you add some debug code into /usr/lib/python2.7/dist-packages/apt/package.py in @property descripton(self)? (around line 330) ? [15:54] recipes-amd64-efi/atomic is used on UEFI, and has "$iflabel{ gpt } $reusemethod{ } method{ efi } format{ } ." (i.e. "if GPT, reuse an existing ESP if present, otherwise make a new one") [15:54] bdmurray: to see if that fails maybe? anything special about this system? or is it a "normal" ubuntu install? (special as in different languages or something) [15:54] psusi: Hm, partman-partitioning/check.d/biosgrub *already* has code that does exactly this [15:54] # Is there at least one EFI System Partition or BIOS Boot Partition, as [15:54] # appropriate? [15:55] Worst case it has some slight bug and needs to be fixed, but we don't need to write that code again [15:55] bdmurray: do you have any output from "ls /var/lib/apt/lists/*Transla*" [15:55] ohh? hrm... it may not be working then [15:55] mvo_: it happens on a virtual machine too [15:55] bdmurray: I suspect for some reasons the "translations" are not downloaded for you (which means that you don't get the long descriptions) [15:55] bdmurray: the Package file only contains the short summary these days [15:55] psusi: should be visible in the partman log [15:55] I'll play around with it [15:56] under check.d/08biosgrub or something like that [15:56] bdmurray: but this does not make that much sense if you have the full description in the pkg.raw_description :/ [15:56] mvo_: yeah, that seems to be it. ls: cannot access /var/lib/apt/lists/*Transla*: No such file or directory [15:56] bdmurray: aha! so the question is why you don't get translations :) [15:57] bdmurray: I assume you never actively disabled them? what do you see with: $ apt-config dump|grep Languages [15:57] psusi: I'd be happy to look through logs of an installation that should have generated such a warning and didn't, if you have one to hand [15:57] (i.e. manual GPT partitioning and no ESP or bios_grub partition as appropriate) [15:58] mvo_: its my mirror, sorry [15:59] cjwatson: I'll try to reproduce it... unless this was a relatively recent fix? I just know I have seen a number of bugs where people didn't have the bios_grub partition so grub-install failed [15:59] bdmurray: no problem [15:59] bdmurray: good to know whats causing it :) [16:00] psusi: partman-partitioning 83ubuntu2 in precise [16:00] (before release) [16:00] yeah the EMFILE doesn'tlook like a kernel issue - bc it does have a buttlaod of files listed in select [16:01] and /proc/pid/fd shows 1024 open files [16:01] infinity: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1302033 fwiw, but looking over the changelog maybe its better if I just cherry pick stuff [16:01] Launchpad bug 1302033 in apt (Ubuntu) "[FFe] apt 1.0" [Undecided,New] [16:02] mvo_: I like the idea of shipping the new shiny in trusty, but yeah, it might be too late to properly test all those changes. I'll go through the diff after I've slept and see just how crazy it really is. [16:02] mvo_: The build-profiles change is probably trivial and auditable, and I'd like it in, for instance. [16:03] infinity: mostly long, but has some mildly scary bits [16:03] infinity: I'm also a bit torn between shinny and conservative here :) [16:03] mvo_: I'll try to get a definitive answer to you soon enough that you can start cherry-picking things you really want if it's a "no". [16:03] * mvo_ goes and gets some dinner first [16:05] * infinity wonders if it's too late to ship Packages.xz for trusty, or if we can get that through and tested before release day. [16:09] hallyn: Did we give up on qemu 2.0, or is that still in testing? [16:10] mvo_: is bug 1286161 fixed in trusty apt already? [16:10] bug 1286161 in ubuntu-release-upgrader (Ubuntu Trusty) "13.10 -> 14.04 upgrade failed: initramfs failed to ugprade, udev is not configured yet" [High,In progress] https://launchpad.net/bugs/1286161 [16:13] hallyn: does it look like a cgmanager bug or did I mess up something in logind? [16:14] infinity: absolutely did not give up on it. upstream hasn't released 2.0 yet though, [16:14] infinity: so my plan on monday, if it is not released, is to push based on v2.0.0-rc0 + diffpatch [16:14] stgraber: well it's possible that logind is keeping open it's files and so cgmanager never closes them... not sure yet [16:15] hallyn: Well, we're cutting it close. If you plan to push 2.0ish, and it's well-tested, we should do that sooner, rather than later, and update to a later rc/git/final as we can. [16:15] stgraber: tbh since the testsuite doesn't do this it must be somethign logind is doing, but cgmanager should defend itself against it === _salem is now known as salem_ [16:16] hallyn: ok, so what does it look like, missing disconnect in some case? [16:16] infinity: the 2.0 has been tested quite a bit out of ppa:ubuntu-virt/candidate fwiw, so it wont' be going into the archive green [16:16] stgraber: yeah [16:16] hallyn: Right, it should still be ASAP is all I'm saying. :) [16:16] stgraber: my guess would be the fds we pass in [16:16] no wait, you're not doing scm anywhere right? [16:17] infinity: ok, well i can push whenever. i just pushed a new pkg to ppa. [16:17] infinity: now what i have now is based on a git snapshot tarball. is that ok, or is it better ot use the qemu v2.0.0-rc0 snapshot + a huge diff? [16:17] (I prefer the former but i have a feeling it's not as 'correct') [16:18] hallyn: nope, not doing a single scm call [16:18] infinity: also since the debian qemu maintainer prefers to have qemu-ssytem-aarch64 be rolled into qemu-system-arm, i figure we should do that now before release [16:19] infinity: any objections to that? (you've seen the pkg) [16:19] hallyn: I also just re-checked the code and I always call close... [16:19] hallyn: Err, which Debian maintainer prefers that? mjt or vagrant? [16:19] mt [16:19] mjt [16:19] stgraber: well running the testsuite 10 times doesn't leave a single extra open fd... [16:19] hallyn: aarch64 and arm really aren't the same platform at all, I feel like perhaps he's missing that. [16:20] infinity: his feeling is if you can run armhf binaries on aarch64, then it's the same situation as x86/x86_64 [16:20] hallyn: You can't always. [16:20] yup we've been over that [16:21] anyway i can go either way, [16:21] hallyn: aarch64 doesn't require an ARM execution unit, it's an optional bolt-on. [16:21] but if debian will merge them and we don't do it before 14.04 release, then we have to keep a metapackage until 16.10 [16:21] hallyn: But meh, I don't much care either. i386/amd64 are in x86, powerpc/ppc64 are in ppc, I don't mind if arm/aarch64 follow suit, even if it's less technically correct. [16:21] hallyn: So, if mjt won't move on the topic, bundle 'em up. [16:22] hallyn: As to the tarball, I don't care. There's nothing inherently more or less correct about one method versus the other, so long as you have a trust path of some sort to the original code. [16:22] infinity: if you wanna go make the case in oftc#debian-qemu that it's less technically correct, maybe you can suade him :) vorlon and i couldnt [16:22] cool [16:22] hallyn: So, signed tags in the git case, or signed tarballs in the orig case. [16:22] ok i'll push that today, with or without the merged arm [16:23] hm. signed tags? [16:23] hallyn: I'm not going to bother arguing the point, if both you and vorlon tried. Just merge. :P [16:23] meaning there needs to be a tag by upstream? [16:23] or just that the last commit id should show up in the version? [16:23] hallyn: Well, or signed commits. This isn't a "need", per se, just that, well, how else do you know you're not serving me some MITMed git repo of doom? :) [16:23] ls [16:24] infinity: still missing the point - how to sign the commit? right now i have qemu_2.0~git-20140403.de03c31.orig.tar.gz [16:25] where de03c31 is current git HEAD [16:25] hallyn: As in was the commit at the head of your branch signed by anyone? [16:25] signed-off-by, yes [16:29] hallyn: And does git log --show-signature show that it was PGP signed? [16:29] hallyn: (signed-off != signed) [16:30] nope [16:30] hallyn: Anyhow, like I said, this isn't some hard requirement, it's just the sanest way to an auditable trust path to someone who says the repo is sane. [16:30] There are tons of snapshots in the archive that aren't signed. :P [16:30] the v2.0.0-rc0 tag isn't signed either actually, so i'll go with the snapshot :) [16:31] thanks [16:32] oh this'll be fun. kvm: malloc(): memory corruption: 0x00007f49cc8c3120 (qemu 1.0 on trusty kernel... probably my own fault) [16:35] Laney: so I believe bug 1301846 shows an actual bug in logind which is usually avoided because logind would just make an invalid fs path and return -1, instead the new code sends that to normalize_controller which contains the assert. I have a fix for this now, doing a test build and will upload after lunch. [16:35] bug 1301846 in systemd (Ubuntu) "loginctl crashed with SIGABRT" [Medium,New] https://launchpad.net/bugs/1301846 === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr [16:37] stgraber: oh, how ar eyou opening your dbus connections? bc if you don't open them as private then they won't really be closed [16:37] stgraber: Yeah, I saw it comes all the way from the top but didn't check what logind does itself to avoid passing that in [16:38] stgraber: yeah i think this might be the problem, [16:39] stgraber: in lxc, we do connection = dbus_connection_open_private(CGMANAGER_DBUS_SOCK, &dbus_error); [16:39] i guess logind is running as a part of a long-running lightdm (?) process. since it never exits it never closes any of the connections [16:40] lemme try my hand at a patch... [16:43] stgraber: so i'd try something like http://paste.ubuntu.com/7199494/ [16:43] lessee if it builds over yonder, [16:46] of course if that works, the question remains how cgmanager should defend itself against that [17:13] hrmph. that didn't suffice [17:16] d'oh, i see why [17:17] let's try http://paste.ubuntu.com/7199648/ [17:29] slangasek: looking at bug 1090196 which continues to receive duplicates (see my last comment on it), do you have any ideas what we could do to improve the situation? [17:29] bug 1090196 in ndiswrapper (Ubuntu) "ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build [Cannot find kernel build files in ... Please give the path to kernel build directory with the KBUILD= argument to make]" [High,Fix released] https://launchpad.net/bugs/1090196 [17:30] bdmurray: unseed ndiswrapper as obsolete? [17:30] slangasek: on precise? [17:30] oh, probably not so much there :) [17:31] bdmurray: if this was fixed in dkms later, should we maybe backport that fix onto precise? Or do we know why users are winding up with the image installed but not the headers? [17:33] stgraber: : http://paste.ubuntu.com/7199648/ seems to work [17:34] smoser: jcastro: btw that also should fix the problem you had yesterday afternoon i recon' (at least for a bit) [17:34] I was guessing that people just read some web page that reads 'apt-get install linux-image-generic-lts-saucy'. [17:34] hallyn, I am free now if you want to take a look [17:34] bdmurray: why would any page say that? we don't recommend that users install enablement kernels on top of already-installed, already-working systems [17:35] jcastro: can you just ps -ef | grep cgmanager to get its pid, then look at /proc/$pid/fd ? [17:35] i assume you'll see 1024 fds there [17:35] bdmurray: oh, because there's an askubuntu answer for this question - so it's all jcastro's fault! [17:35] stgraber: ^ should I push with that fix? [17:36] hm, /me back in 3 mins [17:37] hallyn, possible. [17:37] $ sudo ls /proc/267/fd | wc -l [17:37] 208 [17:37] that is what was there now. [17:37] but it isn't acting up now. [17:37] slangasek: most of what I'm finding seems to recommend linux-generic-lts-* though [17:39] yeah I just did a string search and the lts-* is the one people are recommending [17:39] smoser: log out and in a few times [17:39] jcastro: with linux-generic or linux-image-generic though? [17:40] I as searching for linux-image-generic [17:40] jcastro: and that wouldn't install the linux-headers which is the problem. [17:41] "sudo apt-get install linux-headers-generic linux-image-generic" seems to be common [17:41] but I can do a doublecheck [17:41] jcastro: okay, if its both that's good [17:41] jcastro: edit proposed on http://askubuntu.com/questions/257617/how-can-i-upgrade-the-ubuntu-12-04-2-kernel-to-3-5-0-23/257623#257623 [17:42] hallyn, http://paste.ubuntu.com/7199760/ [17:42] that is seriously leaky [17:42] stgraber: pushed that change to ubuntu:systemd; i think you're working on another update so i'll leave it there for you. [17:43] smoser: yeah, at least we know the fix for that. the next q is hwo to have cgmanager protect itself in teh future. looking at dbus/dbus-timeout.c [17:44] bdmurray, protip: any user can do direct queries of the AU database: http://data.stackexchange.com/askubuntu/queries Handy if you want to search for a specific issue, compare it to say, pageviews of the results to investigate if there is a popular question giving out specific incorrect advice [17:46] hallyn: back from lunch, looking [17:48] jcastro: oh neat, thanks [17:54] hallyn: stacked my change on top of that one, test build running. [17:54] cool [17:57] stgraber: so i'm thinking two things: [17:57] 1. have cgmanager keep a count of open connections per uid, limit those to say 5 (maybe 20 for root) [17:58] 2. keep a nih_timer for each open connection, reset it on every method call, and close the connection after the default (25s) [17:58] hallyn: 1) would cause some of my machines to fail quite miserably when I start a few hundreds of containers at the same time [17:59] hallyn: 2) sounds fine [17:59] maybe 1 isn't necessary [18:29] hallyn, Laney: just updated to my patched logind here and things appear to be solid, not seeing any fd leaks on login/logout and logind hasn't crashed, uploading [18:31] cool [18:46] bdmurray: hello, #1286161 is not yet fixed, I can cherry pick that as well or its fixed with the apt 1.0 update === jackson is now known as Guest37026 === Guest37026 is now known as Noskcaj_ [19:11] seb128, Thanks for fixing the gnome-icon-themes-extra bug [19:12] Noskcaj_, yw! === roadmr is now known as roadmr_afk [19:33] doko: what's the current state of cross building python packages? e.g. https://wiki.ubuntu.com/CrossBuilding under "Known large-scale problems" it says Python multiarch support, but the debian bug that links to is fixed. however, cross building e.g. autopilot according to the given instructions fails trying to install dependencies (python2.7). is the bug fixed in debian but not yet in ubuntu? [19:34] barry: which build dependencies? [19:35] doko: http://paste.ubuntu.com/7200212/ [19:35] barry: try with --arch-only [19:39] doko: you don't mean `sbuild --arch-only` since sbuild doesn't have that option. (but --no-arch-all still doesn't help) [19:40] barry, for dpkg-buildpackage, it's -B (and -b if you don't want to touch the diff) [19:40] cjwatson: well darn... I thought that was goign to be nice and easy: I copied a chunk of code from check.d/biosgrub that detects an efi system partition and if not found, fall back to grub-pc, but it seems that you can't make use of parted in grub-installer? or should you and I just messed something up somehow? [19:42] doko: hmm... --no-arch-all is supposed to pass -B to dpkg-buildpackage while --arch-all is supposed to pass -b [19:47] doko: should that note about "almost fixed" in the CrossBuilding wiki page be removed? [19:47] does it build for you? if yes, then yes, please remove it [19:48] it doesn't, but i don't know whether that's caused by the bug or not. [19:48] well, try without sbuild [19:52] doko: i'm going to say in the context of that wiki page, it is not fixed. you can cross build e.g. apt just fine with sbuild [19:53] cjwatson, ^^^ I don't agree with barry here. is this an issue with sbuild? [19:56] similar problem with pure python3 applications [19:58] barry, no. try to cross-build zope.interface. this works [19:58] * barry tries [19:58] sorry, can't help you with sbuild [19:59] yeah no worries, if it's an sbuild problem, i'll file the appropriate bug [20:00] i'm not going to remove that known problem from the wiki page until and unless i can get it working in sbuild, which is what that page is all about [20:02] heh, cross building zope.interface *does* work in an sbuild. i'll look more closely at autopilot's control file === roadmr_afk is now known as roadmr [20:28] psusi: there's existing code that uses libparted, just not the parted binary [20:28] psusi: parted_server isn't running so you can't use partman stuff [20:29] psusi: (please mail me if you're still stuck, we don't have very compatible IRC times) [20:34] cjwatson: yea, that's what my guess was [21:07] caribou: can you verify bug 1281066? [21:07] bug 1281066 in deja-dup (Ubuntu Saucy) "Needs to backport trusty's fix to handle duplicity's lockfile" [Medium,Fix committed] https://launchpad.net/bugs/1281066 [21:26] stgraber: nice one [21:28] Laney: would you mind having a look at bug 1261096? I haven't quite been able to sort out why its restarting whoopsie all the time. [21:28] bug 1261096 in whoopsie-preferences (Ubuntu) "whoopsie-prefernces respawns whoopsie in an infinite loop" [High,Confirmed] https://launchpad.net/bugs/1261096 [21:29] robru: is there a bug refernce for the unity-chromium-extension fix for "Pass string argument to MediaPlayer.init on to backend."? [21:32] Laney: let me know if you get into any more trouble, we want to make sure that stuff is solid before we start shipping cgmanager on all systems whenever we finally land the support in upstart [21:49] cjwatson: I encountered https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1302206 today, installing Ubuntu server [21:49] Launchpad bug 1302206 in debian-installer (Ubuntu) "wifi configured and working in debian-installer, but not after installation at first boot" [Undecided,New] [21:50] cjwatson: I'm curious if this is designed behavior, if this should have worked? === salem_ is now known as _salem [21:56] kirkland: I don't believe netcfg knows how to setup a NM wifi connection at least I can't remember seeing code for that last I patched that part of the code [21:56] oh, though you said server [21:57] bdmurray, not sure what you're talking about, sorry [21:57] stgraber: I was surprised/impressed that when I chose wlan0 in d-i as my primary interface, it scanned my network, found my essid, prompted me for passphrase, connected, drew an ip [21:57] I'd vaguely expect it to spit out a valid ifupdown config for wifi but maybe the code is less clever than I remembered [21:57] stgraber: I was just disappointed that that working wifi network did not get committed to disk and wasn't operational on reboot [21:58] bdmurray: ooooooookay, don't know this code though [21:58] kirkland: yeah and the code has logic to spit out ifupdown or NM config files for most of that, the NM stuff is pretty recent so I wouldn't be surprised that wifi is missing, I'm vaguely surprised it doesn't generate a working ifupdown config though [21:58] kirkland: what's you /etc/network/interfaces like post-install? [21:58] Maybe you could see what whoopsie-preferences is doing [21:58] stgraber: lo only [22:02] bdmurray, oh, if you're referring to http://bazaar.launchpad.net/~webapps/unity-chromium-extension/13.10/revision/234, you'd have to ask justinmcp, he asked me to SRU it. [22:03] robru: yeah, I'm asking about change that was in 2.4.8+13.10.20131108.1-0ubuntu1 with no bug reference [22:05] bdmurray, yeah, I don't know it, sorry [22:06] robru: but you uploaded it to saucy -proposed? [22:10] bdmurray, no? I uploaded it to ppa:ubuntu-unity/sru-staging [22:13] bdmurray, I gotta step out for a bit. I sent an email to justin asking about the bug and cc'd you. [22:13] robru: okay, thanks [22:13] bdmurray, you're welcome [22:17] Sweetshark: is there a bug about an issue with OOXML and libreoffice? I'm looking at the libreoffice upload in the precise-proposed queue. [22:35] bdmurray: might have fixed it [22:35] you on amd64? [22:35] Laney: yeah [22:38] one sec [22:40] bdmurray: okay, give deb http://people.canonical.com/~laney/package-junkyard ./ a go [22:40] Let me know if it fixes it for you and I'll upload in the morning [22:41] going to bed now, see you [23:06] Laney: thanks, that seems like not enough though...