[00:40] ubiquity: cjwatson * r2910 ubiquity/ (debian/changelog scripts/install.py): (log message trimmed) [00:40] ubiquity: * Fix excessive file-copy blacklisting, which had several problems [00:40] ubiquity: (LP: #285238): [00:40] ubiquity: - wasn't deciding which language packs to use before generating the [00:40] ubiquity: blacklist; [00:40] ubiquity: - was filtering out packages with prerms before doing ok-to-remove [00:40] ubiquity: calculations; [02:02] evand: how are those bugs going? [02:02] I have to crash RSN ... [02:03] working on them. Had to take a call earlier. I have a patch for grub-installer that I'm testing. [02:04] ok, I'm going to be away for most of the day tomorrow, but I can probably squeeze in a review first thing tomorrow if there's anything you're uncomfortable with just uploading [02:04] though it might be most expedient to upload and ask Steve to review [02:05] ok, noted [02:05] good luck [02:05] indeed, so long as I get another set of eyes on them [02:05] thanks [02:05] cheers [04:14] Is it by design that the alternate CD syslinux does not have a countdown before it automatically boots? [04:15] My concern is this: http://refit.sourceforge.net/doc/c4s3_keyboard.html [04:16] Though admittedly not a great concern. [04:23] hrm, USB disk d-i installs are failing in apt-setup / pkgsel [04:48] Given that you cannot create symlinks on vfat, what should usb-creator do when it encounters one? Recursively copy? [05:29] Though that wont work for . -> ubuntu [07:00] cjwatson: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/282037/comments/9 - I've tested that as best I could. [07:01] I have not been able to get a proper d-i setup working yet, but I tested both state= paths on the desktop CD. [08:39] cjwatson: see also (if you have time) https://bugs.edge.launchpad.net/ubuntu/+source/cdrom-detect/+bug/234185 [08:40] otherwise I'll just ask slangasek to look when he can. [08:40] as suggested [09:20] ok, so the problem is in apt-setup as neither /hd-media is present nor is OVERRIDE_LEAVE_CD_MOUNTED set. [09:25] ah, and pkgsel is equally angry at life. [09:41] evand: by design although I forget exactly why :-) [09:41] evand: d-i isn't supposed to have any of the OVERRIDE_* things set [09:42] they're basically for ubiquity [09:42] so shouldn't /cdrom just be mounted in a USB install? [09:42] /hd-media is only if you're using iso-scan [09:44] grub-installer looks reasonable [09:49] evand: the only thing I notice about cdrom-detect is that it will fail to check .disk/info in the path where you had to select a CD-ROM driver module manually (rare though that is) [09:50] evand: it might be worth leaving the code outside the while loop there with some kind of guard [10:38] /cdrom is mounted [10:38] apt-setup tries to remount it with iso9660 RO [10:39] I mentioned hd-media and OVERRIDE as they avoid that code path [10:39] (among others needed to be avoided in that file) [10:39] ah [10:39] maybe check whether it's iso9660 to start with as well [10:40] I know it's getting into check soup but that's probably the simplest fix [10:40] indeed, that's what I did in the first pass, but then I realized there were other areas in that file that needed to be skipped [10:40] (and make sure to update the bit further down) [10:40] only two bits [10:40] you can just set a flag or something [10:40] and then made a USB_INSTALL variable set by a check against cdrom-detect/try-usb, but that seems wrong [10:41] as usb-creator will set that key for both desktop and alternate [10:41] no, I wouldn't do that [10:41] indeed [10:41] add a check to the first [ -d /hd-media ] block for whether /cdrom is currently mounted as iso9660 [10:41] ok [10:41] then, if it actually does the mount, set a flag [10:42] sounds reasonable [10:42] in the other block further down, replace the [ ! -d /hd-media ] && ... bit with checking that flag instead [10:42] seems most straightforward [10:42] that wont fix pkgsel, whatever it's breaking on, but that's something seperate to tackle when I wake back up. [10:42] separate* [10:43] right, it does it approximately unconditionally for CDs [10:43] again, I suspect an is-it-mounted-as-iso9660 check would do the job for now [10:43] does what? [10:43] ah [10:44] since load-install-cd will always mount as iso9660, so unmounting anything that isn't iso9660 is clearly not going to work [10:44] there, a justification :) [10:44] heh [10:44] it does it> pkgsel and umount, I mean [10:44] sorry, in a rush so telegraphic [10:44] stop [10:44] hahah [10:44] no worries [10:45] TheMuso_: before I forget, I do believe this will end up counting as a successful test of dm-raid. Though I think I have a bug to file there with respect to resizing failing by trying to use the wrong device. === abli_ is now known as abli