/srv/irclogs.ubuntu.com/2012/04/03/#ubuntu-installer.txt

GrueMasterSomething like that.  I would explain it to you, but I have been beating my head against this wall for 4 days now.  At least I'm at the point of getting 4 different systems generating 3 different errors, all with the same seed.00:38
twbStupid question -- in partman if you say something like 4T, you end up with an LV that's 3.7TiB.  Can I just type 4Ti into partman to have it DWIM?03:26
twb(That's not fs overhead; I'm looking at lvs output)03:26
FourDollarscjwatson: I file a bug about EFI boot partition error at https://bugs.launchpad.net/ubuntu/+source/partman-partitioning/+bug/972122 .06:12
ubot2Launchpad bug 972122 in partman-partitioning "Ubiquity pops out a warning message from partman-partitioning on UEFI BIOS when there is a EFI system partition existed." [Undecided,New]06:12
twbcjwatson: I just noticed that on my (allegedly) UEFI/BIOS hybrid mobo, with a 3TB disk, d-i uses grub-pc.  Is there a way to tell it to try using grub-efi instead?08:16
cjwatsontwb: Ti> sorry, I think the parser is currently too stupid for that08:40
cjwatsonFourDollars: thanks08:40
FourDollarscjwatson: np08:41
cjwatsontwb: if you want it to use grub-efi, boot the installer itself in UEFI mode08:41
twbHow do you do that08:41
twbI'm booting from a PXE rom08:41
twbI'm curious; I don't have a practical reason to touch UEFI until vendors start dropping BIOS support08:42
cjwatsonPXE is a BIOS thing, IIRC; UEFI has its own netbooting arrangements08:42
cjwatsonit's a lot easier to do from CD right now08:43
FourDollarsThere might be an "UEFI network" boot entry.08:43
twbWell fuck08:43
cjwatsonno I suspect that we don't actually provide terribly UEFI-friendly d-i netboot packagings right now, so it's some assembly required08:43
twbFourDollars: there isn't.  The UEFI shell isn't even available unless I install a hard disk and (presumably) copy data from the mobo CD that the vendor forgot to send me08:43
twbif I already have the installed system booting under BIOS, can I just swap grub-pc for grub-efi-amd64 and follow the bouncing ball?08:46
twbAh, apparently grub-efi absolutely requires a separate EFI partition08:50
* twb wanders off to do some reading08:51
twbcjwatson: precise is better at aligning stuff (to avoid write amplification) than lucid is, right?  If I do a fresh install today, is it worth doing gpt/mdadm/lvm in precise partman, then reboot and tell lucid to reuse that layout?09:16
cjwatsonpossibly a bit due to bug fixes, although I thought I got most of the alignment stuff into lucid09:18
twbOK.09:19
twbI did ask precise's parted and it said they were optimally aligned, but I didn't believe it :-)09:19
twbI may have just been remembering hardy, but I'm pretty sure at least one of my lucid installs has shitty write amp09:20
twbhttp://paste.debian.net/161860/ iostat 30, eliding zero-I/O LVs09:22
twbNot as bad as I remember...09:22
twb(That's RAID1 not RAID5 btw)09:23
CIA-32ubiquity: cjwatson * r5350 trunk/ (debian/changelog debian/rules tests/run):12:00
CIA-32ubiquity: Work around LP #972324 by unsetting TMPDIR for xvfb-run and setting it12:00
CIA-32ubiquity: again for the inferior command.12:00
ubot2Launchpad bug 972324 in xorg-server "server fails to start up if TMPDIR is set to something on a different filesystem from /var/lib/xkb" [Undecided,New] https://launchpad.net/bugs/97232412:00
CIA-32ubiquity: cjwatson * r5351 trunk/debian/ (changelog tests/unit): Fix DEP-8 control file to stop trying to run Xvfb inside Xvfb.12:01
CIA-32ubiquity: cjwatson * r5352 trunk/debian/changelog: releasing version 2.10.613:10
=== lool- is now known as lool
cr3ev: is there a trick to stop an automated install with ubiquity near the success_command?16:27
evcr3: can you elaborate on what you're trying to do?16:53
cr3ev: I'm trying to troubleshoot a networking issue where the success_command can't seem to resolve domains17:57
evand you want to jump in at that point? Why not just put a sleep inf in?17:58
cr3ev: that could work as well, I'll try that. thanks!17:59
evsure thing17:59
aperson_Anyone have a pointer to the source code for the dhclient used by the installer?19:46
superm1cr3: if i was going to guess, /target/etc/resolv.conf isn't populated and you might need to copy /etc/resolv.conf into /target/etc/resolv.conf if that's the problem20:15
cr3superm1: the installed environment is fine, the problem seems to be a bug in casper when doing  network install where the success_command doesn't have any networking because 23networking sets the network interface to manual20:25
superm1oh20:25
cr3superm1: so, unless the nameserver is set explicitly somewhere in the preseed or somesuch, all network installs using casper can no longer rely on their dhcp server to provide nameserver information20:25
cr3superm1: this is a recent bug introduce a month or so ago in precise :(20:26
cr3obviously, nobody is insane enough to network install a live environment, so we're the only ones hit by that problem :)20:27
superm1cr3: if it's a recent bug, caused by r990 perhaps of casper bzr?20:27
cr3superm1: thanks for the heads up on that revision, I've taken a note to look into it tomorrow20:29
superm1sure np.20:30
cjwatsonaperson_: You might be looking for debian/tree/busybox-udeb/usr/share/udhcpc/default.script in the busybox source package.21:41
cjwatson./debian/tree/busybox-udeb/usr/share/udhcpc/default.script:76:          printf "$domain" > /tmp/domain_name21:41
cjwatson(Yes, it's a slightly shonky arrangement.)21:41
aperson_@cjwatson: I've narrowed it down to that dhclient-script is call with BOUND and correctly sets the resolv.conf file, BUT soon after that it gets undone. It's undone by time killall.sh is called. I've been purrusing the dhclient code to see if I can get a clue. But I'm not a C programmer.22:18

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