[03:48] Looks like a deadlock in the forest-of-fifos protocol. [04:52] dank: ok, possible patch in the bug === brendand_ is now known as brendand [08:27] cjwatson: xnox: our preseeded default installation of amd64 desktop image reports http://pastebin.ubuntu.com/5594979/ [08:28] i did not see any issues with manual installation though [08:41] looks like a python2.7 problem to me [08:42] but I wonder whether it's consistently reproducible ... [08:43] seems to be working fine on my raring laptop [08:44] can you get at the target system it's created? [08:50] the only case where I've seen that was on my pandaboard (cosmic rays changing a couple of bits in a pyc apparently) but that was apport not the encodings module [08:50] we see that kind of thing occasionally on arms in the dc; they're crap [08:51] you notice it sometimes in build logs e.g. [09:08] well, my possible patch at least doesn't regress things in a test VM, although I can't reproduce the original issue [09:09] so I guess we wait for Larry to show up and see if he can give it a spin === ara is now known as Guest91539 [10:11] cjwatson: hey, I was looking into an LXC bug that's been annoying us for a while. Basically everytime we create a new container rootfs using debootstrap, the keyboard mode is changed from RAW to Unicode which makes using X a bit of a pain (alt+f4 will both close the window and change the VT). [10:11] I've always assumed we were doing something wrong but now looking at bug 759674 it looks like it might be console-setup's postinst not doing the right thing [10:11] Launchpad bug 759674 in console-setup (Ubuntu) "Upgrading console-setup in a chroot breaks X keymap" [Undecided,New] https://launchpad.net/bugs/759674 [10:11] specifically the bit about running "setupcon --force -k" when under X [10:12] do you have any opinion on the matter? I'd personally be tempted to just drop that call completely (and just keep the --save-only call that requires a reboot) but that's for my specific use case and I don't pretend to see the big picture there [10:13] (no rush, not planning on getting this for 13.04, or at least not in the release pocket ;)) [10:16] stgraber: the underlying tool in kbd that that calls is meant to detect this situation and not actually do the ioctl, IIRC [10:17] if that isn't working, that's a problem for other reasons because I think that's called from a udev rule [10:17] so I think we should fix it rather than remove it [10:22] cjwatson: ok. I confirmed that calling "/var/lib/dpkg/info/console-setup.postinst configure" from within a chroot definitely changes the kbd mode (fixable with kbd_mode -s afterwards). I'll dig a bit deeper later [11:15] cjwatson: hmm, so the problem appears to be that "kbd_mode -u < /dev/tty1" in a chroot actually changes the current tty instead of tty1 (and so changes tty7). The same outside the chroot works as expected. [11:16] I'll have to play with strace a bit to see exactly what's going on as the device nodes for /dev/ttyX look correct (right minor/major) [12:33] ev: are you about? and/or bluefin? got a question about wubi boot helper that is not popping up / offering to help rebooting. === kentb-out is now known as kentb [21:33] im looking for advice on how to make d-i just emit a syslog message [21:33] im making a PXE target that's basically a test that PXE is set up correctly for a machine [21:33] and id like to use standard d-i infra, mainly because i need remote syslog [21:51] you should just be able to say logger -t some-tag arbitrary message [21:53] mwharris: I'm confused why you don't just run a custom early_command ? [21:53] mwharris: is your question how to exit? [21:53] yeah, i suppose so. [21:53] i don't want to do an install, just emit a syslog message. [21:54] is early command the way to do that? [21:54] and then...reboot? [21:54] I'm confused what you want to happen afterward [21:54] yeah [21:54] reboot afterwards is fine. [21:54] can't you just call logger and then call reboot? :) [21:54] sure, but how do i do that? [21:54] make an early_command? [21:54] you would need a custom preseed, yeah [21:54] with a custom early_command [21:55] ok, cool. i already have a custom preseed, so that's fine. [21:55] not sure if you can preseed the early_command url on pxe? [21:55] should be fine [21:55] * antarus nods [21:55] mwharris: sorry, I didn't quite grok what you wanted to do earlier ;p [21:55] heh no worries. [21:55] thanks for the help [21:55] d-i preseed/early_command string logger -t d-i HELLO; reboot [21:55] or some such [21:56] kind of a heavyweight test, but ... [21:57] we are batshit crazy here [21:57] don't worry about it ;) [21:57] hehe [21:57] (this is one of our lightest tests, don't poke fun!) [21:57] basically i want to give people an easy to test PXE setup on a machine [22:42] hmm, early_command is too early, there's no networking. [22:42] is there a way i can have early_command run with networking up? === kentb is now known as kentb-out