[00:25] Hi, I'm in need of info triaging bug #164842; I'd appreciate a comment. [00:25] Launchpad bug 164842 in debian-installer "Live-CD boot menu: german help text contains untranslated string" [Undecided,New] https://launchpad.net/bugs/164842 === cjwatson_ is now known as cjwatson [12:34] mgunes: I don't think it needs further triaging. Just leave it alone where it is [12:35] cjwatson, are d-i strings manually exported from LP? [12:35] yes [12:35] may there have been a failure in the process with the German strings, since they seem to have been translated in Rosetta? [12:36] the export I have shows them as fuzzy [12:36] fuzzy? [12:36] are you familiar with gettext? [12:36] not in depth [12:36] become so :-) [12:37] fuzzy corresponds roughly to "needs review", "broken in some way", etc. [12:37] ah, right [12:38] * mgunes checks Rosetta entries [12:38] it's fine in Rosetta *now*, but probably wasn't on 5 Oct when I did the export [12:39] actually, it's still up for review in Rosetta [12:40] ah [12:40] anyway, I've rejected the bug [12:41] and I'm supposed to be on holiday today so I'll go and do something else :) [12:41] I think a failure in the export is extraordinarily unlikely [12:43] I think it boils down to someone outside the German translation team having done the translation [12:43] anyway, thanks for your attention, good holidays :) [12:46] outside> yes, very possible [13:08] cjwatson: re: xorg.conf stub cleaned by livecd-rootfs; do you suggest we should fix it in the x-x.postinst? [13:14] I wonder why the problem was introduced in hardy, if it really is livecd-rootfs that does the cleaning [15:39] there's a bug in apt-setup generators/91security [15:39] echo "deb http://$host/ $codename/updates $dists" >> $file [15:39] that should not be tried on ubuntu [15:39] because hardy/updates is nonexistent [15:50] tjaalton: thanks, fixed [15:50] tjaalton: ask me tomorrow about xorg.conf [15:50] cjwatson: ok, sure [19:49] cjwatson any objections against the following ugly lines to detect whether / is on an host device? [19:49] loopdev=$(awk '$2=="/" && $4~"loop" {print $1}' /etc/fstab) [19:49] hostdev=$(awk '"'${loopdev}'"~"^"$2 && $2!="/" {print $1}' /proc/mounts) [19:49] I'll need to use the above in quite a few places [19:50] both during installation and regular boot [19:58] xivulon: you're probably better off emailing him. He's on vacation today. [19:58] ah ok [19:59] evand can you spot anything wrong in the above? [19:59] basically it tries to find a mountpoint in /proc/partitions which hosts the file used to loopmount / [20:00] should be generic enough [20:02] Indeed. It looks ok to me, but best to check with cjwatson, just to be on the safe side.