[00:41] wubi: Agostino Russo * r57 trunk/ (8 files in 5 dirs): [00:41] wubi: * Use a local 32 bit CD/ISO even if the CPU arch is 64 bit [00:41] wubi: * Added license to source files [00:46] Hi, usb-creator seems to be failing oddly, sometimes I'll run it and it'll work and sometimes it fails with Traceback (most recent call last): File "./bin/usb-creator", line 75, in f = GtkFrontend(options.iso,options.persistent) [01:02] just noticed that the desktop hosting ubiquity in automatic mode has 2 workspaces (gnome default), not sure that is desirable, some user might switch that by mistake [09:11] Although I preseed user-password-crypted, I am still asked by ubiquity about for the password [09:11] http://paste.ubuntu.com/107654/ [09:13] xivulon_: preseed user-setup/encrypt-home boolean false [09:13] ahhh [09:13] that is d-i? [09:14] It's a new question asked by user-setup. [09:15] I see you also have an option for autologin [09:15] is that required? [09:20] nope [09:21] thx [10:00] ah wow, I'm an idiot. [10:00] I didn't realize that umenu tested the version. [10:00] which is why it's saying invalid CD, as it's using the 8.10 umenu [10:00] (in 8.04.2) [10:11] evand: Ah that may be an issue :) [10:11] is 9.04 using the 8.10 menu too then? [10:14] davmor2: indeed [10:14] fixed for 8.04.2, though unless there's a respin it wont be included in the release [10:14] evand: that would explain why jaunty was reporting invalid cd too then :) [10:14] heh, yup [10:16] evand: you might want to have a word with slangasek about a re-spin I got time to retest but if someone grabs it and it comes up invalid cd it looks bad [10:16] will do [10:19] <_ruben> i guess there's no (easy) way to turn an existing partitioning layout to a preseedable config for partman-auto? [11:27] evand: umenu works now :) [11:29] hooray [11:30] I was just about to test that myself [11:30] yup, works here as well [11:49] evand: Yay under xp and vista it works :) [11:49] \o/ [11:51] cjwatson: the thing I was referring to is that as soon as you install hardy.2 you get updates for openssl-blacklist and ssl-cert I thought it might of been tied into the bug that slangasek mentioned [11:52] that sounds different [11:52] could be I only saw the title rather than reading the whole bug [12:37] davmor2: the current CDs (at least; haven't looked at the earlier ones you were testing) have versions of openssl-blacklist and ssl-cert that match hardy-updates. I suppose it's always possible that some crazy installer bug means they're being installed from the network instead [16:52] cjwatson: Through early testing, there is some progress with dmraid and ubiquity. Ubiquity offers the dmraid array as an installation option, but still shows the disks that are part of the array as options. Ubiquity also crashes when attempting to install to the array during the copying stage. [16:52] cjwatson: Where do I look to fix the disk display issue? [16:52] Then I'll try and work out the crash. [16:53] I'd start by running with --debug and (this bit is unfortunately tedious) wading through the logs [16:53] Ok. [16:53] um, perhaps look at init.d/parted in partman-base? I think it's meant to do the suppression of dmraid elements [16:53] Ok. [16:53] ah [16:54] if part_of_sataraid $device && \ [16:54] [ -f /var/lib/disk-detect/activate_dmraid ]; then [16:54] continue [16:54] fi [16:54] disk-detect probably isn't run in ubiquity until much later [16:54] Yeah I know about that, and that works for d-i proper. [16:54] But not for ubiquity it seems. [16:54] so either touch that file in advance, or nobble the code to provide an alternative check [16:55] and grep through partman for any similar occurrences [16:55] With the live CD, the dmraid arrays are likely to be activated already, unless we specifically do not enable them at live CD boot. [16:55] Which is what I'm tossing up. [16:56] Anyway those are good starting points, thanks. [16:56] --debug is probably the easiest way to figure out the crash, at any rate [16:56] Yeah. [17:09] cjwatson: congrats on TB [17:10] thanks! [18:00] user-setup: cjwatson * r145 ubuntu/ (debian/changelog functions.sh): [18:00] user-setup: * Backport from trunk: [18:00] user-setup: - Be more careful about test arguments in the root_password function, in [18:00] user-setup: case (for example) the encrypted password string is "!" (thanks, Uli [18:00] user-setup: Heller; LP: #307443). [18:03] user-setup: cjwatson * r146 ubuntu/debian/changelog: releasing version 1.23ubuntu7 [21:31] evand: Yep, usb-creator from latest bzr branch errors out for me on intrepid. [21:39] hrm latest daily ubuntu disk in kvm doesn't crash when installing onto a dmraid array... interesting., [21:39] desktop amd64 [21:53] Hey, can someone else try running "bzr branch lp:usb-creator; ./usb-creator/bin/usb-creator [21:53] *"bzr branch lp:usb-creator; fakeroot ./usb-creator/bin/usb-creator" [22:10] evand: verified on another computer. [22:10] evand: crashes right after su [22:42] lfaraone: you cannot run it with fakeroot, it needs real root. Just run it without anything in front, it will elevate itself. This will be replaced with Policykit soonish. [22:42] * evand out [22:54] evand: ok, even sudoed it crashes. [22:54] what's the error? [22:54] oh [22:54] I see what you're doing [22:54] debuild [22:54] then dpkg -i the deb [22:54] then run it [22:55] that is, from your path [22:55] really need to run [22:55] cheers