[00:00] it may be fixed by my port of the fix for bug 188492, but I haven't tested (or uploaded) it yet [00:00] Launchpad bug 188492 in ubiquity "console-setup/layoutcode settings are ignored" [Medium,Fix released] https://launchpad.net/bugs/188492 [00:02] cjwatson: okay, thanks [00:03] oem-config is a pain to work with because you have to do a full install first, so I tend to lag on dealing with bugs in it [00:03] we could test that bug again later this week though right? [00:06] I'd prefer to fix it ... [00:07] right, I really meant test the fix [00:07] sure, just leaves little time to fix it in case it's still broken [00:11] I'm happy to test but I thought you said a fix wasn't uploaded yet [00:14] it isn't [00:41] cjwatson, i'll have to get back to you tomorrow on the preseeding the keyboard with a current disk. downloading the last live one took a little longer than anticipated [00:42] have a good evening :) [00:42] ok, thanks [01:04] oem-config: cjwatson * r455 oem-config/debian/ (59 files in 2 dirs): * Update translations from Launchpad. [01:10] oem-config: cjwatson * r456 oem-config/ (configure configure.ac): bump to 1.36 [01:14] oem-config: cjwatson * r457 oem-config/ (d-i/manifest debian/changelog): * Automatic update of included source packages: console-setup 1.21ubuntu8. [01:16] oem-config: cjwatson * r458 oem-config/debian/changelog: releasing version 1.36 [01:35] ubiquity: cjwatson * r2670 ubiquity/debian/ (79 files in 2 dirs): * Update translations from Launchpad. [01:36] ubiquity: cjwatson * r2671 ubiquity/ (configure configure.ac): bump to 1.8.7 [01:39] evand: bug 219568 is worrying - please investigate? [01:39] Launchpad bug 219568 in ubiquity "Partitioner displays "partition too small"-like incorrect message" [Undecided,Incomplete] https://launchpad.net/bugs/219568 [01:39] oh, you already commented [01:41] cjwatson: indeed, and somehow managed to ask for the completely wrong file. I'm going to take a closer look at it after dinner with the hope of resolving it tonight. [01:42] evand: 219073 -> migration-assistant? [01:43] ah, indeed. Changed [01:48] evand: I think 219568 is fixed in 1.8.6, actually - commented [01:55] debian-installer: cjwatson * r912 ubuntu/debian/changelog: [01:55] debian-installer: * No-change rebuild to pick up new components (choose-mirror, [01:55] debian-installer: console-setup). [01:58] ah, nice [01:58] thanks [02:03] ubiquity: cjwatson * r2672 ubiquity/ (d-i/manifest debian/changelog): [02:03] ubiquity: * Automatic update of included source packages: choose-mirror 2.19ubuntu6, [02:03] ubiquity: console-setup 1.21ubuntu8. [02:03] debian-installer: cjwatson * r913 ubuntu/debian/changelog: releasing version 20070308ubuntu40 [02:05] ubiquity: cjwatson * r2673 ubiquity/debian/changelog: releasing version 1.8.7 [05:55] hi all [05:56] I need a bit of help using the OEM install option for ubuntu [05:57] hello? [09:55] oem-config: cjwatson * r459 oem-config/ (d-i/make-keyboard-names debian/changelog): * Fix built-in lists of keyboard variant names (LP: #106971). [09:57] oem-config: cjwatson * r460 oem-config/debian/changelog: clarify [09:59] oem-config: cjwatson * r461 oem-config/debian/changelog: releasing version 1.37 [11:13] cjwatson still have ntfsresize biting me... http://ubuntuforums.org/showthread.php?p=4763362 [11:14] apparently the virtual image files are there [11:14] logs are in there too [11:20] hmm it seems it's my fault [11:38] indeed, it looks like root.disk is missing [11:41] hmm in fact I think the issue is that /target is the wrong partition!!! [11:42] fstab=/dev/sda1 / ntfs defaults,umask=007,gid=46 0 1 [11:43] but he said is installing on J, which is unlikely to be sda1 [11:56] that might happen if he has some leftovers from an old installation (even if it would be strange since that should force an uninstallation first) or a bug [11:56] I suppose lupin will pick the wrong disk if /ubuntu/disks happens to exist elsewhere [11:58] that is what I was thinking (not sure if /ubuntu/disks or /ubuntu/install/*.iso will trigger that) [12:17] hmm nope apparently he doesn't have another /ubuntu dir [13:08] cjwatson the partition is set to 1 instead of 10 [13:08] is it possible that it gets truncated at some stage? [13:20] lupin code seems ok as far as truncation goes [13:46] cjwatson I bet that explains bug #216161 too, othe than some noise in other reports, the first log also has lots of partitions, and the chap installed on P: but autopartition-loop was set to 1! [13:46] Launchpad bug 216161 in wubi "wubi, unable to install 8.04 Beta " [High,In progress] https://launchpad.net/bugs/216161 [13:51] xivulon: would be nice to know what's in the debconf db [13:51] (before the installation starts, if possible) [13:52] which would at least partition the problem into before or after lupin [13:54] I have already asked to grep preseed at break=bottom, which should be equivalent [13:55] hmm, looks like it's wrong in debconf [13:55] from the shell trace [13:58] unrelated curious thing from the log: the disk order of the chap alternates among reports... [13:58] ah might be lupin after all: http://ubuntuforums.org/showthread.php?p=4763925#post4763925 [13:58] it *looks* right [13:58] $ dev=/dev/sda10 [13:58] $ disk="$(echo "$dev" | sed 's/[0-9]*$//')" [13:58] $ partn=${dev#${disk}} [13:58] $ echo "$disk:$partn" [13:58] /dev/sda:10 [14:16] I'm baffled, I've gone over this line-by-line [14:17] it's going to need set -x in fix_preseed [14:20] already asked that ;) [14:21] I am eally glad the chap is helpful and reasonably competent! [14:24] re disk order, it's not terribly deterministic, that's why we use uuids [14:24] so I'm not bothered about that [14:25] ok, let me know if there's anything I can do; I think this might be RC [14:25] but do not think uuid help much with groot [14:25] RC=? [14:25] release-critical [14:25] ah [14:26] will post as soon as I find anything [14:27] yikes [14:30] ah, he replied [14:32] this doesn't look right ... [14:35] xivulon: the new logs don't seem to have set -x output from 30custom_installation (only from the rest of the initramfs); confirm? [14:38] yeah asked him to repeat :( [14:59] ah I think I have it [14:59] mountpoint=$(grep "^${devname}" [15:00] devname=/dev/sda1 will return a mountpoint on /dev/sda11 [15:00] in lupin>lupin-helpers [15:01] ah yes [15:01] I have a meeting now, will get back to you [15:01] cjwatson I cannot edit that though [15:02] evand can you take care of that maybe? [15:02] just add a space after it, right? [15:02] grep "^${devname} " [15:02] yes [15:02] http://paste.ubuntu.com/7769/ [15:03] looks good! [15:03] sorry for the trouble [15:04] any time left to shove in some minor zoommap fixes, or should they wait for .1? [15:15] hrm, reading over -release I'll assume it's the latter. [15:16] evand we should do a few runs of wubi off cd, in stand alone, and with local ISO, since there were a few changes post rc [15:16] the rev is 493 correct? [15:17] 487, I didn't manage to update the symlink to 493 until this morning. [15:17] arg [15:17] but it looks like they'll rebuild the regular CDs [15:17] and since wubi isn't used on the DVD, that shouldn't matter [15:17] ah good [15:18] so 493 should make it correct? [15:18] hopefully [15:18] already testing wubi, by the way [15:18] let me check the changelog [15:20] nope 493 is required [15:20] 487 does not contain the new URLs [15:20] ah, right [15:20] might want to consider 494 and 495 at this point too [15:22] I just tested 495 and worked fine for me [15:22] are you confident in its changes? [15:22] I have tested them but do another run or 3 [15:22] will do [15:23] also please check the URLs: http://paste.ubuntu.com/7751/ [15:24] anyone here with windows + few GB free + spare time? Please test wubi 495 off wubi-installer.org with and without a CD (RC will do). [15:25] xivulon: asking in #ubuntu-testing might be helpful [15:25] arg cannot reach that I locked the channel list on my own gciirc server... [15:25] can you pls ask them? [15:26] ah, surely [15:30] Ugh at Comcast. By the time Wubi finishes downloading the ISO, we'll have released Intrepid. [15:31] You can test with an old ISO [15:31] all the changes should be on the windows side [15:32] xivulon: any way to test this change before we go to the effort of respinning images? [15:32] you need to download the ISO only for the md5 check on download [15:34] cjwatson: the lupin one? hmm it's a bit early in the init, we need to use break=mount and sed the file (or copy it over from somewhere) [15:34] easiest way is to regenerate the initrd with the new change and ask testers to replace theirs with the new one [15:36] unfortunately all my hooks work after that point [15:37] can you build a casper initrd and upload it somewhere? [15:37] testers will have to replace /ubuntu/install/boot/initrd.gz with the new one [15:37] not easily in such a way that I'd be confident it's correct ... [15:37] hmm, actually, maybe I can [15:38] before rebooting [15:38] * cjwatson fires up a VM [15:44] xivulon: could you get somebody to try http://people.ubuntu.com/~cjwatson/tmp/initrd-lupin-fix.gz ? I think that's right [15:49] cjwatson: that is i386 correct? [15:49] yeah [15:50] do you need amd64? [15:50] not sure I can construct that as easily [15:50] don't think it matters [15:50] evand: download> London office++ [15:50] *shlurp* [15:51] Mark asked earlier "is somebody downloading ISOs?" upon noticing network lag, so I had to look round guiltily ;) [15:55] hahaha [15:56] lupin 0.16 uploaded [16:03] http://ubuntuforums.org/showthread.php?t=762695 [16:03] also asked bludo to do some last testing [16:04] hope he is still around [16:25] cjwatson http://ubuntuforums.org/showpost.php?p=4764771&postcount=40 [16:25] I think it worked, the issue is likely due to the disk order! [16:26] xivulon: on r495: davmor2 reported a successful test (without a network connection), I just finished my 4th or 5th test, and am about to give the new initrd a shot. [16:26] but I'm going to symlink 495 to stable, looks good [16:27] can you ask davmor2 to test with CD + connection and without CD + connection? [16:28] on without the CD, where do you have to place the ISO to stop it from downloading it again? [16:40] same folder as wubi.exe [16:40] evand http://ubuntuforums.org/showthread.php?t=762388 [16:40] do not think it is the old segfault problem [16:40] it looks more likely that the cd2iso plugin is not compatible somehow with the chap hardware [16:41] but I will not be able to test that today, unless I have other reports about the same problem [16:42] will ask hampusw to have a look! [16:59] ah he was using a dvd... [17:00] Why is wubi there? [17:01] on the dvd? [17:01] hm no probably he downloaded it separately [17:01] and run it with the DVD in the tray [17:01] rev 494 would not have been on the DVD... [17:01] haha, you scared me quite a bit there [17:01] hello, Ubiquity has support for accessibility? [17:03] mib_5zfm2nwp: I'm pretty sure. TheMuso has some hacks in place to get it working like it did in 7.10. [17:05] so ubiquity can work with orca? [17:07] It should. TheMuso, can you confirm? [17:11] I would like to modfy the boot of the live cd to make default the assistive technology option (orca). It is possible? [17:12] ehm ... sorry for my english :D [17:12] sure, put access=v2 in the append lines in /isolinux/isolinux.cfg [17:13] (does mean that the accessibility menu in the boot loader will behave a bit weirdly) [17:14] Thank you very much! [17:16] so I can modify this directly on the livecd without touch casper, right? [17:18] the new images will have the final .disk/info in, correct? [17:19] if not where can I get an image with the right .disk/info? [17:20] http://ubuntuforums.org/showthread.php?t=762388 [17:20] ^ closed too phew.. [17:33] mib_5zfm2nwp: yes [17:33] mib_5zfm2nwp: that approach has the downside that it won't be checked by default in the boot menu, and if you select a different accessibility boot menu option then I'm not entirely sure what will happen [18:23] cjwatson, using the latest ubiquity (1.8.6), the cn is propagating to /target/etc/default/console-setup via --automatic and noninteractive [18:24] excellent [18:24] how about oem-config? [18:25] (I think that should be fine; the only thing that was wrong there before 1.37 was that the test box didn't work right) [18:27] i'll see in a few moments. install failed due to grub idiosyncrasies from using this seed without all the recovery and utility partitioning in place, but that was enough to check out what console setup did in /target [18:47] cjwatson, well i updated oem-config to 1.37 before running oem-config-prepare. the old file (with the right info on the keyboard) was renamed to /etc/default/console-setup.pre-oem-config before oem-config began [18:47] yes [18:47] so the keyboard still came up as 'us' by default [18:48] what language did you select? [18:48] simplified chinese (which was preseeded properly) [18:48] ok, drat [18:49] I can't fix this now for release, we just have to trust to the fact that that's something asked to users rather than set automatically [18:50] really unfortunate with all this other effort that went in to fix that part [18:50] may be able to do it in 8.04.1, I'm sure it's not hard [18:51] I've milestoned it [18:51] we'll just have to document it then as broken for this next coming round of machines to those other locales [19:18] cjwatson: by the way, grub seems to be installed very late in the netinstall process. does late command run after grub is installed? [19:19] yes, it does [19:23] cjwatson: thanks for the confirmation [20:51] cjwatson is .disk/info going to change in the final (from the current daily)? [20:51] xivulon, the UUID in there is generated whenever the squashfs is generated I believe [20:52] or more particularly when the initramfs is generated [20:53] I am mostly concerned about non alphanumeric chars as extra spaces, new parenthesis, - ... Since the current parser assumes a given structure [20:54] xivulon, i've always seen uuidgen spit out only alphanumeric characters [20:55] hmm .disk/info is not a uuid, it contains distro-name, version, codename, buid-date... [20:55] oh .disk/info [20:55] build [20:55] sorry i was thinking of the casper file in .disk [20:55] np [20:55] i'm not sure how that changes :) [20:56] the parser is one thing I haven't checked against the final string and I am a big Murphy fan! [20:59] xivulon: fwiw, the 7.10 final CD had this: [21:00] Ubuntu 7.10 "Gutsy Gibbon" - Release i386 (20071016) [21:03] umenu assumes that there is 1 space between the distro name and the version [21:03] if the distro name has 1 space in it ("Kubuntu KDE4"), it will not work [21:05] ugh, crossing my fingers on that one. I think slangasek will kill us if we have to do a rebuild. [21:06] eh I have been asking for .disk/info for days on several channels... [21:06] will ask again also on #ubuntu-release === michael_e_brown_ is now known as mebrown [22:05] cjwatson still have layoutcode issues: Bug #188492 [22:05] Launchpad bug 188492 in ubiquity "console-setup/layoutcode settings are ignored" [Medium,Fix released] https://launchpad.net/bugs/188492