[05:25] huuanito: for bugs in the text-mode installer, file them against the debian-installer package in Ubuntu [09:49] ubiquity: evand * r4140 maverick-redesign/ (4 files in 3 dirs): Support an icon-name property in PartitionBox, set to the distributor logo by default. [10:56] ubiquity: evand * r4141 maverick-redesign/ubiquity/plugins/ubi-partman.py: Wire up the advanced partitioner hyperlink. [11:53] debian-installer: cjwatson * r1328 ubuntu/ (7 files in 2 dirs): Move to 2.6.35-7 kernels. [11:57] debian-installer: cjwatson * r1329 ubuntu/debian/changelog: releasing version 20100211ubuntu12 [13:04] grub-installer: cjwatson * r856 ubuntu/ (debian/changelog grub-installer): Resolve symlinks in default boot device (LP: #602758). [13:05] grub-installer: cjwatson * r857 ubuntu/debian/changelog: releasing version 1.49ubuntu12 [14:30] ubiquity: evand * r4142 maverick-redesign/ (3 files in 3 dirs): [14:30] ubiquity: * Add templates for the widgets on the automatic partitioning page. [14:30] ubiquity: * Wire up Use Entire Disk button. [14:30] ubiquity: * Wire up the resize widget. [15:24] ubiquity: evand * r4143 maverick-redesign/ (debian/ubiquity.templates ubiquity/plugins/ubi-partman.py): [15:24] ubiquity: * Extend extra_options to contain a mapping of human-readable disk names to [15:24] ubiquity: partman identifiers. This shouldn't break any other frontend, but apologies [15:24] ubiquity: in advance if I'm wrong. [15:24] ubiquity: * Wire up the "X smaller partitions are hidden" label. [16:09] ubiquity: evand * r4144 maverick-redesign/ubiquity/plugins/ubi-partman.py: [16:09] ubiquity: * Fix the resize widget to use the actual partition size for its total size, [16:09] ubiquity: rather than the preferred resize point. [16:33] ubiquity: evand * r4145 maverick-redesign/ubiquity/ (gtkwidgets.py plugins/ubi-partman.py): * Set the preferred size of the partition in the resize widget. [16:35] ubiquity: evand * r4146 maverick-redesign/ubiquity/plugins/ubi-partman.py: * Small bug fix, convert list to string in assertion. [16:51] cjwatson (or anyone from the base-installer team). Please look at Bug 603202. All x86 iso installs are failing with today's image [16:51] Launchpad bug 603202 in base-installer (Ubuntu) "[Maverick] Unable to install: linux-generic (affects: 1) (heat: 6)" [High,Triaged] https://launchpad.net/bugs/603202 [16:53] I'm just about to close it as already fixed. [16:54] cjwatson: whoa! [16:54] explanation in the bug [16:54] cjwatson: thanks! [16:57] you'll become familiar with that error - it happens frequently and transiently during development [16:58] it also results in live filesystem builds failing, which causes me to receive a big pile of e-mail [17:00] ev: could you update umenu and wubi in preparation for the 10.04.1 point release, please? [17:00] debian-installer: cjwatson * r1299 lucid-proposed/ (8 files in 2 dirs): Move to 2.6.32-24 kernels. [17:00] cjwatson: on it now [17:00] ta [17:02] debian-installer: cjwatson * r1300 lucid-proposed/debian/changelog: releasing version 20081029ubuntu102.3 [17:22] debian-installer: cjwatson * r1300 lucid-proposed/ (build/config/armel/dove.cfg debian/changelog): Move Dove images to 2.6.32-207 kernels. [17:23] debian-installer: cjwatson * r1301 lucid-proposed/ (build/config/armel/imx51.cfg debian/changelog): Move iMX51 images to 2.6.31-608 kernels. [17:25] debian-installer: cjwatson * r1302 lucid-proposed/ (build/config/armel/omap.cfg debian/changelog): Move omap images to 2.6.33-502 kernels. [17:29] debian-installer: cjwatson * r1303 lucid-proposed/debian/changelog: releasing version 20081029ubuntu102.3 [17:47] wubi: evand * r190 wubi.lucid/ (data/isolist.ini debian/changelog): Bump Ubuntu and Kubuntu to 10.04.1. [17:56] cjwatson: done, thanks for the reminder [17:58] can't take credit, the process checklist told me to remind you ;-) [18:00] heh [19:47] I've created a metapackage with the same list of packages that I have within my main seed. However, when I install it seems it wants to install all recommended and suggested pacakges which are not present on the cd [19:47] Is there any way to tell installer not to ignore those packages? [19:48] sorry s:not to:to: === jussi is now known as jussio1 [19:50] msergei: it never installs suggested packages [19:51] Ok, may it is just recommended [19:51] msergei: for recommends, you can preseed 'd-i pkgsel/include/install-recommends boolean false' to disable that [19:52] Thank you, trying this now. [19:53] I was wondering if there is a full list of all possible preseeds available. [19:56] not a full list, but that one and most of the other actually useful ones are in the installation-guide [19:56] https://help.ubuntu.com/10.04/installation-guide/i386/appendix-preseed.html [19:56] actually *cough* that one appears to be misspelt in the guide ... [19:56] but it's mostly right, honest [20:09] No it was not it I guess… syslog does not provide any clue (at least to me): http://pastebin.com/kRhpeVkz [20:09] er, no sign of your metapackage at all there [20:09] what's it called? [20:10] are you sure that's a complete log? [20:11] This is complete log [20:13] What has happened is that I was trying to figure out how say "openssh-server" name appears in the package selection screen in Debian installer. I could not figure that out and made my metapackage required instead of optional also added it to my own seed. After that I can see that package gets installed (if it lists say only 1 dependency, say on openssh-server) [20:15] whoa! [20:15] don't do that! [20:15] What did I do wrong? [20:15] required is special weird magic. [20:16] so there are two possible options [20:16] Hm... [20:16] I'm carefully listening [20:16] either you can make sure that all the packages you want have an appropriate Task field in the Packages file on the CD, and modify the tasksel package to add an entry for that task name [20:16] or else you can just use pkgsel/include=yourpackagename and not worry about it being available as an option [20:17] you should definitely set the priority back to optional though [20:17] How would that Task field get populated in the Packages file? Is it done somehow automatically? [20:18] depends how you're building your CDs [20:18] we do it automatically based on germinate output from the seeds [20:19] but this can be more trouble than it's worth if you're just doing a small change [20:19] (this is the sort of thing that's designed and works well at a distribution scale but is fiddly at smaller scales) [20:22] I'm leaving only very bare things in the distribution, I've pretty much deleted all default seeds in ubuntu.seed and removed most stuff in ubuntu.platform [20:22] sorry they are called platform.lucid and ubuntu.lucid [20:22] So I'm using the full germinate method [20:23] However, when my seed has fields Task-Key and Task-Name fileds specified they don't appear in debian installer "automagically" [20:24] right, you need to modify the tasksel package to list the new seed under ubuntu-tasks/ [20:24] (in its source package) [20:24] sounds like you already ought to have the Task fields in place, which is the other part of it [20:24] Somehow even though nowehere in my seeds I have openssh-server this option is available in the debian installer. [20:25] that's because it's listed in tasksel [20:25] Right… so is this package is pulled automatically by the debian installer from the repository? [20:25] we rebuild tasksel any time we make changes to the list of available tasks (as opposed to their contents) [20:25] yes [20:26] Now the mystery is solved. [20:41] Very strange, something else if failing I guess: http://pastebin.com/cwgZ5ypV [20:46] you may find more information in either /target/debootstrap/debootstrap.log or /target/var/log/bootstrap.log [20:47] 'zcat: short read' suggests a corrupt .deb, or perhaps one whose data.tar member is compressed using something other than gzip [20:53] Neither file exist, I'm afraid [20:54] I know that if I remove all dependencies (except openssh-server) from my package it gets installed fine. [21:00] make sure you dropped the priority to optional [21:01] I'm sure I did [21:05] it's failing at the bootstrap-base / base-installer stage, which only touches packages that are Priority: required or important