=== cpg is now known as cpg|away === cpg|away is now known as cpg [03:52] pcarrier: The Ubuntu stuff changed in precise. I think because it has to work on many platforms so it's much easier in Qt since it's more portable. [03:52] Since Unity-2D (which was done in t Qt/QML) got killed off this cycle, I think it's less so in quantal than precise. === cpg is now known as cpg|away === cpg|away is now known as cpg === cpg is now known as cpg|away === cpg|away is now known as cpg [06:25] alkisg: I'm trying ubuntu-defaults-image, and it's working ok except that the generated .iso doesn't have the following files: [06:25] alkisg: autorun.inf boot dists install pics pool preseed README.diskdefines ubuntu wubi.exe [06:25] ...can I do something to include those as well? === Ursinha is now known as Ursinha-afk [07:04] smoser: could you try the latest version of lp:mountall? [07:22] smoser: (make that lp:ubuntu/mountall) === mcclurmc is now known as mcclurmc_away === Amaranthus is now known as Amaranth === Ursinha`` is now known as Ursinha === Ursinha is now known as Guest29285 === Ursinha-afk is now known as Ursinha [09:22] hi! [09:23] a very noob question... (forgive me but I just woke up :P ) If I previously pushed code here lp:~andreagrandi/ubuntu/quantal/libdbg/typo-fix if I work on another PC all I've to do is: bzr branch lp:~andreagrandi/ubuntu/quantal/libdbg/typo-fix to get the code back? [09:23] thanks [09:24] Andy80: Yes. [09:27] iulian: thanks [09:34] if I've already a merge proposal pending and I'm just committing a requested change, I don't need to do "bzr lp-propose", right? I see that the previous merge proposal was automatically modified https://code.launchpad.net/~andreagrandi/ubuntu/quantal/libdbg/typo-fix/+merge/121227 [09:47] anyway... I'm trying to follow the instructions here https://wiki.ubuntu.com/UbuntuDevelopment/BugFixingInitiative but when I execute "bzr bd --builder=pdebuild" I get this errors: http://pastebin.com/ytYZxThh [10:04] Andy80: the branch looks ok, but I think you should remove the duplicate changelog entry and set target to UNRELEASED instead of precise [10:12] mitya57: oh right [10:12] mitya57: I know how to remove the duplicate, but I don't know how/where to set "UNRELEASED" [10:14] just change "precise" to "UNRELEASED" in the first line [10:16] mitya57: oh you mean "libdbg (1.2-2ubuntu4) precise; urgency=low" ----> "libdbg (1.2-2ubuntu4) UNRELEASED; urgency=low" ? [10:16] Yes. I don't have rights to merge it, just noting [10:19] ok, I remove the duplicate, change that line and push it again === Amaranthus is now known as Amaranth === cpg is now known as cpg|away === Amaranthus is now known as Amaranth === yofel_ is now known as yofel === JamesJRH_ is now known as JamesJRH [17:38] jtaylor: ping? [17:38] wendar: yes? [17:38] I saw you did the quantal asterisk release for the CVEs yesterday [17:39] are you working on an SRU for precise too? [17:39] the actual code changes are pretty small [17:39] I don' plan on working it myself, but I'm happy to sponsor a patch [17:40] ok, I started working on it then figured I should make sure I wasn't duplicating effort [17:40] will finish it off [17:40] thanks! [17:40] great, asterisk is in dire need of someone caring about it === cpg|away is now known as cpg [20:22] How would I link to my homepage/blog from my launchpad profile? [20:23] Just type the link in your description === cpg is now known as cpg|away [20:30] lifeless: https://launchpad.net/~cjwatson/+archive/grub has precise and quantal packages for your delectation [20:31] lifeless: I'd still suggest building a chroot and trying the grub-probe command directly, as I probably won't support the precise branch of that terribly well [20:31] Or I guess you could downgrade straight afterwards but I think that may require some slight fiddling (e.g. removing /boot/grub/i386-pc/) [20:36] cjwatson: what was the bug you wanted me to reproduce again? [20:36] lifeless: bug 803658 [20:36] Launchpad bug 803658 in grub2 (Ubuntu) "grub-install /dev/mapper/isw_$UUID_$NAME0 failing with ICH10R raid 1+0" [High,Fix released] https://launchpad.net/bugs/803658 [20:37] Conveniently you left a comment on that bug that quotes the failing grub-probe command :-) [20:38] okies, lets see what I can see [20:52] * lifeless wonders why he has i386 sqlite installed [21:04] cjwatson: lol - versioned conflict with apport ;) [21:04] * lifeless removes apport to test the bug [21:07] cjwatson: 'cannot find a GRUB drive ... === cpg|away is now known as cpg === tkamppeter__ is now known as tkamppeter [21:23] lifeless: hmm :-( [21:24] cjwatson: I think its fine, it was for other partitions [21:24] cjwatson: commented in the bug [21:24] oh, er, we probably shouldn't use that bug :) [21:25] let's see [21:25] Hah. [21:25] Well, package is installed. I'm happy to be remote hands for you. [21:25] hmm, I suspect this is a bug in around the area I changed [21:25] it's failing to understand that the device is partitionable [21:26] I've thoroughly paged the code out in the intervening time period. [21:26] Let me know if I need to reverse that :) [21:26] yeah, well, it's changed around anyway [21:26] so I don't need remote hands for now, but will need to think a bit about how this is meant to work [21:27] It would be nice if the kernel provided an abstract API :) [21:27] or something. [21:28] That would only help to a minor extent. Most of this is code that needs to work at boot time too. [21:28] i.e. this is probably an indication that the installed GRUB will be unable to locate partitions at boot. [21:29] Ah. [21:29] GRUB really does have to understand this all by itself. [21:29] So, hmm, that worries me a little :) [21:29] Yeah, I'd downgrade if I were you. [21:29] apt-get install grub-common/precise grub2-common/precise grub-pc-bin/precise grub-pc/precise [21:30] rm -r /boot/grub/i386-pc [21:31] though before you do [21:31] sudo /usr/sbin/grub-probe -vv --device-map=/boot/grub/device.map --target=drive --device /dev/mapper/isw_bichcdfhcg_ARRAY0p1 [21:34] and shove the output in that bug I guess; might save me setting up a matching test environment :) [21:35] on the bug [21:36] cjwatson: not precise-updates? [21:37] oh yeah, that [21:37] cjwatson: /boot/grub/i386-pc doesn't exist after the downgrade, NFI why. [21:38] cjwatson: let me know when you want me to take it for another spin. [21:38] ok. blink, odd output. [21:39] guess I'll see if I can convince kvm to set this up [21:39] if I can remember the insane runes [21:40] thanks for the attempt anyhow === zyga is now known as zyga-w510 === Zic is now known as Guest8229