CIA-5 | wubi: Agostino Russo * r138 trunk/ (37 files in 17 dirs): | 01:04 |
---|---|---|
CIA-5 | wubi: * Now using grub2 | 01:04 |
CIA-5 | wubi: * Fixed typos in pypack | 01:04 |
CIA-5 | wubi: * Updated grubutil to rev 31 | 01:04 |
jerroome` | does anyone have an example how to use d-i partman on multiple disks ? | 06:52 |
jerroome` | is anyone online here ? | 06:56 |
jerroome | hello, does anyone have an example of a preseed file where partitionnment is done on 2 or more disks | 07:43 |
jerroome | ? | 07:44 |
persia | jerroome, You might just wait a few hours. Someone who knows may read the backscroll. | 07:44 |
jerroome | ok, I thought there might me new users online | 07:53 |
jerroome | ty | 07:53 |
jerroome | !ubottu | 08:14 |
ubottu | 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:14 |
jerroome | does a tool exists to select the right graphic driver automatically ? | 08:25 |
cjwatson | 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 |
cjwatson | kirkland: need logs | 09:15 |
cjwatson | jerroome: I'm afraid partman doesn't really support that | 09:15 |
cjwatson | jerroome: except by means of LVM, perhaps | 09:15 |
cjwatson | jerroome: X should select the right driver automatically, left to its own devices. If it doesn't, file a bug on X | 09:15 |
jerroome | cjwatson : thank you for your hints | 11:07 |
jerroome | cjwatson : what do you mean with : except by means of LVM ? | 11:10 |
cjwatson | jerroome: just what I said | 11:19 |
cjwatson | 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:20 |
cjwatson | 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:21 |
cjwatson | 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:22 |
jerroome | cjwatson : I never used LVM, I will search some explanations about it, thank you for yours | 11:26 |
kirkland | cjwatson: server install failing at the moment, selecting software, log: http://pastebin.ubuntu.com/202173/ | 15:32 |
cjwatson | kirkland: ok, did you read the log and figure out where the most appropriate fix would be? :) | 16:10 |
cjwatson | Jun 23 13:50:58 in-target: The following packages have unmet dependencies: | 16:10 |
cjwatson | Jun 23 13:50:58 in-target: ntfs-3g: Depends: libntfs-3g54 but it is not installable | 16:10 |
cjwatson | -> not specifically an installer bug | 16:10 |
kirkland | cjwatson: sorry, moved on to other things | 16:11 |
kirkland | cjwatson: thanks | 16:11 |
cjwatson | that's an archive bug, and you are in a position to fix it :) | 16:11 |
cjwatson | somebody screwed up NEWing ntfs-3g, and put it in the wrong component | 16:11 |
kirkland | heh, okay, i'll get it | 16:11 |
cjwatson | likewise the udeb | 16:11 |
cjwatson | should be obvious from 'M -S ntfs-3g' | 16:11 |
=== evand1 is now known as evand | ||
CIA-5 | debian-installer: cjwatson * r1110 ubuntu/ (10 files in 3 dirs): Move all architectures to 2.6.30-10 kernels. | 16:38 |
kirkland | cjwatson: okay, circled back around to this... just sanity checking my commands | 17:44 |
kirkland | http://pastebin.ubuntu.com/202253/ | 17:44 |
kirkland | 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 |
cjwatson | yes | 17:45 |
cjwatson | they belong in main | 17:45 |
kirkland | change-override.py -c main libntfs-3g54 | 17:46 |
kirkland | change-override.py -c main libntfs-3g54-udeb | 17:46 |
kirkland | will get them back there | 17:46 |
kirkland | cjwatson: does anything more permanent need to be done to get this to stick? | 17:46 |
kirkland | cjwatson: ie, seeding? | 17:47 |
cjwatson | no | 17:48 |
cjwatson | they're already in main according to dependencies - you should see them in component-mismatches | 17:48 |
kirkland | http://people.ubuntu.com/~ubuntu-archive/component-mismatches.txt | 17:50 |
cjwatson | and lo it's ther | 17:52 |
cjwatson | e | 17:52 |
kirkland | cjwatson: okay, so the simple change-override should handle it then? | 17:55 |
cjwatson | yes | 17:55 |
kirkland | cjwatson: cool, thanks for the clarification | 17:56 |
kirkland | committed | 17:58 |
cjwatson | ta | 17:58 |
CIA-5 | debian-installer: cjwatson * r1111 ubuntu/debian/changelog: releasing version 20081029ubuntu43 | 18:21 |
CIA-5 | usb-creator: rgreening * r116 usb-creator/usbcreator/ (backend.py backend.py gtk_frontend.py kde_frontend.py): (log message trimmed) | 21:17 |
CIA-5 | usb-creator: Replace old backend.py with kbackend.py (kbackend.py was the dev version to move all toolkit | 21:17 |
CIA-5 | usb-creator: dependant code to the respective frontend via wrapper methods that can be called from the | 21:17 |
CIA-5 | usb-creator: backend. | 21:17 |
CIA-5 | usb-creator: Add associated wrapper methods to gtk_frontend.py (similar to kde_frontend.py). | 21:17 |
CIA-5 | usb-creator: - add_timeout, background_process, get_process_pid, get_process_pipe, read_line, add_io_watch, | 21:17 |
CIA-5 | usb-creator: add_child_watch, delete_timeout, delete_io_watch | 21:17 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!