[00:00] right? and you can SRU that to stable releases. [00:00] yes [00:00] that's the plan [00:00] i added code to use it in cobbler, but then was pointed at http://people.canonical.com/~ubuntu-archive/component-mismatches.svg [00:01] (i just dropped the Recommends in distro-info of cobbler to a Suggests) [00:01] as it was showing mismatch for build-depends on distro-info of haskel [00:01] so.. [00:01] so... [00:01] to the question [00:02] are you insistent on haskell? [00:02] i fail to see haskel in that diagram. [00:02] right. its gone now. [00:03] but there was a long line hanging off cobbler into some haskell libraries [00:03] the haskell version is way faster than the python version and therefore i like to keep the haskell version [00:03] there was a haskell transition [00:04] hm.. well, since its a build-depens, it doesn't really gain us to do separation (like you've done with the -data) [00:04] bdrung: The problem is that haskell isn't and won't be in Main. [00:04] ie, we sitll get all the build-depends pulled into main of the source. [00:06] so, i guess my question is going forward would you be open to even splitting out source packages ? or something else that removed a dependency on haskell ? [00:07] i think its absolutely silly to have to SRU a package to get a string change. [00:07] you could feasibly have haskell bindings to a C lib [00:07] in a separate package [00:08] smoser: what do you really want? distro-info in main? [00:08] I think what smoser is getting at, would you be happy having two source packages.. a distro-info-data (containing csv's) and a distro-info tool? [00:08] well, i supose distro-info and distro-info-data. [00:08] That would mean that A) you don't need to recompile for SRU [00:08] and secondly, peope can cuse a shell or python version if they want. (in main) [00:09] i'd like distro-info in main [00:09] (or some shell usable utility, i dont really care about speed) [00:09] bdrung: I must say, that a 1.5M binary + csv is pretty nuts. [00:09] other user's care about speed [00:09] because if the shell utility is not in main, then i have to write the same thing in shell [00:09] (or python) [00:09] people dont care about speed that much. [00:09] and really, why would you call this program 1000s of times ? [00:10] it changes once per 6 months [00:10] bash completion and bashrc [00:10] thats fair. [00:10] but i bet i can write native bash that are faster [00:10] :) [00:10] Daviey: the binary size is due to haskell [00:10] or very close. [00:12] smoser: i am willing to adopt a shell script if it can do the same as the haskell script and comes with a test suite [00:12] well.... that'd only get us part of the way. [00:12] i can split distro-info-data into a separate package [00:13] ok. [00:13] yeah, so that'd work. [00:13] bdrung: Do you agree or not that a tool for this function, is crazy being 1.5M ? [00:14] Daviey, i dont think we need to be rude :) [00:14] i'm really thankful for the utility. [00:14] Daviey: yes, 1.5M is huge (but this is a restriction of Haskell) [00:14] Oh i am aswell.. i think that came out wrong.. Sorry bdrung [00:14] smoser: which interface do you use? [00:14] i just wish i would have realized it needed some help for main inclusion. [00:14] i'm using the shell interface. [00:14] * bdrung wasn't offended. [00:14] and i'd prefer that just because i dont care to do the date math. [00:15] (shell interface == command line == distro-info --supported) [00:16] btw, the csv file shouldn't be used directly. so there are: command line, python, perl [00:17] right. i guess i hadn't thought of using python library. [00:19] slangasek, hey in looking into a key mapping issue I notice our console-setup is quite diverged from debian's [00:21] slangasek, there's been quite a bit of change. I'm figuring I should just cherrypick out the specific fixes I need, but wanted to check with you if we should think about a larger import of some sort [00:23] Daviey, smoser: which programming languages can be compiled in main? [00:24] or should this tool be codified in shell? [00:24] i dont think there is a hard reason for shell. [00:24] if you wanted to write it in C, that'd be fine. [00:25] i would prefer C over shell. [00:25] bdrung: I was going to also mention vala, but it's been demoted this cycle.. [00:25] that'd be fine. the only advantage of shell over C would be executable size. [00:25] vala would be a nice tool to learn [00:26] smoser: You don't think there is a slight speed advantage in C? [00:26] smoser: really? shell would be smaller than C? [00:26] $ ls -l /bin/true [00:26] -rwxr-xr-x 1 root root 22896 Nov 20 12:42 /bin/true [00:26] smoser: I imagine true is a compelx tool :) [00:28] running u-d-t 100 times takes 0.330s and running the python version of it takes 3.045s [00:29] bdrung, where is "the python version" ? [00:29] smoser: in the source in python/ [00:31] but it lacks some parameters [00:35] jtaylor: Why does python-numpy recommend gcc, but python3-numpy does not? [00:37] bdrung: shell, C, C++, perl, python, there are a few options. [00:38] bdrung: As much as it's taboo to mention it, Perl would do this same job MUCH faster than Python. :P [00:38] infinity, FOR SHAME! [00:38] infinity: nope [00:38] bdrung: (And it could be done entirely in perl-base, and have no deps outside Essential, I'm sure) [00:38] infinity: the perl version was the slowest === jalcine is now known as jalcine_ [00:38] bdrung: That's a pretty bold nope. [00:39] infinity: you can either blame perl or tumbleweed for that slowness ;) [00:39] I'll go with the latter. [00:40] i would ask you to write a faster one, but perl is not readable. [00:40] But other than the slightly larger disk footprint, C seems like a fair choice. It's a simple enough thing to write bug-free on the first go. [01:02] bryceh: it's a pain to merge and historically merges have introduced a lot of fragility, so I would be -1 on a merge at this point. feel free to cherry-pick, though. === cjwatson_ is now known as cjwatson [01:02] cjwatson, sounds good, will do [01:02] that's why it tends to "fall behind" as some people see it [01:03] we'll deal at some point [01:03] yeah I can tell; the patch I'm dealing with appears to be a whole bunch of different changes all mashed together. picking out what I need will be interesting [01:03] hope you aren't trying to work with lp:{debian,ubuntu}/console-setup [01:04] cjwatson, am I interpreting correctly that at least some of the keyboard mapping is duplicating code elsewhere? [01:04] almost certainly [01:04] cjwatson, no, git checkout from debian [01:04] good [01:04] yeah, some of the committers aren't ... quite perfect at separating out logical changes === jalcine_ is now known as jalcine [01:26] ok so I want to file a bug about how apport hooks with questions present all questions twice if you click "show details" on the "Sorry, Ubuntu 12.04 has experienced an internal error." window to figure out what package the bug is for. Where would that go now? [01:26] whoopsie or apport? :) [01:28] xorg bugs are no fun when you have to click show details to figure out that its even the xorg bug you want to file now that it shows that generic info and walk through all of the questions to see what package its for, then again to actually file it [01:31] i usually have at least 10 .crash files in /var/crash that i've already filed bugs for so clicking show details on each is required to see if i'm wasting my time filing the same one [02:00] bdrung, still around ? [02:19] smoser: yes [02:20] i have a version of ubuntu-distro-info in shell that compares favorably in load times to the haskel [02:20] http://paste.ubuntu.com/891634/ [02:21] i think the --date= needs some work. [02:21] but it shouldn't add too much [02:22] locally, 1000 runs shows http://paste.ubuntu.com/891636/ [02:23] but i have to run now. [02:24] i'm willing to polish that some more. [02:43] smoser: you are fast. it could use "set -e". some comments would be nice. [02:50] smoser: --devel and --lts produce wrong output === bradm_ is now known as bradm === sikon is now known as lucidfox === jalcine_ is now known as Guest77258 [04:01] bryceh: console-setup isn't a safe package to be doing large imports of post-FF... I'd say cherry-pick what you need [04:01] slangasek: He got the lecture from cjwatson already today. [04:01] heh, ok [04:04] slangasek, yeah picked out the bit I needed. I gather all changes are direct applied rather than use a patch system? [04:05] it's a native package maintained in a VCS - a patch system would be unhelpful :) [04:05] er... [04:18] hi bryceh how are you? [04:18] hi komputes I'm good [04:19] thats good to hear, long time no talk. are you strictly maintaining xorg these days? [04:20] komputes, I would say more indulgently [04:25] it's in your blood :D === JanC_ is now known as JanC === bladernr_afk is now known as bladernr_ === tkamppeter_ is now known as tkamppeter [08:04] good morning [08:10] hi [08:11] where did xbox controller started working out of box in ubuntu 12.04 [08:11] when* -where [08:32] janimo`: libva-cedarview-vaapi-driver for restricted? [08:52] can anyone tell me what an package flagged 'un' in dpkg -l means ? [08:52] un linux-image-3.0 [08:53] and indeed how one gets rid of em [08:56] apw: see the header of "dpkg -l" for an explanation (un: Desired=Unknown, Status=Not Installed) [08:57] geser, hmm oh desired ... so once you install a packge its in your db forever even if its not longer installed [08:57] That does not seem to be what happens when I uninstall things [08:58] Those seem to either become rc (removed configured) or go away (purged) [08:59] apw: I guess that's also true for any package dpkg knows about (because it's listed in Recommends, Suggests, Conflicts, etc) [08:59] geser, hmmm, i'd expect them to be singletons as they are all test kernels once installed long ago [09:01] un linux-image-3.0-0-generic (no description available) [09:01] so that one i literally just purged it and its gone to that state [09:03] IIRC dpkg has a list of package names it has ever seen [09:03] check if it's listed in /var/lib/dpkg/available [09:05] geser, yep it is in there === jelmer_ is now known as jelmer [09:09] try "dpkg --forget-old-unavail" (or ask someone who knows dpkg better than me how to get rid of those old entries) [09:12] So the difference is in how one uses dpkg -l: "dpkg -l|grep linux-image" won't show un, but "dpkg -l linux-image-*" will do [09:12] has anyone actually tried out the openssl package on 64bit precise? [09:13] i'm getting much slower speed timings for one and secondly, it seems to be dropping back to sslv3 vs tls1 for some reason [09:13] even when i have what I think is a correct config..... [10:04] Riddell, please purge that package, there will be a newer upload later, with fixed copyright [10:06] janimo`: rejected! [10:06] Riddell, thanks! === jml` is now known as jml [11:06] pitti, the acpi-support deprecation wikipage is almost 3 years old. https://wiki.edubuntu.org/AcpiSupportDeprecation . What is the status of this package? I lookoed at the hotkey debugging pages that mantioned it is being phased out but no details === mpt_ is now known as mpt [11:17] could someone un-private bug #930677 if possible? thanks! [11:17] Error: Launchpad bug 930677 could not be found [11:18] it is referenced in Bug #952577 [11:18] Error: Bug #952577 is a duplicate of bug #930677, but it is private (https://launchpad.net/bugs/930677) [11:25] nailora: what is your Launchpad ID? [11:28] nailora: poke [11:29] sladen, i don't see anything private in there so it's un-privated === geser_ is now known as geser [11:33] nailora: see brendand above ^^ [11:41] https://launchpad.net/~nailor [11:42] brendand: thanks [11:59] mvo, ping === chrisccoulson_ is now known as chrisccoulson === bladernr_ is now known as bladernr_afk [12:22] MacSlow: pong === _salem is now known as salem_ === fenris is now known as Guest87935 === jalcine_ is now known as Guest63620 === webjadmin_ is now known as Guest24486 === tomreyn_ is now known as tomreyn === dantti|2 is now known as dantti [13:04] janimo`: acpi-support hasn't been phased out yet because there are some hotkeys that nothing else in the stack has handling for (antenna, touchpad toggling keys) [13:06] slangasek, the pad enable,disable is handled by gnome-settings-daemon (just for info) but maybe you need something not desktop specific for those ;-) [13:07] seb128: when did it start handling them? [13:08] slangasek, http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1c8f64d1dc6beb7d27a6dce74fa29e27e8c34583 [13:08] slangasek, so in the natty version it seems [13:09] slangasek, if that's the same keys we are talking about [13:10] seb128: ah, I'm pretty sure X can't actually receive that keypress due to the core input limitation [13:11] slangasek, Riddell the acpi-support changelog mentions dropping power.sh when kubuntu starts using upower, not sure if that is the case, it is an old comment [13:11] slangasek, and are there better suited packages for the things acpi-support is still needed for or it is here as a catch-all for the forseeable future? [13:11] slangasek, well, it works for most people it seems [13:12] janimo`: if there were better-suited packages, it wouldn't still be needed :) [13:12] slangasek, we got bugs about the notify-osd corresponding images being reversed previous cycle [13:12] seb128: hmm, I'll have to test then [13:12] slangasek, which indicates the g-s-d action get triggered [13:12] slangasek, ok ;-) [13:13] seb128: right, but we just recently (this cycle) got a report from someone else wanting touchpad toggle support in acpi-support for a new device [13:13] slangasek, well what I meant was there may be other packages but migrating is ongoing and not terribly urgent [13:13] as opposed to noweher to migrate yet : [13:13] :) [13:14] janimo`: power.sh should definitely go away if kubuntu is using upowerd now [13:14] slangasek, https://bugs.freedesktop.org/show_bug.cgi?id=31300#c2 might be interesting [13:14] Freedesktop bug 31300 in Protocol/Core "Add XF86XK_TouchpadOn/Off" [Normal,Resolved: fixed] [13:15] slangasek, well not sure what happened since and if that works for laptop that have a physical action connected to the key or not [13:15] * slangasek nods [13:16] slangasek, seems it's the same issue than sound, some hardware require you to handle to action, some others don't [13:16] well, seems like those should be represented as different types of events [13:17] not sure why a button press that the software isn't expected to handle should ever show up as a key event [13:18] anyway, I'll test with my T60 and see what I get [13:18] slangasek, because you still want the notify-osd bubble [13:18] there's no reason to logically represent that as a *keypress* though [13:18] slangasek, what is doing the action doesn't matter much, but you want a consistent feedback mechanism [13:18] it's a notification event [13:18] right [13:18] that's a good point ;-) [13:19] so there should be a different channel for that from the kernel to g-s-d... and maybe that's the one that actually works now [13:19] anyway, I know thinkpads *don't* handle it in hardware, so I'll check it out and report back :) [13:21] slangasek, thanks ;-) [13:26] dpm: can you add me to the translation team mailing-list whitelist so I can reply to mails without having them go through moderation, yet don't need to subscribe? [13:29] stgraber, I can at least try :) IIRC there is a filter to accept any ubuntu.com address, but it seems not to be working. Let me have a look... [13:31] dpm: I usually do it through the moderation queue, when you accept my next e-mail, you can tick a box saying any other e-mail from my address is accepted [13:32] stgraber, ah, I see. I never use the admin interface, I use listadmin, which is much quicker [13:33] in any case, you're now whitelisted [13:34] dpm: thanks [13:36] it'd be awesome if listadmin could understand that bit of the moderation queue interface === kiwinote_ is now known as kiwinote === bladernr_afk is now known as bladernr_ [14:05] popey: bug 960092 - can you tell me about your partition/filesystem layout? [14:05] Launchpad bug 960092 in grub2 (Ubuntu) "Latest update renders system unbootable "error: no such partition"" [High,Confirmed] https://launchpad.net/bugs/960092 [14:06] debconf is confusing me. [14:06] When I add a template to a package (which already used debconf)... How does its new templates get added to the debconf cache? [14:07] dpkg and debconf are separate, so it's not dpkg itself. [14:07] the frontend loads templates from whatever it's operating on [14:07] dpkg-preconfigure does it too, via apt-extracttemplates [14:07] Ah. [14:08] It's a bit special. I'm building something very much like dbconfig-common, so my package ships the templates, but doesn't actually use debconf itself. [14:08] ...so that's why they're not getting loaded (and why I can't reference them with db_register from another package). [14:08] there's debconf-loadtemplate if you really have t [14:08] o [14:09] or you could load the confmodule in your postinst, but do nothing else with debconf [14:09] The latter sounds like a better idea. [14:09] likely, yes [14:09] I guess I eventually will want to actually use debconf in this package too. [14:09] I wonder how the first set of templates got added.. [14:10] cjwatson: left comment on the bug [14:10] I guess I must have triggered debconf at some point. I can't imagine how or why, but meh. [14:11] popey: hm, so 1.99-17ubuntu1 worked but 1.99-18ubuntu1 failed? [14:11] (wtf? I didn't touch partition handling.) [14:11] cjwatson: well, it may have been a day or more between updates on that box. but it is my main desktop, and doesn't get rebooted that often, often suspended [14:12] popey: you said you reinstalled grub to get it back to a bootable state, so presumably you know what version you reinstalled? [14:13] cjwatson: I just did grub-install [14:13] cjwatson: sorry, "grub-install /dev/sdb" [14:13] oh, you were probably misconfigured to start with then. I left a question in the bug ... [14:14] cjwatson: Fantastic, that did the trick. Thanks! [14:14] cjwatson: sorry, pasted, should have attached. [14:15] no matter === carif_ is now known as carif === MacSlow is now known as MacSlow|lunch [14:39] cjwatson: What if I'm updating an existing template rather than adding a new one? The new ones are in /var/lib/dpkg/info/.templates, and I do include confmodule in my postinst, but /var/cache/debconf/templates.dat still has the old templates. [14:42] soren: that normally just works [14:42] sorry, not sure what the problem might be in your case [14:43] cjwatson, Just to make sure I understand right: so the multipath udeb would only carry dm-multipath and dm-round-robin ? I am not sure abotu the scsi device handlers. They might be only used for multipath setups but on the other hand are grouped into the scsi subsystem. [14:44] Perhaps it refrains from refreshing because there are multiple owners? [14:45] smb: {dm-multipath,dm-round-robin} -> multipath-modules, scsi device handlers -> scsi-modules sounds o [14:45] ok [14:46] smb: I'm just trying to claw things back into being slightly more in line with Debian because it means less unnecessary divergence in the userspace installer code [14:47] cjwatson, ok thanks. will look to get it done. Less divergence is good and it should not be a really big change, so it makes much sense to get it done right now that there need to be changes anyway [14:51] smb: great, thank you [14:51] soren: I would have expected it to add an owner in the case of any shared templates, and just add any non-shared ones [15:10] cjwatson: *blush* [15:10] cjwatson: I had a copy of the templates file in another package. [15:11] cjwatson: With all the same names. [15:11] cjwatson: So each time I installed that, I'd get the old version. [15:12] cjwatson: And my test-debug cycle included: Install the config-common package -> isntall a package that consumes it -> test. [15:12] cjwatson: So it always overwrote the changed templates. [15:12] whoops [15:13] yeah, easy to make that kind of mistake with shared templates [15:19] cjwatson: Ironically, I'm doing this to *avoid* sharing templates, and just ship them in a single package (and use db_register /$question /$question). I just copied the templates file over at some point by mistake. [15:19] I never noticed because so far, I've only been *adding* new templates. Added templates got through just fine. [15:19] *headdesk* [15:19] heh [15:19] ah well [15:52] what's the best way to store a dictionary inside a gvalue? [15:52] i went the way of gvalue being a variant and the variant being a dictionary [15:52] sounds ok? [16:05] janimo`: yes we use upower in KDE [16:05] mvo: I'm not sure I understand the right way to pop up a notification about a package's download failing; from what I can see in the code, /var/lib/update-notifier/user.d/ is only processed when a new file is added there or when the applet starts, is that right? [16:05] mvo: in which case it seems I want the script to add/remove a file to that directory, and not use DisplayIf? [16:06] slangasek: yeah, add it or touch it (to display the notification again) [16:07] ok [16:10] cjwatson, Oh, I just remembered something else. I think you at least sponsored some updates to dmraid user-space. I think I found some discrepancy in the initramfs-tools scripts/hooks. Unfortunately lost the bug reporter for now... bug 948291 (comments 37 and 38)... [16:10] Launchpad bug 948291 in linux (Ubuntu) "New 12.04 beta Kernel doesn't support booting from dmraid" [Medium,Confirmed] https://launchpad.net/bugs/948291 [16:11] (afraid it is a bit in the middle of things... just the difference between output and input seemed like one thing more likely broken...) [16:11] smb: sponsored, but I don't feel confident to make changes on my own initiative [16:12] smb: if you can get hold of psusi, he tends to be useful on this [16:12] cjwatson, Ok, I'll try... Saw his name too [16:15] smoser, hi, could you have a look at qemu-kvm which installs /usr/etc/qemu/target-x86_64.conf, i guess this should go to /etc/qemu/target-x86_64.conf [16:16] ricotz, can you open a bug ? [16:16] smoser, i was hoping pinging you might be enough [16:17] well, i was just going to ping hallyn [16:17] but ... a bug would still be helpful. [16:17] ok === MacSlow|lunch is now known as MacSlow [16:19] mvo: do you know what creates /var/lib/update-notifier/user.d/firefox-restart-required nowadays? The only thing I find in the firefox postinst is 'touch /var/run/firefox-restart-required' [16:19] mvo: I'm trying to find this to see how they've handled localization so I can copy it [16:19] smoser, https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/960359 [16:19] Launchpad bug 960359 in qemu-kvm (Ubuntu) "config file "target-x86_64.conf" in wrong location" [Undecided,New] [16:19] slangasek: sorry, I don't know [16:19] slangasek: maybe the ubufox stuff? [16:20] slangasek: but chrisccoulson should know [16:20] I'll look there, thanks [16:20] ricotz, gracias [16:20] mvo, slangasek, we haven't had that in firefox since lucid [16:20] chrisccoulson: hah, ok [16:21] chrisccoulson: why did it go away? [16:21] (OOI) [16:22] slangasek, it was sort-of redundant. we already have the restart notification banner inside firefox, so we just use that rather than relying on update-notifier [16:22] fair enough [16:22] (though personally, the restart banner drives me crazy ;) [16:23] slangasek, it's meant to make you want to restart :) [16:23] although, i think i changed the timings this cycle so that it doesn't remind so often [16:23] chrisccoulson: it doesn't make me want to do that, it makes me want to swear off web browsing! :) [16:23] lol [16:24] ah, looks like the french translation is statically encoded here, ah well [16:27] slangasek, we might get rid of the restart banner at some point (and turn it in to a notification panel inside firefox instead, which doesn't shift the content down when it appears) [16:44] slangasek: fyi: #952556 [16:47] mdeslaur: are you seeing this behavior? [16:47] slangasek: I haven't checked personally, but it looks like something we should take a look at [16:48] I'll try it on my test laptop, one sec [16:50] mdeslaur: looks like I can reproduce it here [16:50] which is strange, because I definitely *didn't* see this earlier in the cycle when making that change [16:52] cking: why are you sure bug #952556 isn't a kernel bug? I don't think this was the behavior in January at the time I changed the hdparm apm_battery setting, and hdparm hasn't changed at all since [16:52] Launchpad bug 952556 in hdparm (Ubuntu) "[Precise] [Hardware-killer] HD restarts every few seconds" [High,Confirmed] https://launchpad.net/bugs/952556 [16:52] so I think something has changed in the kernel [16:52] slangasek: well, some of the desktop power optimisations may have decreased regular disk activity [16:53] yes, that was actually a precondition of me changing hdparm [16:53] ah! i see [16:53] before, the root problem wasn't the spin*down* time, it was the spin *up* frequency [16:53] slangasek, well, it still happens when the user uses an oneiric kernel [16:53] cking: ok [16:53] that's pretty conclusive then [16:54] and I checked it on an hpmini this afternoon [16:54] let me see if something's regressed on the desktop to cause these spin-ups [16:54] I also factored out the pm-utils changes just to sanity check things [16:55] so, setting a higher spindown time by default is probably reasonable in any case [16:55] and would guard against destroying disks [16:55] so I think we'll go ahead with that [16:56] fwiw, my count increased by 3 in 5 minutes [16:57] * slangasek breaks out fatrace \o/ [16:58] * mdeslaur tries fat race too :) === vibhav is now known as Guest49600 [17:03] kinda looking like a firefox regression [17:03] or possibly a google regression :P [17:05] slangasek, yep I think a higher spindown time is a good solution [17:09] * micahg pops his head up [17:10] is there a known issue with usb disks in the precise kernel? getting now I/O errors with the second usb disk. just do not want to believe that both external disks are damaged [17:11] wow, fatrace is awesome === vibhav is now known as Guest31459 === vibhav_ is now known as vibhav [18:09] mvo: I notice as I'm testing this u-n change that u-n only processes hooks when something touches /var/lib/update-notifier/dpkg-run-stamp. It seems to me that the two should be somewhat independent? === sergio_ is now known as Guest57134 [18:59] SpamapS: ping, around? [19:04] ok, so multipath-tools has a binary package named multipath-tools-boot that contains the initramfs hook to add multipath-tools and kpartx to the initramfs... dmraid needs kpartx to be in the initramfs.. so, should I add a hook to dmraid to copy the kpartx binary, or split the multipath-tools hook in two, so there is on efor multipath-tools-boot, and one for kpartx? hrm... [19:08] we generally put the hooks in the package that ships the binary because that means that the initramfs gets updated every time the package that actually ships the binary is updated, which is important [19:09] so maybe in kpartx itself but with something to arrange that it only actually goes in the initramfs when needed? === yofel_ is now known as yofel [19:10] ahh.. hrm.. what would that something be? [19:10] not sure :-) [19:11] * cjwatson handwaves merrily [19:11] hi, quick (I hope) question about bzr merge-upstream, it seems it is bzr deleting all files and then bzr adding all the new files, that's not a merge [19:12] bzr st shows it removing and adding the same file, even though that file didn't change regarding the upstream version [19:12] like, the LICENSE file, it's exactly the same [19:12] what is it that makes the initramfs update when you upgrade the package anyhow? does it need to call update-initramfs from its postinst? [19:12] psusi: right, and that ends up activating a trigger [19:16] hrm... this is odd... multipath-tools-boot has a postinst that runs update-initramfs to process the included hook... the hook checks for the existance of /sbin/multipath-tools and exits if it doesn't exist. multipath-tools-boot does not depend on multipath-tools... so strangely, you can install it and it effectively does nothing unless you also install multipath-tools [19:17] I think I'll fix the existing hook so that it just skips the multipath-tools parts if it is not found, but if kpartx is found, will copy that in... then add multipath-tools-boot as a depend of dmraid [19:20] psusi, cjwatson: you could use the initramfs-tools variable thing that plymouth uses to trigger [19:21] so then i think anything that wanted kpartx would ship a file in, uh, /usr/share/initramfs-tools/conf-hooks.d/blah [19:27] broder: thank you for concretifying my handwaving [19:29] slangasek: sorry for the delay- that is correct, it was designed to not popup in the middle of a upgrade, originally this handled stuff like the reboot required. but indeed, its no longer a valid reason (as reboot-required is done differently these days) [19:30] mvo: ok, I'll adjust the code then to process the hooks anyway, thanks [19:32] thanks [19:32] for a bit of background, I had hoped we could get rid of update-notifier in favor of upstart user session event scripts, but we are not there yet [19:32] (it seems at least) [19:39] ah :) === dendrobates is now known as dendro-afk [19:51] ahasenack: howdy [19:51] SpamapS: \o/ [19:52] SpamapS: so I tried a bit bzr merge-upstream, can I make some questions? [19:53] SpamapS: are you on the udd mailing list? [19:54] https://lists.ubuntu.com/archives/ubuntu-distributed-devel/2012-March/001052.html [19:54] micahg: thanks! :) [19:57] ahasenack: I'm not [19:57] SpamapS: my question is above in the archive link that micahg pasted [19:57] SpamapS: basically, seems like bzr merge-upstream deletes and adds all files again [19:57] regardless if they had changes or not [19:58] ahasenack: hm [19:58] ahasenack: I would not expect it to do that. [19:58] SpamapS: good :) [20:01] ahasenack: I am trying it now.. I've never used the bzr branch with --revision and --version before.. it may work differently [20:02] SpamapS: I tried a few combinations, but got the same result [20:03] it might be treating it as a bzr branch instead of an upstream tarball, but I'm not sure how the upstream tarball behaviour works TBH [20:04] ahasenack: as micahg is eluding to.. try it that way [20:04] with bzr exported to a tarball [20:04] SpamapS: I think it's what merge-upstream ends up doing, because I saw a tarball in the parent directory [20:04] SpamapS: but let's try [20:05] SpamapS: yeah, now it worked as expected [20:06] SpamapS: http://pastebin.ubuntu.com/892732/ [20:07] ahasenack: so, I would suspect that when doing a bzr branch, there is some extra magic being attempted.. [20:09] SpamapS: what you did yesterday, was with a tarball? [20:10] SpamapS: and, did you just try with a branch? Did you get the same add/remove outcome as I? [20:12] ahasenack: what I did yesterday was upload a pure source package. The package importer pulled that into ubuntu:landscape-client [20:13] SpamapS: ok, and did you try merge-upstream with a branch just now, just to see if you get the same outcome as I? [20:13] ahasenack: I did, and got the same outcome. [20:14] ok [20:14] looks like we should avoid that for now [20:14] SpamapS: thanks! [21:16] anyone knows why there have been no new chromium snapshots in the ppa for a couple of months? [21:17] bernie: various reasons, I'm trying to get it sorted, hopefully by the time precise releases [21:18] micahg: cool thanks [22:11] ogra_: do you know why the installer slideshow is still broken on arm? [22:12] don't remember if it was simply something we decided to drop, or that wasn't enabled properly after that bug we had with webkit [22:12] I'd like to have it working again as then we can have a similar installer experience as we have for other archs [22:12] let me try to find a bug for it === jbicha is now known as Guest22703 [22:32] ogra_: neither universe nor multiverse is enabled by default [22:33] it's also lacking the deb-src lines as well [22:33] guess a bug at livecd-rootfs === salem_ is now known as _salem [23:15] @pilot in === udevbot changed the topic of #ubuntu-devel to: Precise Beta-1 Released. Archive: open | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/xmGdCW | #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: TheMuso [23:34] cjwatson: just seen someone else with the same grub issue I had [23:36] cjwatson: https://plus.google.com/u/0/115941496951821782702/posts/1vwCLcQtFY4 [23:37] pointed him at the bug report