[01:04] wubi: Agostino Russo * r138 trunk/ (37 files in 17 dirs): [01:04] wubi: * Now using grub2 [01:04] wubi: * Fixed typos in pypack [01:04] wubi: * Updated grubutil to rev 31 [06:52] does anyone have an example how to use d-i partman on multiple disks ? [06:56] is anyone online here ? [07:43] hello, does anyone have an example of a preseed file where partitionnment is done on 2 or more disks [07:44] ? [07:44] jerroome, You might just wait a few hours. Someone who knows may read the backscroll. [07:53] ok, I thought there might me new users online [07:53] ty [08:14] !ubottu [08:14] Hi! I'm #ubuntu-installer's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [08:25] does a tool exists to select the right graphic driver automatically ? [09:15] cody-somerville: it's supposed to be that way - oem-config-udeb is only installed when explicitly requested. The entire purpose of oem-config-check is to check whether the relevant debconf question is set and if so deal with installing oem-config-udeb [09:15] kirkland: need logs [09:15] jerroome: I'm afraid partman doesn't really support that [09:15] jerroome: except by means of LVM, perhaps [09:15] jerroome: X should select the right driver automatically, left to its own devices. If it doesn't, file a bug on X [11:07] cjwatson : thank you for your hints [11:10] cjwatson : what do you mean with : except by means of LVM ? [11:19] jerroome: just what I said [11:20] jerroome: the basic problem is that partman doesn't let you say that you want some filesystems on particular disks; but since LVM lets you just create a volume group that spans all the disks you have, it's then much easier to say just create these filesystems wherever [11:21] in that case you can just say 'd-i partman-auto/method string lvm' and 'd-i partman-auto/disk string /dev/sda /dev/sdb' or whatever [11:22] but if you try putting multiple disks in partman-auto/disk for regular partitioning, currently, it'll just use the first one that exists [11:26] cjwatson : I never used LVM, I will search some explanations about it, thank you for yours [15:32] cjwatson: server install failing at the moment, selecting software, log: http://pastebin.ubuntu.com/202173/ [16:10] kirkland: ok, did you read the log and figure out where the most appropriate fix would be? :) [16:10] Jun 23 13:50:58 in-target: The following packages have unmet dependencies: [16:10] Jun 23 13:50:58 in-target: ntfs-3g: Depends: libntfs-3g54 but it is not installable [16:10] -> not specifically an installer bug [16:11] cjwatson: sorry, moved on to other things [16:11] cjwatson: thanks [16:11] that's an archive bug, and you are in a position to fix it :) [16:11] somebody screwed up NEWing ntfs-3g, and put it in the wrong component [16:11] heh, okay, i'll get it [16:11] likewise the udeb [16:11] should be obvious from 'M -S ntfs-3g' === evand1 is now known as evand [16:38] debian-installer: cjwatson * r1110 ubuntu/ (10 files in 3 dirs): Move all architectures to 2.6.30-10 kernels. [17:44] cjwatson: okay, circled back around to this... just sanity checking my commands [17:44] http://pastebin.ubuntu.com/202253/ [17:45] i see that libntfs-3g49 and libntfs-3g49-udeb are in main, while the bogeys libntfs-3g54 and libntfs-3g54-udeb are not [17:45] yes [17:45] they belong in main [17:46] change-override.py -c main libntfs-3g54 [17:46] change-override.py -c main libntfs-3g54-udeb [17:46] will get them back there [17:46] cjwatson: does anything more permanent need to be done to get this to stick? [17:47] cjwatson: ie, seeding? [17:48] no [17:48] they're already in main according to dependencies - you should see them in component-mismatches [17:50] http://people.ubuntu.com/~ubuntu-archive/component-mismatches.txt [17:52] and lo it's ther [17:52] e [17:55] cjwatson: okay, so the simple change-override should handle it then? [17:55] yes [17:56] cjwatson: cool, thanks for the clarification [17:58] committed [17:58] ta [18:21] debian-installer: cjwatson * r1111 ubuntu/debian/changelog: releasing version 20081029ubuntu43 [21:17] usb-creator: rgreening * r116 usb-creator/usbcreator/ (backend.py backend.py gtk_frontend.py kde_frontend.py): (log message trimmed) [21:17] usb-creator: Replace old backend.py with kbackend.py (kbackend.py was the dev version to move all toolkit [21:17] usb-creator: dependant code to the respective frontend via wrapper methods that can be called from the [21:17] usb-creator: backend. [21:17] usb-creator: Add associated wrapper methods to gtk_frontend.py (similar to kde_frontend.py). [21:17] usb-creator: - add_timeout, background_process, get_process_pid, get_process_pipe, read_line, add_io_watch, [21:17] usb-creator: add_child_watch, delete_timeout, delete_io_watch