/srv/irclogs.ubuntu.com/2009/09/25/#ubuntu-installer.txt

=== robbiew1 is now known as robbiew
=== robbiew1 is now known as robbiew
=== robbiew1 is now known as robbiew
=== robbiew1 is now known as robbiew
=== mpt_ is now known as mpt
davmor2cjwatson: Morning did your fix for side by side actually make to cd now?09:23
cjwatsonfor Vista detection, you mean?09:30
cjwatson$ curl -s http://cdimage.ubuntu.com/daily-live/current/karmic-desktop-i386.manifest | grep ubiquity09:31
cjwatsonubiquity 1.99.2209:31
cjwatsonlooks like it, yes09:31
davmor2cjwatson: Yay09:32
davmor2I'll test as soon as the dl script has finished then :)09:32
davmor2cjwatson: did your fix for alternate get in too?10:20
cjwatsonwhat fix for alternate?10:20
cjwatsonsorry, I have a LOT on my plate right now, I'm going to need you to be specific10:20
davmor2I sec I'll check10:23
davmor2debootstrap fix10:24
cjwatsonyes, that's in10:24
davmor2cjwatson: cool I can try a side by side with that too :)10:24
davmor2cjwatson: still no vista in the menu :(11:12
cjwatsonbah. logs again?11:14
davmor2cjwatson: no probs11:16
davmor2cjwatson: added to bug 43014111:20
ubottuLaunchpad bug 430141 in ubiquity "Vista is not showing up in grub2" [High,Fix released] https://launchpad.net/bugs/43014111:20
davmor2added grub.cfg and syslog anything else?11:21
CIA-33ubiquity: cjwatson * r3478 ubiquity/ (6 files in 2 dirs):11:25
CIA-33ubiquity: Use an explicit state file to determine whether oem-config runs, since11:25
CIA-33ubiquity: with Upstart it's no longer straightforward to just add/remove rc*.d11:25
CIA-33ubiquity: symlinks (LP: #432180).11:25
cjwatsondavmor2: sorry, will be with you in a bit, bzr is swapping my laptop to death here11:27
davmor2cjwatson: no probs11:28
* cjwatson ponders going to the shop for a RAM upgrade11:32
cjwatson1gb is starting to look inconveniently small11:32
cjwatsonwhich, I might add, is TWENTY-FIVE TIMES the size of the first hard disk I ever owned11:33
davmor2:)11:33
davmor2cjwatson: you're making yourself sound a lot older than you are now dude :)11:33
davmor2till I realise that my first system didn't have a harddrive11:34
cjwatsonmeh, that was about - must have been 18 years11:34
cjwatsonoh, I didn't say that was my first system11:34
cjwatsonjust the first with a hard disk11:34
davmor2zx81's were great11:35
cjwatsonI started out on the good old ZX Spectrum, so my laptop has over TWENTY-ONE THOUSAND TIMES the amount of RAM that it had11:35
cjwatsondear god11:36
ograheh11:36
* ogra started with a VIC20 ... 3,5k iirc11:36
ograand a datasette :)11:36
cjwatsonok, at least we have an error this time11:53
cjwatsonSep 25 11:09:56 ubuntu os-prober: Device '/dev/sda1' does not exist; skipping11:53
cjwatsonetc.11:53
cjwatsonbut /dev is bind-mounted, so WTF11:54
davmor2cjwatson: daft question does os-probe need the device monuted to read the files to add them to grub?  Cause further up it is unmounting them.11:59
cjwatsonit mounts them itself, or reuses existing mounts if it can find them11:59
cjwatsonbut the problem is that it's claiming that /dev/sda1 actually isn't there (or possibly that mapdevfs is failing inside the chroot)12:00
cjwatsonthough it'll probably be using its own mapdevfs implementation which is readlink -f12:01
cjwatsonhmm, or is it, it seems to be keeping ubiquity installed for some reason12:02
cjwatsonor at least not nuking its files12:02
cjwatsonI think what's happening here is that it's copied the mapdevfs binary from ubiquity but not all the libraries it depends on12:04
cjwatsonso mapdevfs fails and os-prober gets confused12:04
cjwatsonthis is actually an entirely separate bug although with the same symptom12:04
davmor2cjwatson: want me to make out a new bug or leave it be for now?12:19
cjwatsonnew one, I think, if you could13:00
davmor2cjwatson:  no probs after lunch13:04
cjwatsondavmor2: reproduced, anyway13:32
cjwatsonI must say 3GB is a heck of a lot more comfortable13:33
cjwatsonI think it's because ubiquity has a prerm and so doesn't get removed, but nothing ensures that its dependencies don't get removed either13:43
cjwatsonor rather blacklisted13:43
cjwatsondavmor2: let me know when you have a bug number, as I have the bug fixed now14:02
davmor2cjwatson: bug 436613 hope that's close enough for you :)#14:37
ubottuLaunchpad bug 436613 in os-prober "os-prober seems to be skipping partitions" [Undecided,New] https://launchpad.net/bugs/43661314:37
cjwatsonthat'll do, thanks14:44
davmor2so 3GB feels better than 1 then )14:45
davmor2:) even14:45
CIA-33ubiquity: cjwatson * r3479 ubiquity/ (debian/changelog scripts/install.py):14:45
CIA-33ubiquity: We already avoid copy-blacklisting files in packages that have a prerm,14:45
CIA-33ubiquity: since they might require non-trivial work before removing their files.14:45
CIA-33ubiquity: Now also avoid copy-blacklisting files in dependencies of such packages,14:45
CIA-33ubiquity: as otherwise we risk leaving programs in the target system for a while14:45
CIA-33ubiquity: that don't have their library dependencies satisfied, causing confusion14:45
CIA-33ubiquity: when other programs try to use them (LP: #436613).14:45
cjwatsonoh god yes, I think my productivity has been improved by 50% here14:47
cjwatsontripled would probably be going a bit far :)14:47
davmor2cjwatson: only cause you can't type any faster than you already are :)14:47
davmor2cjwatson: out of interest what is prerm.  pre bit I'm assuming is before it's the rm bit that is throwing me14:49
cjwatsonpre-removal14:50
davmor2ah14:50
davmor2I like the look of the new lucid release schedule makes a lot more sense :)14:51
CIA-33ubiquity: cjwatson * r3480 ubiquity/debian/changelog: releasing version 1.99.2315:02
cjwatsonoem seems to work today, with the exception of the fact that oem-config-firstboot will run on *every* boot, which I just fixed15:34
cjwatsonkeyboard layout default is still screwy15:35
davmor2cjwatson: yes set uk time and you get usa keyboard right?15:40
cjwatsonyeah15:40
davmor2cjwatson: bug 42389715:40
ubottuLaunchpad bug 423897 in oem-config "Oem end user set up suggest the wrong keyboard." [Undecided,New] https://launchpad.net/bugs/42389715:40
davmor2cjwatson: oem wise I'll have another look at kde it had a slightly different issue to the Ubuntu one16:02
cjwatsonmterry: ah, hello. can you confirm that UbuntuSpec:foundations-karmic-oemconfig is as done as it's going to get?16:52
CIA-33debian-installer: cjwatson * r1168 ubuntu/ (10 files in 3 dirs): Move to 2.6.31-11 kernels.17:32
CIA-33ubiquity-slideshow-ubuntu: evand * r152 ubiquity-slideshow-ubuntu/debian/changelog: Freeze exception (LP: #436063).17:44
CIA-33ubiquity-slideshow-ubuntu: evand * r153 ubiquity-slideshow-ubuntu/ (255 files in 12 dirs): Update translations from Launchpad.18:16
CIA-33ubiquity-slideshow-ubuntu: evand * r154 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 718:39
CIA-33debian-installer: cjwatson * r1172 ubuntu/debian/control: actually run debian/genbuilddeps22:08
CIA-33debian-installer: cjwatson * r1173 ubuntu/debian/changelog: releasing version 20081029ubuntu6122:51

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