/srv/irclogs.ubuntu.com/2012/09/09/#ubuntu-devel.txt

=== cpg is now known as cpg|away
=== cpg|away is now known as cpg
ScottKpcarrier: 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
ScottKSince Unity-2D (which was done in t Qt/QML) got killed off this cycle, I think it's less so in quantal than precise.03:52
=== 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
alkisgalkisg: I'm trying ubuntu-defaults-image, and it's working ok except that the generated .iso doesn't have the following files:06:25
alkisgalkisg: autorun.inf boot dists install pics pool preseed README.diskdefines ubuntu wubi.exe06:25
alkisg...can I do something to include those as well?06:25
=== Ursinha is now known as Ursinha-afk
slangaseksmoser: could you try the latest version of lp:mountall?07:04
slangaseksmoser: (make that lp:ubuntu/mountall)07:22
=== 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
Andy80hi!09:22
Andy80a 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
Andy80thanks09:23
iulianAndy80: Yes.09:24
Andy80iulian: thanks09:27
Andy80if 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/12122709:34
Andy80anyway... 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/ytYZxThh09:47
mitya57Andy80: the branch looks ok, but I think you should remove the duplicate changelog entry and set target to UNRELEASED instead of precise10:04
Andy80mitya57: oh right10:12
Andy80mitya57: I know how to remove the duplicate, but I don't know how/where to set "UNRELEASED"10:12
mitya57just change "precise" to "UNRELEASED" in the first line10:14
Andy80mitya57: oh you mean "libdbg (1.2-2ubuntu4) precise; urgency=low" ----> "libdbg (1.2-2ubuntu4) UNRELEASED; urgency=low" ?10:16
mitya57Yes. I don't have rights to merge it, just noting10:16
Andy80ok, I remove the duplicate, change that line and push it again10:19
=== 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
wendarjtaylor: ping?17:38
jtaylorwendar: yes?17:38
wendarI saw you did the quantal asterisk release for the CVEs yesterday17:38
wendarare you working on an SRU for precise too?17:39
wendarthe actual code changes are pretty small17:39
jtaylorI don' plan on working it myself, but I'm happy to sponsor a patch17:39
wendarok, I started working on it then figured I should make sure I wasn't duplicating effort17:40
wendarwill finish it off17:40
wendarthanks!17:40
jtaylorgreat, asterisk is in dire need of someone caring about it17:40
=== cpg|away is now known as cpg
DebolazHow would I link to my homepage/blog from my launchpad profile?20:22
lifelessJust type the link in your description20:23
=== cpg is now known as cpg|away
cjwatsonlifeless: https://launchpad.net/~cjwatson/+archive/grub has precise and quantal packages for your delectation20:30
cjwatsonlifeless: 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 well20:31
cjwatsonOr I guess you could downgrade straight afterwards but I think that may require some slight fiddling (e.g. removing /boot/grub/i386-pc/)20:31
lifelesscjwatson: what was the bug you wanted me to reproduce again?20:36
cjwatsonlifeless: bug 80365820:36
ubottuLaunchpad 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/80365820:36
cjwatsonConveniently you left a comment on that bug that quotes the failing grub-probe command :-)20:37
lifelessokies, lets see what I can see20:38
* lifeless wonders why he has i386 sqlite installed20:52
lifelesscjwatson: lol - versioned conflict with apport ;)21:04
* lifeless removes apport to test the bug21:04
lifelesscjwatson: 'cannot find a GRUB drive ...21:07
=== cpg|away is now known as cpg
=== tkamppeter__ is now known as tkamppeter
cjwatsonlifeless: hmm :-(21:23
lifelesscjwatson: I think its fine, it was for other partitions21:24
lifelesscjwatson: commented in the bug21:24
cjwatsonoh, er, we probably shouldn't use that bug :)21:24
cjwatsonlet's see21:25
lifelessHah.21:25
lifelessWell, package is installed. I'm happy to be remote hands for you.21:25
cjwatsonhmm, I suspect this is a bug in around the area I changed21:25
cjwatsonit's failing to understand that the device is partitionable21:25
lifelessI've thoroughly paged the code out in the intervening time period.21:26
lifelessLet me know if I need to reverse that :)21:26
cjwatsonyeah, well, it's changed around anyway21:26
cjwatsonso I don't need remote hands for now, but will need to think a bit about how this is meant to work21:26
lifelessIt would be nice if the kernel provided an abstract API :)21:27
lifelessor something.21:27
cjwatsonThat would only help to a minor extent.  Most of this is code that needs to work at boot time too.21:28
cjwatsoni.e. this is probably an indication that the installed GRUB will be unable to locate partitions at boot.21:28
lifelessAh.21:29
cjwatsonGRUB really does have to understand this all by itself.21:29
lifelessSo, hmm, that worries me a little :)21:29
cjwatsonYeah, I'd downgrade if I were you.21:29
cjwatsonapt-get install grub-common/precise grub2-common/precise grub-pc-bin/precise grub-pc/precise21:29
cjwatsonrm -r /boot/grub/i386-pc21:30
cjwatsonthough before you do21:31
cjwatsonsudo /usr/sbin/grub-probe -vv --device-map=/boot/grub/device.map --target=drive --device /dev/mapper/isw_bichcdfhcg_ARRAY0p121:31
cjwatsonand shove the output in that bug I guess; might save me setting up a matching test environment :)21:34
lifelesson the bug21:35
lifelesscjwatson: not precise-updates?21:36
cjwatsonoh yeah, that21:37
lifelesscjwatson: /boot/grub/i386-pc doesn't exist after the downgrade, NFI why.21:37
lifelesscjwatson: let me know when you want me to take it for another spin.21:38
cjwatsonok.  blink, odd output.21:38
cjwatsonguess I'll see if I can convince kvm to set this up21:39
cjwatsonif I can remember the insane runes21:39
cjwatsonthanks for the attempt anyhow21:40
=== zyga is now known as zyga-w510
=== Zic is now known as Guest8229

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!