=== JanC_ is now known as JanC === ara_ is now known as ara [11:43] debian-installer: cjwatson * r1396 ubuntu/ (5 files in 2 dirs): Move to 2.6.37-10 kernels. [14:23] netcfg: cjwatson * r648 ubuntu/ (debian/changelog netcfg-common.c): [14:23] netcfg: Revert avoidance from 1.57ubuntu2; linux-libc-dev has been [14:23] netcfg: fixed. [14:24] netcfg: cjwatson * r649 ubuntu/ (debian/changelog netcfg-common.c): [14:24] netcfg: Strip trailing dots from domain when writing to /etc/hosts [14:24] netcfg: (LP: #255117). [14:27] netcfg: cjwatson * r650 ubuntu/debian/changelog: releasing version 1.57ubuntu3 [14:30] ubiquity: cjwatson * r4457 ubiquity/ (3 files in 3 dirs): strip trailing dots from domain [14:36] debian-installer: cjwatson * r1397 ubuntu/debian/changelog: releasing version 20101020ubuntu9 [14:44] partman-auto: cjwatson * r336 ubuntu/ (debian/changelog recipes-i386-efi/atomic recipes/atomic): [14:44] partman-auto: Change the x86 atomic recipes to make the minimum swap size be 100% of [14:44] partman-auto: RAM, so that hibernate always works (LP: #345126). [14:45] partman-auto: cjwatson * r337 ubuntu/debian/changelog: releasing version 93ubuntu3 [14:47] ev: your patch in bug 673028 looks OK to me - do you want to just go ahead and upload that? [14:47] Launchpad bug 673028 in user-setup (Ubuntu Karmic) (and 9 other projects) "Ubiquity encrypted home doesn't setup encrypted swap (affects: 3) (heat: 274)" [Undecided,New] https://launchpad.net/bugs/673028 [14:47] please do [14:49] oh, you want me to? [14:49] sure, can do [14:51] user-setup: cjwatson * r231 ubuntu/ (debian/changelog user-setup-apply): [14:51] user-setup: Mount /sys in the chroot for swap encryption, so that devtmpfs can [14:51] user-setup: create block devices (LP: #673028). [14:52] I assume you've tested it? [14:53] user-setup: cjwatson * r232 ubuntu/debian/changelog: releasing version 1.28ubuntu12 [14:56] ubiquity: cjwatson * r4458 ubiquity/debian/real-po/ (78 files): debconf-updatepo [15:01] cjwatson: thanks, and yes [15:01] though in place [15:02] ubiquity: cjwatson * r4459 ubiquity/ (d-i/manifest debian/changelog): [15:02] ubiquity: Automatic update of included source packages: grub-installer [15:02] ubiquity: 1.57ubuntu2, netcfg 1.57ubuntu3, partman-auto 93ubuntu3, partman-target [15:02] ubiquity: 71ubuntu1, user-setup 1.28ubuntu12. [15:02] just trying to get rid of some bugs before being grilled on them at the release meeting [15:04] :) [15:08] ubiquity: cjwatson * r4460 ubiquity/debian/changelog: releasing version 2.5.6 [15:26] I'm thoroughly enjoying watching Hudson pick up these commits and not completely fall over [18:02] cjwatson: Does debian-cd support installing multiple kernels + initrds into install/* like add_live_filesystem does? [18:14] yes by way of code in tools/boot/*/* [18:15] it's debian-cd though so it's all just code [18:19] cjwatson, Is that unique to Ubuntu or in upstream as well? [18:22] not unique [18:26] installing packages in an unpacked root without root and thus without chroot -- lost cause? [18:35] s'what fakechroot is for isn't it? [18:35] at least assuming it's a tree you have write access too [18:40] fakechroot just doesn't work [18:40] for one, I can't have devpts mounted [18:42] mm, it's also cross-architecture [18:42] I have the feeling this just isn't going to work [18:50] cjwatson, Do you know if its possible to disable dpkg from calling triggers? ie. lets say you have to do a bunch of individual apt-get installs but you want to wait and just do all the triggers once at the end instead? [18:56] cody-somerville: --no-triggers [18:56] see dpkg(1) [18:56] thanks [20:51] cody-somerville: It sounds like you should look at what ldconfig does. [20:52] cody-somerville: When called from a postinst script, it activates a trigger, which ends up running ldconfig once at the end of the dpkg run. If you run ldconfig directly, it acts like it always did. [20:53] cody-somerville: I don't know if that's the sort of thing you're looking to do, though. From your question it just sounds like it might be useful.