[08:39] hello [08:39] does anyone know how to add a GPG key from keyserver.ubuntu.com to a preseed file (via apt-setup/local0/key)? [08:39] I want to add a couple of PPA repositories to my preseed file [08:40] but I cannot find the url on keyserver.ubuntu.com which will get me te GPG file itself, so the apt-setup will accept that [09:44] <_ruben> bah, mailx package went from transitional to virtual package .. is there some magic i can add to my preseed file to it'll install mailx for 6.06 and 8.04, but bsd-mailx for newer versions? [10:13] installation-guide: cjwatson * r474 ubuntu/ (1133 files in 269 dirs): merge from Debian 20100518 [10:16] installation-guide: cjwatson * r475 ubuntu/ (debian/changelog en/hardware/hardware-supported.xml): Adjust list of armel architectures for Ubuntu. [10:19] installation-guide: cjwatson * r476 ubuntu/build/build.sh: drop hppa harder [10:22] installation-guide: cjwatson * r477 ubuntu/ (build/entities/common.ent debian/changelog): Bump release version and names for Maverick. [10:23] installation-guide: cjwatson * r478 ubuntu/ (build/entities/common.ent debian/changelog): Bump kernelversion to 2.6.35. [10:29] installation-guide: cjwatson * r479 ubuntu/ (debian/changelog en/bookinfo.xml): Update Canonical's copyright years. [11:04] debian-installer: cjwatson * r1323 ubuntu/ (7 files in 2 dirs): Move to 2.6.35-6 kernels. [11:18] ubiquity: cjwatson * r4124 ubiquity/d-i/sources.list: bump to maverick [11:23] ubiquity: cjwatson * r4125 ubiquity/ (5 files in 5 dirs): Add btrfs support. [11:50] installation-guide: cjwatson * r480 ubuntu/debian/changelog: releasing version 20100518ubuntu1 [16:14] ev: I'd like to fix this 10.04/10.10 bug in the slideshow for alpha-2, but it isn't easy to just do a sed - I'll have to break translations. Do you think that's OK for me to just go ahead and do in lp:~ubiquity-slideshow/ubiquity-slideshow-ubuntu/html ? [16:18] cjwatson: yeah, by all means [16:18] I'm not concerned about breaking translations at this point in the cycle [16:20] righto [16:26] debian-installer: cjwatson * r1324 ubuntu/debian/changelog: releasing version 20100211ubuntu10 [17:00] ev: does http://paste.ubuntu.com/455043/ look OK? [17:01] cjwatson: looks good [17:01] thanks! [17:02] what's the translation update rune? [17:02] make translations? [17:03] hm, just 'make' I think [17:04] hrm yeah, hadn't noticed that nit before [17:09] we probably ought to upload ubiquity for alpha-2 [17:09] noted [17:10] I'm off on Monday, but I'll sort it out on Tuesday [17:13] ubiquity: cjwatson * r4126 ubiquity/ (82 files in 4 dirs): Add an intro message noting that we're alpha again. [17:30] ubiquity-slideshow-ubuntu: cjwatson * r273 ubiquity-slideshow-ubuntu/ (253 files in 9 dirs): [17:30] ubiquity-slideshow-ubuntu: Bump version numbers to 10.10. Many slides still need to be rewritten; [17:30] ubiquity-slideshow-ubuntu: this is just a minimal change (LP: #588677). [17:32] ubiquity-slideshow-ubuntu: cjwatson * r274 ubiquity-slideshow-ubuntu/debian/ (source source/format source/options changelog): Switch to source format 3.0 (native) with bzip2 compression. [17:33] ubiquity-slideshow-ubuntu: cjwatson * r275 ubiquity-slideshow-ubuntu/debian/ (changelog control): Policy version 3.8.4: no changes required. [17:34] ubiquity-slideshow-ubuntu: cjwatson * r276 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 23 [18:46] I'm trying to follow guide outlined in the book Professional Ubuntu Mobile Development to build a custom ISO image. I've created a local lucid mirror checked out ubuntu-cdimage, debian-cd, britney and germinate. So everything seems to be installed and configured. However when I try to build just default "daily" ubuntu-server cd it fails to create an image. (it actually thinks it creates it but there is nothing) http://pastebin.com/ [18:46] your message was truncated at "http://pastebin.com/" [18:48] http://pastebin.com/bpER8Rdy [18:49] what command are you running to do the build? [18:50] Sorry forgot: CDIMAGE_ROOT=/imax/dev/ubuntu-cdimage CDIMAGE_NOSOURCE=1 DIST=lucid ARCHES=amd64 CDIMAGE_NOSYNC=1 DEBUG=1 for-project ubuntu-server cron.daily [18:50] have you edited debian-cd/CONF.sh at all? [18:50] No [18:50] ok, you'll need to in order to disable post-release updates [18:51] look for the paragraphs containing 'export SECURITY=', 'export UPDATES=', and 'export PROPOSED=', and comment them all out [18:51] if that doesn't work, pastebin the entire debug output of cron.daily for me [18:52] Is there a wiki somewhere? Since this can be quite a challenge for someone to uncover [18:54] afraid not, not that I know of anyway [18:59] http://pastebin.com/ca63Tu9F full debug output from console [18:59] I've unset SECURITY, UPDATES and PROPOSED [19:03] I've created mirror using the following command: http://pastebin.com/RFeYpBEf [19:03] firstly, you don't have a source mirror so it's all kind of noisy [19:03] secondly, you have your mirror on a different device from your build directory [19:04] see debian-cd/README, search for "symlink farm" [19:04] Yes, my mirror is on NFS share t [19:04] and search for that in debian-cd/CONF.sh [19:05] incidentally, now that I think of it, you should also apply this patch to ubuntu-cdimage/bin/run-germinate to disable post-release updates harder: [19:05] http://paste.ubuntu.com/455104/ [19:09] How did you figure out that I was using NFS? [19:12] I didn't know it was specifically NFS, but there were loads of "Invalid cross-device link" errors in the debug output [19:14] I seeā€¦ is there any reason why script creates lucid-server-amd64.raw instead of ISO? [19:19] historical - Debian used to do some postprocessing on it [19:20] it's never been worth changing [19:21] do you use exactly the script with no updates, security and proposed to create "release" images? Or may be I would rephrase it, once 10.04.1 release ready to be built. Will you just enable updates and build it or updated packages will migrate into the main lucid folder? It is interesting that this book (Ubuntu Mobile Development) is the only place where I found full procedure to be documented (and this happened by coincidence). [19:23] we enable updates - updated packages don't migrate to the lucid suite [19:23] yes yes I know we suck at documentation ;-) [19:23] Do you think if I document process through which which I was able to build this cd image it will be helpful? [19:23] sure [19:24] there are certainly reproducibility problems with point releases - what we really need there is a representation of point releases in Launchpad, which there isn't currently [19:24] I don't know proper procedure. Do I just create Wiki page and it gets accepted or there is a review process? [19:25] I wonder if I will violate some law since procedure is described in the book. [19:27] you could ask its authors, they're probably on IRC somewhere [19:27] on wiki.ubuntu.com, you can create pages freely [19:32] My ultimate goal is to create "minimal" distribution fully preseeded that has no suggested or recommended packages, only minimal dependency tree and a few of my own packages. How would I change scripts (is there a variable or something) to force building cd with dependant pages only (I think in lucid it was announced that all suggested packages are being installed) [19:47] Thank you very much Colin for your support! Just fantastic.