=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === mpt [n=mpt@121-72-131-30.dsl.telstraclear.net] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has joined #ubuntu-installer [04:54] ubiquity: evand * r1506 ma/: Merged with trunk. [05:01] ubiquity: evand * r1507 ma/ (d-i/manifest debian/changelog): [05:01] ubiquity: * Set the partition model after populating it in the KDE UI [05:01] ubiquity: * Automatic update of included source packages: console-setup [05:01] ubiquity: 1.16ubuntu4, kboot-installer 0.0.1ubuntu3, partman-newworld [05:01] ubiquity: 18ubuntu1. [05:01] hmm, odd commit message [05:02] whoops [05:02] (not worth fixing) [05:02] I probably should've stripped that first changelog item from it. === evand kicks debcommit [05:03] it shouldn't do that unless the line changed [05:03] maybe trailing whitespace or something [05:28] curious, my debsign appears to be broken, but I have no problem signing things normally. [05:30] nevermind [05:32] I whack it over the head with DEBSIGN_MAINT='Colin Watson ' in ~/.devscripts [05:35] hrm, should I bzr export before debuild'ing? [05:35] to avoid including .bzr [05:37] evand: -i should do you, shouldn't it? [05:37] you *can*, but it's easier to use -I.bzr -I.bzrignore -I.shelf to debuild [05:38] thom: native package so you need -I too [05:38] ah, thanks thom and cjwatson [05:38] ahr, right [05:38] (though for others, yes) [05:38] what I do is this in my shell startup scripts: [05:38] export DH_ALWAYS_EXCLUDE='CVS:.svn:{arch}:.arch-ids:.bzr' [05:38] and this in ~/.devscripts: [05:38] DEBUILD_DPKG_BUILDPACKAGE_OPTS="-i'(?:^|/).*~$|(?:^|/)\..*\.swp|DEADJOE|(?:/CVS|/RCS|/\.svn|/\.deps|\{arch\}|\.arch-ids|\.arch-inventory|\.bzr|\.bzrignore|\.shelf)(?:$|/)' -ICVS -I.svn -I\{arch\} -I.arch-ids -I.arch-inventory -I.bzr -I.bzrignore -I.shelf -uc -us" [05:38] DEBUILD_PRESERVE_ENVVARS=DH_ALWAYS_EXCLUDE [05:38] that gets the job done nicely and I don't think about it [05:39] noted [05:39] might want to sync that -i nightmare rune up with whatever's currently in /usr/bin/dpkg-source - unfortunately there's no easy way to say "just add to the list of stuff you're ignoring rather than replacing it" [05:45] ubiquity: evand * r1508 ma/debian/changelog: releasing version 1.5.3 [05:54] ubiquity: evand * r1509 ma/ (configure configure.ac): bump to 1.5.4 [06:45] ubiquity: cjwatson * r2088 ubiquity/ (configure configure.ac d-i/manifest debian/changelog): merge from Evan [06:47] busybox mkswap supports only 2Gb? [06:48] btm_: according to mkswap(8), util-linux is the same [06:48] The [06:48] maximum useful size of a swap area now depends on the architec [06:48] ture. It is roughly 2GiB on i386, PPC, m68k, ARM, 1GiB on [06:48] sparc, 512MiB on mips, 128GiB on alpha and 3TiB on sparc64. [06:49] (of course, the man page could be out of date) [06:50] Yeah, I saw that too and saw '99 in the man page. [06:50] xm3adm@dev3:~$ sudo mkswap /dev/system/swap [06:50] Setting up swapspace version 1, size = 8589930 kB [06:54] but can you swapon that? [06:57] yeah. [06:57] and when you do, how much does the kernel say it's actually using? [06:59] could be that busybox mkswap needs to be updated from util-linux though [07:00] well, it lists 8G in proc/swaps and proc/meminfo. As far as being used, it's unclear to me if that much swap is no longer effective. [07:10] hmm, ok, I think you're right, looks like a legit bug === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-installer [07:10] could you please file it? [07:10] current upstream is totally different, and while it fixes the bug it looks pretty hard to backport [07:11] r15704 | landley | 2006-07-16 09:17:03 +0100 (Sun, 16 Jul 2006) | 2 lines [07:11] Changed paths: [07:11] M /trunk/busybox/util-linux/mkswap.c [07:11] New mkswap. Small and simple. Might even work. :) [07:11] (also won't do UUIDs etc. so is not very useful for our purposes right now. silly upstream.) [07:12] though I guess the old version didn't either, that was a feature I added [07:14] Sure. === avoine [n=avoine@modemcable060.221-200-24.mc.videotron.ca] has joined #ubuntu-installer === avoine [n=avoine@modemcable060.221-200-24.mc.videotron.ca] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@inet-nc01-o.oracle.com] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer