Missing package selection in Ubuntu 10.10 installer

Bug #659964 reported by Removed by request
8
Affects Status Importance Assigned to Milestone
pkgsel (Ubuntu)
Fix Released
Medium
Colin Watson
Natty
Fix Released
Medium
Colin Watson

Bug Description

I'm using the the Ubuntu 10.10 alternate CD installing a commandline system with the expert mode enabled. On Ubuntu 10.04 there popuped after some time a menu with a packet selection (if I remember correct a few enries was a samba server, apache tomcat and the last one was manuell packet selection). This menu appears in Ubuntu 10.10 only if I iterate this step (don't remember which it was on the installation).

Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

Changed in ubuntu:
status: New → Incomplete
Revision history for this message
Removed by request (removed3425744) wrote :

I have made an installation with VirtualBox and marked the steps:

1. I used the alternative installation CD (32-Bit).
2. I have choosen "Install a commandline-system" and "Expert mode" in the installation menu.
3. I selected "Install Ubuntu"
4. The problem appeared in the step "Select and install software"

The menu that is here missing is named "Software selection". The installation runs without showing it. But if I if I choose "Select and install software" after it finished the first time tasksel will run at 11% and the menu "Software selection" appears successful.

Changed in ubuntu:
status: Incomplete → New
affects: ubuntu → debian-installer (Ubuntu)
Colin Watson (cjwatson)
affects: debian-installer (Ubuntu) → pkgsel (Ubuntu)
Changed in pkgsel (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
Colin Watson (cjwatson)
summary: - Missing packet selection in Ubuntu 10.10 installer
+ Missing package selection in Ubuntu 10.10 installer
Revision history for this message
Colin Watson (cjwatson) wrote :

This is a rather exotic bug. I'm actually not sure why it didn't happen in 10.04!

The way we make this question appear in expert mode but not in other modes is by way of this code in a preseed/early_command:

  . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac

However, this isn't enough to carry that setting over to the debconf database in /target. I suspect that we need to do something like this, clumsy though it is:

  . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) tmp="$(mktemp -t)"; echo 'tasksel tasksel/first seen false' >"$tmp"; debconf-set-selections "$tmp" ;; esac

I'll need to test this before going ahead with it, though.

Changed in pkgsel (Ubuntu):
assignee: nobody → Colin Watson (cjwatson)
Revision history for this message
Colin Watson (cjwatson) wrote :

Oops, I almost forgot about this bug. We really, really ought to fix this for Natty.

Changed in pkgsel (Ubuntu Natty):
milestone: none → ubuntu-11.04-beta-2
Colin Watson (cjwatson)
Changed in pkgsel (Ubuntu Natty):
status: Triaged → In Progress
Revision history for this message
Colin Watson (cjwatson) wrote :

Fixed and deployed on the CD image build machine:

revno: 1650
committer: Colin Watson <email address hidden>
branch nick: debian-cd
timestamp: Tue 2011-04-12 17:19:15 +0100
message:
  properly transfer setting of tasksel/first seen flag to target (LP: #659964)

Changed in pkgsel (Ubuntu Natty):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.