=== dendrobates is now known as dendro-afk [01:23] doko, how can I easily test gcc 4.7 in precise, so I can fix an FTBFS in debian when compiled with 4.7? [01:25] perhaps I just need to create a sid or wheezy chroot? [01:29] cnd: creating a sid chroot is easy with mk-sbuild (say), and I'd recommend having one available if you need to test builds on Debian [01:29] ok [01:29] I'll try it out [01:31] in my setup, I can type 'sbuild -Asd unstable' and the source package tree I'm in gets built in an unstable chroot and produces a .changes that's suitable for upload to Debian [01:32] or 'sbuild -Ad unstable /path/to/foo.dsc' in a temporary directory to test-build a .dsc [01:44] hello all :) [01:52] I want to get invovled with Ubuntu development (preferrably on a Python or PSQL project) and how do I do that? [01:54] @pilot out === udevbot changed the topic of #ubuntu-devel to: 12.04 Beta 2 Released! Precise: UI and feature freeze | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [01:54] thestormsedge: Is there anything particular that you want to do? One of the problems with people asking about getting involved is that the possible answers are huge. [01:55] mostly simple things, probably just edits in application source code first or Ubuntu websites [01:55] though I don't know much C++, I would probably have to tackle some Python issue [02:03] I guess my biggest question is how exactly does the contribution process works, lets just say I have I figure out how to do a simple patch on my own [02:04] do I just haphazardly start figuring out how to code, then start submitting things, or is there a more formal process? [02:04] Pretty much the former. [02:05] The other thing to realise is that *almost all* of the work that goes into Ubuntu isn't done by us, and we aren't really the gatekeepers for it. [02:05] It's done by the various “upstream” projects. [02:06] oh ok thanks the advice RAOF. I've always wanted to work on some FOSS project and was sort of confused on how all the Wikis, intros, et al. were organized [02:06] So one of the possible endpoints of contributing to Ubuntu is to find a project that you care about and start fixing things there. [02:07] basically I just take the tutorials, begin coding on something of my interest, and then see if it gets accepted via Launchpad, Github etc? [02:07] We do have some process around being something of a central place for contributions - you *can* attach patches to Ubuntu bugs on Launchpad, and we'll check them out. Much of the time we'll then prod you to submit them to the upstream project, though. [02:09] kk thanks for the explanations ^-^ I have been super confused about FOSS development for the longest time [02:10] There are a wide variety of ways that upstreams like to receive contributions, but one common thread is that the (almost!) always have some form of mailing list for discussion, and reading the mailing list archives should give you a reasonable idea of how to submit code and what people think need fixing. [02:12] kk cool :) === poolie_ is now known as poolie [05:50] Good morning [07:03] good morning [07:27] cjwatson: ping === smb` is now known as smb [08:01] how does one run a shell script so that it echoes what it's doing? [08:01] sh -x the_script [08:02] or bash -x if it's a bash script [08:03] thanks geser [08:03] geser, is there a way to turn that on inside the script? [08:04] add "set -x" near the top of the script (adding -x to the shebang line should work too) [08:07] sabdfl_: you can surround the part that you want to debug with set -x and set +x [08:08] sabdfl_: if you want to write the output into a file, put a "exec 2>/tmp/log" in front of it [08:08] pitti, geser, thanks much === sabdfl_ is now known as sabdfl [08:50] pitti, morning, quick question re live cd image [08:50] can the filesystem on that have a UUID? [08:58] sabdfl: the squashfs you mean? [08:58] pitti, hmm, no i meant the iso9660 one [08:59] i have a peculiar interest in mounting it over iscsi [08:59] I don't think it can; blkid at least doesn't give an UUID for it [08:59] yeah, question is whether that's intrinsic to the fs, or just something we didn't turn on when we made it [09:00] there do seem to be approaches to generate one, like in grub (http://www.mail-archive.com/grub-devel@gnu.org/msg07924.html) [09:00] * pitti RTFS util-linux [09:01] above grub patch makes one up from the timestamp [09:03] confirmed, no UUID support in libblkid/src/superblocks/iso9660.c [09:03] that doesn't necessarily mean that iscsi doesn't support it, of course [09:03] blkid is just what udev etc. use [09:25] bkerensa: hi - yep, got your mail [09:27] sabdfl: squashfs doesn't have a UUID itself as far as I know, but we hack around that by putting a file matching .disk/casper-uuid* on the filesystem [09:28] sabdfl: that doesn't help directly with mounting remotely - casper mounts, checks whether that file matches its own notion of what the UUID should be, unmounts if it doesn't and tries again [09:28] oh, I should have read all of scrollback :-) [09:28] ah, ok, that might help [09:29] oh actually .disk/casper-uuid* is on the ISO9660 filesystem not the squashfs, so even better [09:38] pitti, no, no, no for your mpfr4 upload ... [09:38] just use -O2 for that one file [09:39] doko: as I said on the bug report, it's not just one file [09:39] I stopped after it crashed on the 7th [09:39] (selectively building with -O2) [09:39] bah [09:42] doko: shoudl I try it with gcc-4.5, and -O3? [09:43] pitti: no, not anymore in main [09:44] gcc-4.5 | 4.5.3-12ubuntu1 | precise | source, amd64, armel, armhf, i386, powerpc [09:44] doko: it's still in main; is it planned to drop it still? [09:44] looking ... [09:46] pitti: mysql-5.5, u-boot-linaro still using it === astraljava1 is now known as astraljava === hrww is now known as hrw [10:43] doko: bug #966570 (gccgo seems to need something from the gcc-4.7 package [10:43] Launchpad bug 966570 in gccgo-4.7 (Ubuntu) "/usr/bin/ld: cannot find -lgcc_s" [Undecided,New] https://launchpad.net/bugs/966570 [10:44] bdrung, expected, use -static-libgcc [10:57] can you get a newer openjdk6 than 6b20 to run on lucid, like 6b23 or 6b24? [10:57] (are there any backports?) === MacSlow is now known as MacSlow|lunch [11:10] once again a request to make a bug public: bug #937249 [11:10] Error: Launchpad bug 937249 could not be found [11:11] thanks in advance [11:35] cjwatson: I pushed an update to my procps fix that also fixed bug 432861 [11:35] Launchpad bug 432861 in procps (Ubuntu) "kill -s crashed with SIGSEGV" [Medium,Triaged] https://launchpad.net/bugs/432861 === _salem is now known as salem_ === ZarroBoogs is now known as Pici === MacSlow|lunch is now known as MacSlow === Guest31547 is now known as tobin === ogra is now known as Guest67850 === imbrandon is now known as bholtsclaw === ogra_ is now known as ogry === ogry is now known as ogra_ === vibhav_ is now known as vibhav [12:52] cjwatson, slangasek, either of you seen reports of the boot splash being ok, [12:53] but the shutdown splash being all odd colours ? [13:01] pitti: https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/955898 these issues are again accumulating for the interpreter package :-( [13:01] Launchpad bug 955898 in pygtk (Ubuntu) "python2.7 crashed with SIGABRT in raise()" [Undecided,New] [13:05] hey all. what's the best way to install extra files into /usr/share/doc/$package? i have override_dh_installdocs, which seems to get run, but the files aren't in the resulting binary packages it seems [13:07] dobey, adding them in debian/docs ? [13:07] or debian/binary-name.docs ? [13:36] janimo: eww. those are ugly. discovered dh_installdocs -A though, which seems to do it. was looking at another package for example that was apparently last updated in 2009, which didn't use -A, so maybe that changed at some point, or that package has always been broken. :) [13:39] dobey, I always thought d/docs is better as it is declarative, i.e less chances of messing up cp/install invocations, and keeps rules file cleaner. I do not know what the recommended way is though or whether the docs way is discouraged [13:40] janimo: well, having N .docs files which all list the same things seems bad to me. for things which should only go in the -dev package or such, i would agree those should be done with the docs files [13:41] dobey, listing the same things? One package installs the docs and the other binaries should symlink only but I admit I don't know if that is handled by declaring them in docs [13:42] if you want to install the same docs into lots of packages, you should consider using dh_installdocs --link-doc=some-appropriate-common-package [13:42] you may need some preinst code to deal with upgrades, as dpkg deliberately never replaces a directory with a symlink of its own accord [13:43] well they are just license files [13:44] it seems those get copied to all packages by default? [13:44] licensing information should go in the copyright file rather than being installed as separate files [13:45] the copyright file is also installed [13:45] licensing information should not be installed as separate files [13:45] if everything necessary to understand the licensing of the package isn't in copyright, that's a bug [13:45] once you've done that, you don't need any other files [13:46] for the GPL+OpenSSL exception case where the OpenSSL license is included in the source, but openssl itself is not? [13:47] my statements apply regardless of the details :) [13:50] what is the "proper recommended way" to do this then? the package (hpoj) i was looking at as an example, and which was mentioned in http://lists.debian.org/debian-legal/2004/05/msg00595.html seems to install the extra files === Darxus_ is now known as Darxus [13:51] copy necessary information into the copyright file [13:52] (preferably in the new machine-readable format, although that isn't yet mandatory) [13:53] eventually we want to be able to automatically scan copyright files for problems, and it won't fly to have to go hunting around other files as well [13:53] the copyright file must have everything [13:54] what is "necessary" here? it's not entirely clear [13:54] if it isn't necessary, you don't need to install it :-P [13:55] perhaps http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ will help, to have a fixed format [13:55] necessary: the package must include its copyright information and a copy of the licensing terms under which it's distributed [13:56] so if something's part of its licensing terms, it's necessary, if not, it isn't [13:57] ok [14:10] doko, I wonder if all those segfault in __find_specmb() are not a libc issue [14:11] doko, like we got a bunch of those in C softwares as well, i.e bug #966446 [14:11] Launchpad bug 966446 in gnome-control-center (Ubuntu) "[soundnua]: gnome-control-center crashed with SIGSEGV in __find_specmb()" [Medium,In progress] https://launchpad.net/bugs/966446 [14:11] seb128, but there pygobject is involved too. do you see one unrelated to python? [14:11] doko, the one I just pointed [14:12] ahh, control-center ... === SpamapS_ is now known as SpamapS [14:12] seb128: __find_specmb calls strchrnul on the format string provided, so it will segfault in the same way that strchrnul will segfault on invalid data [14:13] i.e. my guess is that this is an application bug for providing a non-null-terminated format string, or a pointer into invalid memory as the format string [14:13] libc's entitled to segfault when you do that [14:13] cjwatson, could well be yes [14:13] cjwatson, doko just reassigned a bunch of such bugs to pygobject, so I pointed we got some similar non python bugs as well [14:14] valgrind should find it [14:14] but yeah, they could well be different issues [14:15] yeah, that was my best guess, but maybe pygtk would be the common denominator then? [14:16] doko, it would be a bug in pygobject yes, I will let pitti check, I will try to get a valgrind log for the gnome-control-center one [14:16] cjwatson, doko: thanks === dholbach_ is now known as dholbach [14:25] slangasek, 954609, no, I'll add the python2 symlink to python-defaults, now that the pep is accepted [14:39] do I need to fear someone syncing neon27? because of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667043 that would cause trouble. [14:39] Debian bug 667043 in libneon27-gnutls "libneon27-gnutls: Breaks bzr-svn (via subvertpy): undefined symbol ne_ssl_context_get_flag" [Serious,Open] [14:41] or to put the question differently: where can I put a big fat yellow signpost saying: "If you sync neon27-0.29.6-2 you will need to fix bzr-svn, libreoffice and likely a few other!!!1!" to make sure it meets the right audience? [14:58] hello all! quick question, if an upstream code is released under the AGPL license, shall the ubuntu packaging distribute the AGPL license? I'm asking since I don't have the AGPL text in /usr/share/common-licenses/ === emma is now known as em [15:01] nessita: yes, it must [15:01] cjwatson: any reason why the AGPL is not already in the common-licenses folder? [15:02] nessita: http://dep.debian.net/deps/dep5 describes that case (the full license needs to go in debian/copyright if not in common-licenses) [15:04] nessita: it's insufficiently common [15:04] stgraber: right, thanks [15:04] cjwatson: ack :-) [15:31] kenvandine: hi again, quickly wanted to follow up on Bug #956147. [15:31] Launchpad bug 956147 in Messaging Menu "thunderbird message indicator icons" [Medium,Confirmed] https://launchpad.net/bugs/956147 [15:32] ochosi, it's on my list of bugs to nag tedg about :) [15:32] kenvandine: ok thanks! :) [15:32] tedg, or should that be larsu that i nag for that one? [15:33] kenvandine, it's larsu :( [15:33] kenvandine, ochosi, sitting on it right now, expect a patch in a bit [15:33] * tedg hears that larsu loves GTK2 [15:33] larsu, i assigned it to you :) [15:33] larsu: sweet! if i can help you test it let me know [15:33] larsu: i'll be around for ~another hour or so [15:34] ochosi, cool thanks! [15:34] tedg, can't decide if I'll hack a fix into messaging-menu or fix it correctly in libdbusmenu [15:35] tedg, gtk2 ftw! [15:35] +1 (as long as xfce isn't ported yet) [15:36] larsu, if you get a patch that is confirmed to work, ping me and i can distro patch until we get around to doing a release [15:38] kenvandine, cool thanks, but I think I've just decided to fix this in i-messages and get that patch into the release charles is doing today [15:38] ok [15:48] doko: can you give the eclipse-* package a retry for the test rebuild? [15:50] bdrung, done [15:50] thanks [16:00] kenvandine, ochosi, no matter what I do, I always break something else in that menu. Are you okay with me ifdef'ing a line that'll break the alignment of "Compose New Messsage" and "Contacts" for gtk2 [16:01] larsu: define "break the alignment" [16:01] ochosi, they'd be left-aligned instead of with the label of the app, as in the gtk3 version [16:01] ochosi, i.e. the label floats to the left, were the broken icon is now [16:02] larsu: humm, well it's not ideal, but it's better than the broken icon [16:03] larsu: how is the alignment done atm? [16:04] ochosi, setting an empty icon. For some reason, gtk2 interprets that as broken... [16:05] larsu: yeah, i was mostly wondering because this kind of alignment is nothing special in gtk2 menus, i actually thought it is default behavior... [16:08] ochosi, indicator-messages is not using the standard menu items, because it adds all kinds of stuff. If I remove the icon completely, the labels float left in gtk3 and gtk2 === lool- is now known as lool [16:09] larsu: hmm, i guess i'd have to look at the indicator-messages code myself to understand the problem for real === deryck is now known as deryck[lunch] [16:12] larsu: if you have a screenshot or something to test for me, i guess that would help in giving a real opinion. but if you say it's not fixable in any other way atm then go ahead [16:16] ochosi, http://imgur.com/H9Ope (note the left-aligned labels under Polly and Thunderbird) [16:17] larsu: yeah, it's not unreadable or anything, there are still separators and appicons to help with the structure of the menu. i'm ok with that [16:19] ochosi, cool. Sorry, I'd have rather fixed it the right way, but i-messages has gotten quite complex (especially since it contains both the gtk2 and 3 version in the same source) [16:19] larsu: thanks for fixing this so quickly! :) yeah, i'm wondering how long will you maintain the gtk2 version? [16:21] larsu: one more thing: i assume that you also positioned those menuitems with empty images when thunderbird or $application wasn't running, i wonder why the bug only occurs when thunderbird is open (the action-items "compose" and "addressbook" are there before as well) [16:22] ochosi, I'm not the maintainer of i-messages, but I'm pretty sure we'll drop gtk2 support next cycle [16:23] ochosi, the empty icon is only set when thunderbird is running. That's a different bug which also affects the gtk3 version :-/ [16:24] larsu: ah ok === infinity1 is now known as infinity [16:45] * micahg would like to know how much work the gtk2 support is for the indicators, Xfce is stuck with GTK2 until at least 13.04 [16:47] micahg: +1 === dendro-afk is now known as dendrobates [17:00] ok, can someone tell me what the heck is going on here? http://paste.ubuntu.com/914786/ [17:00] why is bzr bd not using the changes i just imported/committed, correctly? [17:07] james_w: ^^ any ideas on that? [17:09] dobey, would you pastebin "bzr diff -c -1" please? [17:12] james_w: http://paste.ubuntu.com/914804/ [17:15] dobey, find /home/dobey/Projects/canonical/ubuntu/ -name "rhythmbox-ubuntuone_2.99.92.orig.tar.gz" [17:15] drat - can't reproduce the libvirt race in fedora. nor do the fedora out-of-tree patches help our package. [17:15] I wonder if there is a rogue copy of that file around that isn't what we think it is [17:17] james_w: indeed there was a tarball that had the old version in it. how the heck would that have happened? [17:17] inside build-area [17:18] dobey, I don't know. It can happen if you have some tags messed up [17:18] dobey, but if that log was all your interactions with this version then I've no idea how it happened [17:18] like, if you accidentally pass it the wrong tarball once it can be hard to make it forget it [17:19] but it shouldn't just decide that a tarball is actually called something different [17:19] yeah. well i've tried the same thing like 10 times it wouldn't stop doing that [17:19] but all the same commands [17:19] same commands i've used a million times to update all the other packages i work with :-/ [17:20] weird === dendrobates is now known as dendro-afk [17:29] slangasek, about? i think you are the closest to an expert on plymouth splash ... i have a radeon which is showing very odd colouring during shutdown splash particularly, and when configured 'right' i think is also wrong during boot [17:29] slangasek, seen anything like that, and any ideas how to debug this puppy ? === dendro-afk is now known as dendrobates [17:30] apw: what sort of "very odd colouring"? Like, 16-bit framebuffer where you'd really rather have a 32-bit one? === deryck[lunch] is now known as deryck [17:31] slangasek, like the colourmap is wrong i think the bitcount is good [17:31] apw: right, the colormap is wrong because you *have* a colormap ;) [17:31] so purpleish background, but a green spray where it should be fading into the background (it == UBUNTU) [17:31] apw: plymouth only actually supports truecolor, and VGA [17:32] so if your video card gives you a 16-bit framebuffer, this is what you get [17:32] (there's a bug open on the plymouth package; I can hunt the bug # if you like) [17:32] slangasek, so if i see it on shutdown, seeing it on startup means my startup _isn't_ wrong :) [17:32] yes... :) [17:32] slangasek, this is in the context of the handoff bug, in fixing it, i have exposed this on my test box [17:33] slangasek, and that lets me say ... i think its ok then [17:33] apw: bug #564471 [17:33] Launchpad bug 564471 in plymouth (Ubuntu Natty) "Lucid: garbled video at boot on radeon cards: bad color map due to 16-bit fb" [High,Triaged] https://launchpad.net/bugs/564471 [17:33] OTOH, I don't know what bit-depth the fb is supposed to be when grub hands it off to the kernel... :P [17:34] though the drm driver is probably inclined to reconfigure that regardless [17:34] slangasek, heh well this is in the "we are not handing off" mode. in handing off mode it happens to work ... presumably because grub didi the right thing [17:34] right, ok [17:35] so for me, fixing this handoff=true breaks things bug will regress boot on my radeon, by making it look poor like it already does on shutdown :) [17:35] heh [17:35] slangasek, did you have an affected machine ? i forget now ? [17:36] how exactly are you "fixing" the handoff though? [17:36] slangasek, the theory here is to pass over a handoff enable flag as well based on the gfxpayload setting [17:37] slangasek, this has all sorts of niceties ... one its only enabled when grub says it did it, two if you change gfxpayload=xxx to =text the right thing happens [17:38] slangasek, basically i am doing this in grub: adding 'vt.handoff_enable=$gfxpayload' to the default command line [17:38] apw: I have a radeon machine for testing, I don't know if it's able to reproduce this particular bug [17:38] apw: aha, that sounds perfect [17:38] slangasek, of course we still need to tell grub that its got no hope of doing graphics when you are on encrypted disk [17:38] slangasek, any suggestions as to the best way to figure that out [17:39] apw: would it be simpler to overload vt.handoff itself, not passing it at all when gfxpayload != keep? [17:40] sorry, what do you mean "no hope of doing graphics when you are on encrypted disk"? [17:40] larsu, wrt bug #956147, can you walk me through that proposed merge? [17:40] slangasek, to do that we'd need something clever in grub ... here i am literally making the bit that grub includes in the command line 'vt.ha [17:40] Launchpad bug 956147 in Messaging Menu "thunderbird message indicator icons" [Medium,Confirmed] https://launchpad.net/bugs/956147 [17:40] slangasek, to do that we'd need something clever in grub ... here i am literally making the bit that grub includes in the command line 'vt.handoff=7 vt.handoff_enable=$gfxpayload' [17:40] larsu: in short I guess I don't understand what http://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.0.6/revision/252.2.2 was for [17:40] slangasek, as grub fills that in with 'text' or 'keep' and i use those as special cases of true and false [17:41] apw: doesn't require too much cleverness, I think we could easily toggle the vt.handoff=7 in grub [17:41] slangasek, appearenetly the grub device drivers for graphics are in the encrypted disk [17:41] slangasek, at least that was what i thought i was being told [17:41] that makes no sense to me :) [17:42] /boot always has to be unencrypted [17:42] slangasek, that is a good point ... hrm ... i am sure thats what cjwatson was saying [17:42] I'm using cryptsetup, I have no problems with video here [17:43] yeah now i am flummoxed as to what the heck i am doing [17:43] :) [17:43] the underlying issue is that nouveau and psb drivers are not always happy when we handoff to them, if grub puts us in text mode, but we claim handoff so the kernel does not reset things [17:44] so that if grub is set for text, we don't want to enable handoff, so thats really what i am aiming to fix [17:44] right [17:44] as you would do that if its broken [17:44] so there are two cases you'll get text instead of keep, on any system [17:44] - the recovery boot option [17:44] - when the previous boot didn't complete successfully [17:45] in recovery we don't add the handoff at all so its not relevant i think [17:45] but for the second one we must hit the issue yes [17:47] slangasek, now if we can not put on handoff that is fine, i was under the impression it wasn't easy as string mangling was hard. i have the patches to use this new enable just testing the cleaned up kernel bit now [17:47] and the patch for grub is very small as its only 10_linux that changes [17:50] apw: splitting strings is hard, concatenating them is easy... we'd just move the vt.handoff=7 bit out of the pre-generated string and append it dynamically, I think [17:51] should still only change 10_linux [17:51] does that make it harder to debug should you not want it [17:51] should you want to test without it [17:51] I don't think so [17:52] http://people.canonical.com/~apw/vt-handoff-grub-precise/0001-TEST.patch [17:52] bah not that one [17:52] http://people.canonical.com/~apw/vt-handoff-grub-precise/grub-10_linux.diff [17:52] slangasek, ^^ that is the grub change i am using [17:52] * slangasek nods [17:53] slangasek, ok ... wahts the right thing to do here. not specificying the handoff at all will work fine kernel side [17:53] apw: on a call now; give me about an hour to cook a patch for grub the way I think it should be, that won't require any extra kernel options? [17:54] slangasek, ok .. will check back later [18:07] Hello. In an attempt to run our script in init.d prior to the other S99's, but after the S98's our project has always named that script beginning with a 0. I have rewritten the way this script functions and as a result noticed that it was running twice, whereas the old method masked this behavior. Throwing a $1 confirms two starts were sent, pstree indicated that rc was issuing both calls, so I read rc, and it turns out that it is [18:07] very clever in attempting to figure out runlevel, however as a result, any scripts updated there with a digit are run from rc5.d as (in our case) 99 and again as 90. Would it be appropriate for me to write a patch which counts digits and changes the nomenclature of the symlinks created? === dendrobates is now known as dendro-afk [18:14] I guess it would be smarter to make rc count digits [18:16] L3mce, can't you use _ or something similar ? instead of 0, and avoid the issuue? [18:16] I have renamed it a0start_avwizard I just thought that in the future if rc was not confused by digits it would be better for the product. [18:18] I am solved. I just didn't know whether to file a bug and a fix. [18:19] or which version to attach it to === beuno is now known as beuno-lunch === bladernr_ is now known as bladernr_afk [19:00] what tool builds the iso? i have a squashfs from live-build and would like to make a small live iso from it === beuno-lunch is now known as beuno [19:12] would you expect fortify to throw if you tried to snprintf into a 64byte buffer, a 40 character string, but the length you told snprintf the buffer was was 128 ? [19:16] I guess snprintf might 0 term the last byte or something [19:23] sabdfl: the "last mile" of ISO generation is done with ubuntu-cdimage and an internally-maintained debian-cd; both of these are private branches on nusakan [19:25] what does whoopsie-daisy do that apport doesn't? [19:25] slangasek: why private? [19:25] JanC: because, er, sabdfl didn't let cjwatson release it ;) [19:26] (or something like that) [19:26] yeah yeah [19:26] kees: it's the crash-database client [19:27] kees: so it reports to the crash database with its nosql magic data aggregation, rather than LP [19:27] ah-ha [19:28] so it took over some of the crash reporting stuff that apport was doing? [19:28] sabdfl: take a look at ubiquity/casper [19:28] thanks slangasek [19:28] sabdfl: sure :) [19:29] kees: yes; the plan is that pre-release, it'll be reported to *both* LP and the crashdb, and post-release we'll only report to the crashdb - so not asking users difficult bug-reporting questions [19:30] slangasek: excellent. [19:43] FINALLY! [19:44] apparmor is to blame! but, only indirectly :) [19:52] mountall? [19:57] hallyn: still balming apparmor? ;) [19:57] hallyn: btw, if you want to blame it some more, it looks like "ro, remount" still doesn't match (or stopped matching again, one of the two). Got some apparmor DENIED when rebooting a container today [19:57] stgraber: see final comment in bug 961217 [19:57] Launchpad bug 961217 in libvirt (Ubuntu) "virsh start domain sometimes fail in oneiric" [High,Confirmed] https://launchpad.net/bugs/961217 [19:58] stgraber: hm, interesting - but the noise is ok with me so long as we're refusing the remount :) [19:59] hallyn: yeah, at least that part works ;) [20:02] jjohansen: ^ :) not urgent but "deny mount options=(ro, remount) -> /," still doesn't match... (call "halt" in a container and look at dmesg to reproduce) [20:03] stgraber: yep, still working on part 3 of the fix, it should hopefully land friday === vibhav is now known as Guest6358 [20:06] jjohansen: hehe, ok :) [20:26] apw: untested: http://paste.ubuntu.com/915139/ [20:27] hi all [20:32] apw: do you have a master bug # for this, btw? === dendro-afk is now known as dendrobates [21:10] N: 1020 tags overridden (1020 errors) [21:10] * slangasek fears [21:22] slangasek, hey [21:22] seb128: hey there [21:22] freetype? :) [21:22] slangasek, are you subscribed to the freetype mailing list? [21:22] yeah [21:22] seb128: isn't Werner wrong about default dpi? [21:22] slangasek, I think they picked up the space discussion from my email, not the gtk underline issue [21:22] my X server says 96 [21:22] not 72 [21:22] right [21:22] slangasek, 96 is default yes [21:22] maybe if we get the code right, both issues are fixed? [21:23] I don't know though [21:23] and I'm pretty sure things in the stack hardcode 96 nowadays [21:23] slangasek, well, reverting fixes both [21:23] slangasek, but upstream doesn't seem to think it's the way forward :p [21:23] yeah [21:24] but upstream may just be mistaken about what the defaults are [21:24] I was going to follow up later today and point that out [21:25] though perhaps the conclusion there is still that gtk is using the wrong API call? I don't know [21:26] the discussion is a bit too deep for me :){ [21:27] slangasek, yeah, I didn't understand everything either but I'm pretty sure GTK enforce 96 dpi and doesn't use the xorg returned value [21:27] well, and X is spitting out 96 anyway regardless of physical dpi [21:27] slangasek, http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a49af89751057649034a42c511d2330d63bbfa6e [21:27] for reasons that have been well-trodden :) [21:27] slangasek, right [21:28] slangasek, well in any case I was pinging because I'm unsure their discussion is covering at all the gtk underlining issue, I don't understand why that has to do with the spacing [21:29] I don't either... [21:30] perhaps it's because gtk calculates the bounding box with an off-by-one error compared with what freetype returns, and the underline gets clobbered by the glyph? [21:33] slangasek, I pointed it to the gtk guys, behdad (pango's upstream) said he would have a look [21:34] it's either clipping (though we don't do that for labels) [21:34] or a pango bug [21:34] slangasek, that's basically the replies I got, but I think I will have news tomorrow from their side [21:34] slangasek, I will keep you updated [21:34] ok === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:44] jdstrand: re distro-info MIR, in your last comment, did "upstream is volatile" refer to liblist-compare-perl? [21:45] bdrung: no, it referred to the fact that the package is constantly being rewritten [21:45] jdstrand: see my comment. it won't be rewritten again. [21:45] well, constantly is probably strong [21:45] but this is the 3rd time [21:45] :) [21:46] jdstrand: the third rewrite wasn't necessary, but i was curious about the result [21:47] bdrung: ok. that seems reasonable I guess, but poke smoser about commenting on it [21:48] tumbleweed: can you comment bug #964008 regarding liblist-compare-perl? [21:48] Launchpad bug 964008 in distro-info (Ubuntu) "[MIR] distro-info, distro-info-data, and shunit2" [Undecided,In progress] https://launchpad.net/bugs/964008 [21:51] slangasek, been using this one: https://launchpad.net/bugs/942846 [21:51] Launchpad bug 942846 in linux (Ubuntu Precise) "encrypted install fails to boot as long as vt.handoff=7 is used" [High,In progress] [21:51] slangasek, if you have something that needs testing let me know ;) [21:54] apw: did you see the pastebinned patch? I can push a bzr branch for it [21:55] my own testing here is waiting for the test system to be upgraded from oneiric [21:55] (I don't boot it very often :P) [21:58] apw: lp:~vorlon/ubuntu/precise/grub2/lp.942846 [22:01] apw: though actually, I'm wondering why the reporter's machine should have ended up with =text... that should only happen if 1) the previous boot failed, 2) the 'hwmatch' command failed in grub, or 3) the card was in the blacklist, and the last should not be the case since he's using nouveau? [22:01] I think you're absolutely right that there's a bug here in our vt.handoff usage, I'm just not convinced fixing it will help this bug submitter [22:03] oh, maybe he has GRUB_GFXPAYLOAD_LINUX=text in his /e/defaults/grub [22:04] which means I have a bug in my patch as well, let's fix that === dendrobates is now known as dendro-afk === yofel_ is now known as yofel === bladernr_afk is now known as bladernr_ === salem_ is now known as _salem [23:31] stgraber: how do graphics work/not work in containers? [23:32] stgraber: I'm considering /etc/init/udevtrigger.conf at the moment, which moved from an 'exec' to a 'script' for container support... and I'm pondering whether it can be switched back by dropping the 'container' condition, but want to be sure I understand the knock-on effects for other services [23:33] stgraber: we could make udev-fallback-graphics start immediately on 'container', or we could make it not run at all when in a container... I don't know which would be better [23:36] roaksoax: Where's my feature freeze request for that maas upload with all the new features? :P [23:38] roaksoax: (Your standing freeze exception was until Beta 2, and we're well past that now) [23:38] infinity: heh, well i was told I have until FinalFreeze :) [23:39] slangasek: right, so the problem is that we don't have a separate device namespace yet, so the reason why we prevented udevtrigger from starting in a container is that if run, it'd re-trigger everything in all containers and outside the container, which we certainly don't want [23:39] https://bugs.launchpad.net/ubuntu/+source/maas/+bug/937121 disagrees [23:39] Launchpad bug 937121 in maas (Ubuntu) "Standing feature freeze exception for maas in Precise" [Undecided,Triaged] [23:39] slangasek: but to answer your question, a container usually doesn't have direct access to graphic hardware [23:39] roaksoax: And even if the bug didn't disagree, common sense probably does. :P [23:40] infinity: well, could you please raise this issue with Daviey [23:41] roaksoax: ...? [23:41] infinity: the FFe only standing to Beta2 [23:42] It's right there... [23:42] Agreed to by Francis even. [23:42] infinity: yes I know, that's why I'm saying. Could you please raise it to Daviey ? Because, Daviey himself I can freely upload until Final Freeze [23:43] stgraber: so the bits that chain off of udevtrigger currently are udev-fallback-graphics, networking, cryptsetup, and, er, cups. cups almost certainly needs fixed in that case to be 'or container' (or to just drop it completely). Do you think we can generalize about the right thing to do with the others? [23:45] slangasek: in general 'or container' should be safe for these [23:45] stgraber: safe yes, but is it *correct*? I don't want to change all of them if I don't have to :) [23:46] slangasek: it's unlikely we'll ever need udev-fallback-graphics or cryptsetup in a container but at the same time, if I want, I can make you a container using these, so it's not impossible someone would actually need these for something useful [23:47] stgraber: you would 'modprobe vesafb' in a container? [23:48] hmm, what's 'netscript-2.4-upstart'? [23:48] (archive-grepping) [23:49] slangasek: you can get 'modprobe vesafb' to work in a container but I really don't see a case where you'd want that job to trigger and where it'd be useful (didn't trigger outside of the container first) [23:50] right [23:50] slangasek: so you can probably keep that one as it's [23:51] stgraber: well, I guess the reason to *try* to run u-f-t in a container is that the DMs have a start condition that's udev-fallback-graphics, ORed with drm-device-added... and that's a udev event so would never be seen in the container, right? [23:53] currently containers see all events, so I could in theory allow a container access to a displaylink device, then plug it post-boot and the container will get that event and the container's udev will react on it [23:53] but as we don't re-trigger existing events, that only applies to devices appearing post-boot and only if the container is then allowed to access it (device cgroup restrictions) [23:54] and if the video device you're plugging in comes up as card0, which is not likely [23:54] indeed [23:54] ok, so I think u-f-g should be 'or container' [23:55] yeah, I think it's best to consistently have 'or container' so these weird people copy/pasting without reading will get it for sure and we won't get stuff not starting in container in later releases because of bad copy/paste :)