[00:19] cody-somerville: cdrom-detect/try-usb is all that's available right now [00:20] Are you familiar with the load-media installer component? what does that do? [00:21] not familiar enough to explain it, no [00:22] but it fits in the same slot as load-cdrom (i.e. the "Loading installer components" step), not in the same slot as cdrom-detect [00:23] ok [00:23] mountmedia does mount fixed disks, but I have no experience with the whole assembly [00:23] it *might* be a reasonable thing to experiment with if you need this, but it might be a red herring too :) [00:24] :) [00:25] load-media itself seems to be only on Debian's floppy images right now. its dependencies media-retriever and mountmedia are on a wider selection of images [00:25] although that makes sense because any given image can only really have one of {load-cdrom, download-installer, load-media} [00:26] anyway, meant to go to bed half an hour ago - night [00:26] Night :) [00:32] hmm... it says my preseed file is corrupt :/ [00:45] casper: TheMuso * r601 trunk/ (3 files in 3 dirs): [00:45] casper: - Fix incorrect paths when chowning files. [00:45] casper: - Don't use /root for the ubiquity hook accessibility script, /target is [00:45] casper: where the installed system is located. [00:55] casper: TheMuso * r602 trunk/ (3 files in 3 dirs): [00:55] casper: Remove laptop detect code. Its not currently working, and getting it to [00:55] casper: work requires invasive changes. [01:01] cjwatson, Thanks for the update. I lost track of that bug, and had removed those as part of bug 347207 (for which I'm just cleaning up). [01:01] Launchpad bug 347207 in user-setup "Ubuntu MID preseed uses experimental preseed value" [Undecided,In progress] https://launchpad.net/bugs/347207 [02:35] casper: TheMuso * r603 trunk/ (3 files in 3 dirs): [02:35] casper: Only set pulseaudio settings and create the .orca directory if sed [02:35] casper: packages are installed on the live filesystem and installed system. [02:47] casper: TheMuso * r604 trunk/ (debian/changelog ubiquity-hooks/30accessibility): ubiquity-hooks/30accessibility: Copy orca settings to the installed system. [03:39] casper: TheMuso * r605 trunk/debian/changelog: releasing version 1.166 [10:08] Hello. [10:08] Anyone around? I'm having an issue with the installer in the 9.04 beta. It won't pick up any of my HDD's partitions. [10:11] z1d4n3: Are any of the partitions mounted? [10:12] No [10:13] I can mount them. Ubuntu picks them up fine. [10:13] The installer sees my drive, just sda. [10:13] No partition table. [10:14] So just to clarify, the installer sees your disk and lets you install to it on the automatic partitioning page, but if you select advanced, it doesn't show any of the partitions that you know exist? [10:14] z1d4n3: Does `sudo parted /dev/sda print all` show them? [10:14] Yes, exactly [10:15] Uhh, "Error: Can't have overlapping partitions." [10:16] "sudo fdisk -l" lists them all. [10:16] (Thanks for the help!) [10:16] sounds like your partition table is a bit wonky. [10:18] Any way to fix a wonky partition table, or do I need to reformat the disk? [10:18] z1d4n3: first, I'd make some backups if there's anything you care about on there [10:19] then I'd use fdisk to make sure the partition boundaries don't overlap and line up properly. It might be more trouble than it's worth, honestly. [10:20] All the data is backed up, however I just spent ~3 hours setting up an XP install. Shame to waste it. [10:20] Meh, thanks for the advice. [10:20] Have a good weekend. [10:22] Wondering if we can handle that situation better by at least throwing up a dialog with that error message. Might have a poke through the partman source code a bit later as I'm not sure how such errors are currently handled. [10:22] evand: if he has installed xp over the linux install I bet it has something to do with the 8meg of blank space that xp install after it's partition :) [10:23] surely Microsoft's partitioner knows how to properly write a partition table [10:23] davmor2: link? [10:25] evand: xp's partitioner is kinda screwy when it comes to linux like it sees it as an invalid partition [10:25] vista's knows what is there [10:26] xp sp3 I think knows what is there but sp2 and earlier definately have issues [10:28] evand: you need to remember it's microsoft there is only one partition the one with windows on :D [10:30] heh [10:30] evand: I'll have a look for some info [10:33] exceptions from parted normally propagate upward and eventually do show up as dialogs [10:34] but it depends on exactly where they're issued [10:52] ah [10:53] might be instructive to look into how it works anyway, it's quite a spectacular pile of software ;-) [11:09] absolutely, just need to find the time [11:44] base-installer: cjwatson * r357 ubuntu/debian/changelog: releasing version 1.98ubuntu4 [11:49] console-setup: cjwatson * r99 ubuntu/ (Keyboard/KeyboardNames.pl debian/changelog): releasing version 1.28ubuntu7 [11:51] grub-installer: cjwatson * r777 ubuntu/debian/changelog: releasing version 1.36ubuntu5 [11:54] hw-detect: cjwatson * r112 ubuntu/debian/changelog: releasing version 1.71ubuntu6 [11:55] libdebian-installer: cjwatson * r190 ubuntu/debian/changelog: releasing version 0.61ubuntu2 [11:56] lilo-installer: cjwatson * r434 ubuntu/debian/changelog: releasing version 1.29ubuntu2 [11:58] partman-base: cjwatson * r145 ubuntu/debian/changelog: releasing version 129ubuntu4 [12:00] partman-target: cjwatson * r756 ubuntu/debian/changelog: releasing version 58ubuntu6 [12:02] pkgsel: cjwatson * r135 ubuntu/debian/changelog: releasing version 0.20ubuntu14 [12:04] apt-setup: cjwatson * r165 ubuntu/debian/changelog: releasing version 1:0.37ubuntu11 [13:06] cjwatson, if i have a pre-partitioned, pre-fromatted SD card the livesystem sits on, should i be able to install to the free partitions ? [13:09] ogra: yes in principle, though you won't be able to change them [13:09] i.e. i have mmcblk0p1 with the livesystem, mmcblk0p2 as swap and mmcblk0p3 as an empty 4G partition ... i get a warning that the content of mmcblk0p3 will be erased, but then ubiquity tries to unmount /cdrom and kicks me back to the partitioner, telling me it needs to make changes to the part. table (which isnt true) [13:09] ogra: but the implementation is wrong right now [13:09] ah [13:09] ogra: I'd like to debug that [13:09] ogra: please file a bug with syslog and partman attached [13:09] where do i find partman ? seems not to be in /var/log/installer [13:10] /var/log [13:10] actually, just use 'ubuntu-bug ubiquity' please? [13:10] ah, i looked to deep down :) [13:10] that'll save you having to find them and will automatically give me everything [13:11] * ogra wonders if that will work without him having his LP data handy [13:11] hmm, seems to [13:11] you'll need to log in I'm sure [13:12] it didnt ask [13:12] ah, now it does ... was just slow [13:15] evand any feedback on wubi in beta? [13:19] wow, ubuntu-bug knows that /usr/share/ubiquity/install.py was modified manually ... cool ! [13:19] cjwatson, bug 349581 [13:19] Launchpad bug 349581 in ubiquity "ubiquity does not allow to install to pre-partitioned, pre-formatted device if the device contains the live filesystem" [Undecided,New] https://launchpad.net/bugs/349581 [13:20] unfortunately they have merged the wubi forum with the general ones and it is more difficult now to get feedback [13:27] ubuntu-bug is pretty hot [13:27] though I wish it wouldn't gzip the logs [13:28] I need to start using it. Muscle memory keeps preventing me from doing so. [13:28] xivulon: none that I've seen. [13:31] ogra: the reason it thinks it's changed is that apparently you're changing mmcblk0p3 from ext4 to ext3 [13:32] ogra: was that intentional? [13:32] (actually, as it happens, I don't think this should require changing the partition table; but it may indicate a different bug ...) [13:33] cjwatson, only in the the second try (wasnt intentional, i just selected the wrong fs) [13:33] * ogra has to rush out now ... back later [13:34] ogra: the second try is the only relevant one; in the first try it didn't think the partition table was changed [13:58] evand: http://ubuntuforums.org/showthread.php?t=1107950 [14:07] xivulon: thanks! [14:08] xivulon: I'll be away next week on vacation, but if you need an upload of wubi, just shoot me an email and I should be able to take care of it as I'll have my laptop with me [14:14] cjwatson, does the diff ubiquity does between filesystem.manifest and filesystem.manifest-desktop remove dependencies? [14:14] ubiquity: evand * r3136 ubiquity/ (3 files in 3 dirs): [14:14] ubiquity: Move selecting a disk from radio buttons to a drop down box on the [14:14] ubiquity: automatic partitioning page. This saves a lot of space when [14:14] ubiquity: multiple disks are present and makes the code a little cleaner [14:14] ubiquity: (LP 325958). [14:14] Launchpad bug 325958 in ubiquity "Jaunty Alpha 4: Ubiquity windows does not fit on 1024x600 screen" [High,Triaged] https://launchpad.net/bugs/325958 [14:14] filesystem.manifest and filesystem.manifest-desktop are both already dependency-expanded [14:14] cjwatson, ie. if I just remove ubiquity from filesystem.manifest-desktop will it do the right thing? [14:15] cody-somerville: no [14:15] okay [14:15] I don't think so [14:15] cody-somerville: the easiest way is to make sure to spit out filesystem.manifest-desktop at the appropriate point in the livefs build process, before installing ubiquity [14:18] cjwatson, is the live-installer d-i component in Ubuntu? [14:18] it's in universe, but entirely unmaintained for Ubuntu [14:18] you could have answered this question using rmadison [14:18] oh, neat [14:35] cjwatson, does d-i expect all its components to be in main? [14:35] yes [14:36] cody-somerville: you should be able to override this by preseeding mirror/udeb/components to "main, restricted, universe, multiverse" (it's "main, restricted" by default) [14:36] although that could have other unintended consequences [14:36] if you want to do it as a boot parameter, mirror/udeb/components=main,restricted,universe,multiverse should work [14:37] lh is hard coded to download the d-i components from main [14:37] so I was thinking I could add support to it to download d-i components from all components enabled in the build and just put them in /main on the disk [14:38] seems plausible [14:40] cjwatson, I'm not opposed to allow-password-empty, I just think MID can be fixed to not use it, and didn't want to maintain it. I'm happy to won'tfix bug #347207 if you want to use it for other things. [14:40] Launchpad bug 347207 in user-setup "Ubuntu MID preseed uses experimental preseed value" [Undecided,In progress] https://launchpad.net/bugs/347207 [14:41] cjwatson, Also, I noticed that d-i tries to setup a PPOE connection. How do I preseed it to not do that? [14:43] cody-somerville: that's one of the unintended consequences of using udebs from universe [14:43] cody-somerville: you'll have to look into that yourself; it's not something we maintain [14:46] so just excluding the udeb would work? [14:50] you'll have to look into that yourself [14:50] pppoe is not part of the questions asked by the core installer in main [14:58] evand: noted, I'll be away from the 10th, will try to sort out the most annoying bugs this w/e, you are around right? [15:29] cjwatson, now that grub-pc is in main and showing up on live dvds, it should be possible to just preseed db_get grub-installer/grub2_instead_of_grub_legacy in situations that grub2 would be preferred, right? [15:29] yes, d-i grub-installer/grub2_instead_of_grub_legacy boolean true [15:30] we'd definitely appreciate testing of that [15:30] will most definitely. it will help to lessen a very ugly delta in china installations that's currently there. [17:02] TheMuso: can you have a look at bug 311179? [17:02] Launchpad bug 311179 in parted "libparted does not return the correct devices to ubiquity" [Undecided,New] https://launchpad.net/bugs/311179 [17:02] it makes some sense, but I'm not sure how to detect this reliably ... === cjwatson changed the topic of #ubuntu-installer to: http://wiki.ubuntu.com/Installer/FAQ | Development of d-i and ubiquity in Ubuntu | http://wiki.ubuntu.com/Installer/Development | If nobody answers, try ubuntu-installer@lists.ubuntu.com [17:22] (InstallerDevelopment -> Installer/Development) [17:31] cjwatson, How do I preseed partman not to ask to umount disks? [17:33] d-i ubiquity/partman-skip-unmount boolean true [17:34] in general, to find out how to preseed something, first check the installation guide (although I don't think this is there) and then run the installer in debugging mode so that you can see what question it's asking [17:34] hmm, superm1's advice is valid but omits that the question is also in partman-base now [17:35] evand: if partman-base is handling this, should that script be removed from ubiquity? [17:35] (for the implementation in partman itself, the preseeding would be 'd-i partman/filter_mounted boolean false') [17:39] actually in our seed we have the combination of both of those as I look, i don't recall the reasoning for using both, but before removing the ubiquity one, it would be best to ensure that it's really not necessary anymore [17:39] of course [18:44] indeed, I suspect that chuck of code can go away [18:44] though, perhaps we should hal-lock disks in partman so we don't run into a situation where they mount a disk after the first partman check [18:45] I'm not too worried about that, as it strikes me as a "doctor, doctor, it hurts when I do this" kind of situation [19:45] heh, fair enough [20:15] When I try to mounting a squashfs, I get mount: mounting /dev/loop0 on /mnt failed: No such device [20:16] What might be the problem? [20:18] hmm... I just called a segmentation fault in mount [20:22] cody-somerville: mount -t squashfs -o loop /mnt ? [20:22] or is this in the depths of partman now [20:22] Thats what I'm doing [20:22] but I get mount: mounting /dev/loop0 on /mnt failed: No such device [20:24] Then I did something and it caused "BUG: unable to handle kernel NULL pointer dereference at 00000080" [20:32] Does /dev/loop0 actually exist? [20:34] yes [20:38] Not sure, I'd ask in -kernel. [20:44] does beta installer for jaunty have new gpg keys in it? [20:44] for the repositories? [21:17] btm: the archive's gpg key has not changed, so why would it need to? [21:18] cjwatson: I was getting a GPG signature error using netboot=20081029ubuntu21. Moving to netboot=20081029ubuntu28 resolved the problem. [21:21] during the base install. last time I tested the installer was a couple weeks ago and it was working. 'spose it doesn't matter since the beta release works. [21:29] I don't know why that would have been; it could have been due to Release and Release.gpg genuinely being out of sync on your mirror for a period, and it so happened that by the time you moved to ubuntu28 it was fixed [21:29] at any rate, the keys definitely haven't changed [21:35] I had a different issue with my local mirror, which lead me to testing against us.archive.ubuntu.com, which lead to the upgrade of the installer, but anyhow, it looks like it'll work locally as soon as apt-mirror finishes pulling in packages now. [21:42] cjwatson, the squashfs module isn't in Ubuntu's d-i's initrd [21:43] cjwatson, Is there a work around or what not to be able to mount squashfs? [21:50] cody-somerville: could you copy the module from linux-image-2.6.28-11-generic over scp? [21:51] no [21:55] evand: apprently that battery thing has popped up again... [21:56] someone reported having the bug... [21:56] cody-somerville: why not? [21:59] because it doesn't fix the actual problem [22:03] I thought you were looking for a work around. [22:04] a work around as in including the udeb that provides the squashfs modules [22:15] I don't believe there is one, but a wget/insmod in preseed/early_command should work. [23:50] https://bugs.edge.launchpad.net/ubuntu/+source/ubiquity/+bug/349937 - that's the second case I've seen of hw-detect and X failing (I'm assuming the former as a result of the latter) [23:50] Ubuntu bug 349937 in ubiquity "installation fails leaving PC unbootable" [Undecided,New]