/srv/irclogs.ubuntu.com/2012/10/12/#ubuntu-installer.txt

cjwatsonxnox: http://paste.ubuntu.com/1274646/ is what I meant in my MP comments the other day - does that work for you?09:54
xnoxcjwatson: yeap, I did understand you =) and it should work. Didn't test it yet.09:55
xnoxcjwatson: are you prepping a release?09:56
cjwatsonNot immediately09:56
xnox(well, upload)09:56
cjwatsonThought I'd do a translation sync while I remember, but doesn't seem worth respinning for as yet09:56
cjwatsonxnox: Anything I can do to help with bug 1051306, or have you managed to reproduce it?10:12
ubot2Launchpad bug 1051306 in os-prober "Windows not found unless partition is mounted" [Critical,Confirmed] https://launchpad.net/bugs/105130610:12
xnoxcjwatson: got that one assigned late at night yesterday.10:13
xnoxcjwatson: didn't do much with it. any pointers would be nice.10:13
* xnox doesn't have windows machines handy by the way.10:13
cjwatsonI can possibly resurrect an install in the corner10:14
cjwatsonWill take a bit10:14
cjwatsonPlus considerably more waking up10:14
xnox=) i used to have a windows xp VM somewhere.... on one of these external drives.10:15
* xnox looks at a box in a corner10:15
xnoxcjwatson: that paste from you http://paste.ubuntu.com/1274646/ looks very nice, just tested. " no visible jitter"10:31
=== maxb_ is now known as Guest72551
cjwatsonRight, restoring this Windows install now.  May take a while12:06
xnoxcjwatson: the debug is confusing. the syslog shows that it did mount it.12:58
xnoxcjwatson: could there be a difference between ntfs & GRUB ntfs drivers?12:59
xnoxwith the later one not showing some files e.g. bootmgr.12:59
cjwatsonIt's certainly *possible*12:59
cjwatsonIt would be extraordinarily tedious13:00
cjwatsonI can't reproduce it here :(13:01
xnoxwhich windows do you have?13:02
xnox   Device Boot Start End Blocks Id System13:02
xnox/dev/sda1 63 80324 40131 de Dell Utility13:02
xnox/dev/sda2 * 81920 501379071 250648576 7 HPFS/NTFS/exFAT13:02
xnoxis in the bug report with windows 7 (loader)13:02
cjwatsonWindows 713:02
cjwatsonI'll ask for a bit more output13:03
xnoxsure.13:03
cjwatsonI have a separate loader partition, apparently, so not quite the same13:03
xnoxcjwatson: hmm... os-prober uses unshare and hence gets a different mount context.... any way to hack into it? as the OP in bug 1051306 cannot list the files grub-mount is showing.13:23
ubot2Launchpad bug 1051306 in os-prober "Windows not found unless partition is mounted" [Critical,Confirmed] https://launchpad.net/bugs/105130613:23
cjwatsonErr13:24
cjwatsonI didn't ask him for anything involving os-prober13:24
xnox(their own implementation of unshare but whatever)13:24
xnoxtrue.13:24
* xnox is confused sorry.13:24
cjwatsonSo that shouldn't be remotely relevant13:24
xnoxcjwatson: ok. but then why can he not access the files?13:24
cjwatsonHe hasn't bothered to read what I wrote and follow it exactly13:25
cjwatsonsudo grub-mount results in something that's only root-readable by default13:25
cjwatsonIf he'd followed my directions this wouldn't have been a problem13:25
cjwatsonBut he editorialised13:26
xnox"sudo ls -la /mnt doesnt give the correct result either."13:26
xnoxhmm...13:26
cjwatsonAnd he didn't tell me what13:26
* cjwatson has little sympathy with people failing to follow precise directions and thinking they know better13:26
cjwatsonxnox: Any luck with bug 1065034?13:34
ubot2Launchpad bug 1065034 in ubiquity "'ubuntu ubiquity: umount: /tmp/tmp.h3NCLhoxSh: not mounted' during a Reinstall attempt on a previously manually partioned vm installation" [High,Confirmed] https://launchpad.net/bugs/106503413:34
xnoxcjwatson: nope. still need to debug which (u)mount this is coming from.13:35
xnoxyou want candidates, I get it =)13:36
cjwatsonIt's listed as a respin trigger so I need to make sure we're on top of it.13:38
cjwatsonCan you reproduce it?13:38
xnoxnot in the past. will try the current image.13:39
cjwatsonxnox: ooh - well, I may not have been able to reproduce on my test machine, but I sure can on my laptop, albeit not with NTFS13:45
cjwatsongrub-mount $my_root_partition /mnt -> empty /mnt13:46
cjwatsonxnox: Mind if I reassign this bug to grub2 and steal assignee?13:46
xnoxcjwatson: knock yourself out =)13:46
xnoxcjwatson: well, maybe os-prober should check that after mounting /mnt has some files. & try remounting without grub-mount. that would be a workaround to the problem.13:47
* xnox off to the reinstall attempt then.13:48
cjwatsonBut it would reintroduce the very problems that grub-mount was introduced to avoid, and worse, would only do so sometimes depending on whether grub-mount happened to work or not.13:48
cjwatsonWe should fix the underlying bug instead.13:48
RiddellI just pushed a fix for visible formatting strings in kde frontend bug 106598913:49
ubot2Launchpad bug 1065989 in ubiquity "[kde] formatting for strings visible in string" [Undecided,Confirmed] https://launchpad.net/bugs/106598913:49
cjwatsonI'm not keen on stacks of software working around other bits of software.13:49
xnoxand it's perfectly valid to have empty file systems ;-)13:49
cjwatsonRiddell: Er, those strings had already been translated.13:50
cjwatsonCan we not strip the tags in code instead?13:50
cjwatsonIf not, you need to go through all the translations and fix them.13:51
Riddellcjwatson: looking at ubiquity.template from today's image there's no translations?13:51
cjwatsonLook at bzr.13:51
cjwatsonI did a translation update from Launchpad earlier today.13:51
Riddellaah13:51
cjwatsonI strongly recommend stripping in code if at all possible, because otherwise confusion will ensue ...13:51
xnoxRiddell: translations are in the .po files. And note my comment on #ubuntu-release. that you didn't "fix" all existing translations.13:52
Riddellyep will do13:52
cjwatsonBut even then, fixing the .po files may well create confusion at the next translation sync13:52
cjwatsonIt could easily take an upload or two to get things synced up again, and we don't have time.13:53
infinityThey should be fixed at some point, mind, unless you really want those strings to contain markup forever...13:53
cjwatsonSure.  But for now, better to work around in code.13:53
infinity(But maybe after release, sure)13:53
xnoxcjwatson: wouldn't the upload import the translations into launchpad?13:53
cjwatsonxnox: Yes, but consider translations between the point I downloaded and the point we upload.13:53
infinityxnox: translation imports aren't all that quick, plus yeah, collisions.13:53
xnox*sigh* I see.13:53
cjwatsonGiven the number of translations we've had already, this isn't an implausible problem.13:53
* infinity notes that he gets email about errors in the dpkg translations usually a day or two after his uploads, so it can't be quick...13:54
cjwatsonThe queue backs up quite a bit sometimes.13:54
infinityWhich is why I always forget to fix those two errors, because I've context switched away by then.13:54
xnoxcjwatson: i cannot reproduce grub-mount not showing any files locally. *confused*14:02
Riddellok nicer fix pushed for formatting strings in kde frontend14:05
cjwatsonRiddell: Thanks, should be better for now14:09
xnoxRiddell: true. we can fix the translations post-q release.14:11
infinitycjwatson: Are we still hoping for more ubiquity bugfixes that can be rolled up with Riddell's?14:56
xnoxinfinity: i can reproduce bug 1065034 locally and working on it.14:57
ubot2Launchpad bug 1065034 in ubiquity "'ubuntu ubiquity: umount: /tmp/tmp.h3NCLhoxSh: not mounted' during a Reinstall attempt on a previously manually partioned vm installation" [High,Confirmed] https://launchpad.net/bugs/106503414:57
xnoxinfinity: but it's not ready yet.14:57
infinityxnox: That's fine, the current images are still building anyway, maybe we can give people a small chance to test them before we invalidate them all. :P14:59
xnoxinfinity: you are cruel. =) have you read the Hunger Games? You remind me of gamesmakers that set off a wall of fire against contestant lol =)15:00
cjwatsoninfinity: yeah, that one.  also I'm going to have a grub2 fix as soon as I work out what it is.15:00

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