=== jussi01 is now known as jussi [15:13] ev: bug 693027 looks like a regression in your recent user-setup change, I think [15:13] Launchpad bug 693027 in user-setup (Ubuntu) "Failed to install using Ubuntu desktop 11.04 i386 daily image from 18th Dec (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/693027 [15:14] yikes [15:14] on it [15:14] I'm not sure about the strategy of looking in $ROOT/proc/mounts for /dev - it's usually better to check for a specific file or something. Why is the remount of /dev needed? [15:15] I think it's probably the remount that's failing [15:15] because devtmps will fail to create the disk block devices otherwise [15:15] I may be simply masking a deeper bug by doing this, of course [15:15] devtmpfs* [15:17] are you sure it's the remount that fixes that, rather than (say) a udevadm settle? [15:20] indeed, prodding now [15:37] console-setup: cjwatson * r158 ubuntu/debian/console-setup.initramfs-hook: copy /etc/default/keyboard into the initramfs too [15:38] cjwatson, i want to say i saw some bug mail flowing through at some point about check-firmware flipping out while being executed from ubiquity in natty with broadcom hardware. check-firmware looked like it was calling mountmedia, which wasn't there with ubiquity [15:42] bug 684921 or so [15:42] Launchpad bug 684921 in ubiquity (Ubuntu) "Natty Installer Crashes (affects: 2) (heat: 244)" [Undecided,Confirmed] https://launchpad.net/bugs/684921 [15:45] console-setup: cjwatson * r159 ubuntu/debian/console-setup.apport: attach /etc/default/keyboard in apport hook [15:45] superm1: I have about three work hours left this year, not sure I'm going to get to it ... [15:46] no rush on it, i just saw it while catching up on some mail and figured i should mention it so it wasn't lost [15:48] console-setup: cjwatson * r160 ubuntu/debian/keyboard-configuration.console-setup.upstart: move upstart job to keyboard-configuration [15:49] all the mountmedia calls are guarded so they shouldn't cause a crash [15:50] can't really see an obvious cause for that error - probably needs 'set -x' debugging [15:51] console-setup: cjwatson * r161 ubuntu/debian/ (changelog keyboard-configuration.console-setup.upstart): [15:51] console-setup: Fix description of upstart job to not incorrectly claim that it sets the [15:51] console-setup: font (LP: #632366). [15:59] console-setup: cjwatson * r162 ubuntu/debian/keyboard-configuration.postinst: add plymouth handling, some more X handling, and update-initramfs call to keyboard-configuration.postinst (see console-setup.postinst) [17:45] udevadm settle seems to work (thanks), just checking to make sure I can reliably reproduce the bug