Activity log for bug #306356

Date Who What changed Old value New value Message
2008-12-08 23:41:43 Andrew Pollock bug added bug
2008-12-08 23:41:57 Andrew Pollock bug added subscriber Goobuntu Team
2008-12-08 23:43:37 Andrew Pollock base-installer: assignee kamion
2008-12-08 23:43:37 Andrew Pollock base-installer: statusexplanation
2008-12-15 12:07:16 Colin Watson base-installer: status New Fix Committed
2008-12-15 12:07:16 Colin Watson base-installer: importance Undecided Medium
2008-12-15 12:10:08 Launchpad Janitor base-installer: status Fix Committed Fix Released
2008-12-15 13:26:18 Colin Watson base-installer: status New In Progress
2008-12-15 13:26:18 Colin Watson base-installer: assignee kamion
2008-12-15 13:26:18 Colin Watson base-installer: importance Undecided Medium
2008-12-15 13:26:18 Colin Watson base-installer: statusexplanation
2008-12-15 13:26:34 Colin Watson base-installer: status New In Progress
2008-12-15 13:26:34 Colin Watson base-installer: assignee kamion
2008-12-15 13:26:34 Colin Watson base-installer: importance Undecided Medium
2008-12-15 13:26:34 Colin Watson base-installer: statusexplanation
2008-12-15 13:26:34 Colin Watson base-installer: milestone ubuntu-8.04.2
2008-12-15 13:26:45 Colin Watson base-installer: status New In Progress
2008-12-15 13:26:45 Colin Watson base-installer: assignee kamion
2008-12-15 13:26:45 Colin Watson base-installer: importance Undecided Medium
2008-12-15 13:26:45 Colin Watson base-installer: statusexplanation
2008-12-15 13:31:14 Colin Watson description Binary package hint: base-installer I call this a regression because I presume at some point it worked as intended, but maybe it was dead on arrival... The apt-setup/security_host preseed is read, but completely ignored by configure_apt() in library.sh, thusly: if db_get apt-setup/security_host; then SECMIRROR="$RET" else SECMIRROR="$MIRROR" fi echo "deb $PROTOCOL://$MIRROR/ubuntu $DISTRIBUTION-security $COMPONENTS" >> /target/etc/apt/sources.list Binary package hint: base-installer I call this a regression because I presume at some point it worked as intended, but maybe it was dead on arrival... [cjwatson: It looks as if it was dead on arrival.] The apt-setup/security_host preseed is read, but completely ignored by configure_apt() in library.sh, thusly: if db_get apt-setup/security_host; then SECMIRROR="$RET" else SECMIRROR="$MIRROR" fi echo "deb $PROTOCOL://$MIRROR/ubuntu $DISTRIBUTION-security $COMPONENTS" >> /target/etc/apt/sources.list TEST CASE: Start a netboot installation with apt-setup/security_host=archive.ubuntu.com on the kernel command line, and check whether the resulting /var/log/installer/syslog includes a line containing "base-installer:" and "security.ubuntu.com"; if so the test has failed. (Or, if you can, firewall off security.ubuntu.com from the test machine and test whether installation still works given that command-line parameter; this is more real-world but more effort to set up.) This only affects netboot installs, not CD installs.
2008-12-15 13:31:14 Colin Watson title REGRESSION: apt-setup/security_host is ignored apt-setup/security_host is ignored
2008-12-15 13:46:45 Colin Watson bug added subscriber Ubuntu Stable Release Updates Team
2008-12-15 15:16:55 Steve Langasek base-installer: status In Progress Fix Committed
2008-12-15 15:16:55 Steve Langasek base-installer: milestone ubuntu-8.04.2
2008-12-15 15:17:30 Steve Langasek bug added subscriber SRU Verification
2008-12-15 20:23:40 Martin Pitt base-installer: status In Progress Fix Committed
2008-12-15 20:24:25 Martin Pitt base-installer: status In Progress Fix Committed
2009-01-14 06:33:58 Steve Beattie bug added attachment 'syslog' (non-proposed /var/log/installer/syslog)
2009-01-14 06:35:19 Steve Beattie bug added attachment 'syslog' (proposed /var/log/installer/syslog)
2009-01-14 17:18:30 Colin Watson description Binary package hint: base-installer I call this a regression because I presume at some point it worked as intended, but maybe it was dead on arrival... [cjwatson: It looks as if it was dead on arrival.] The apt-setup/security_host preseed is read, but completely ignored by configure_apt() in library.sh, thusly: if db_get apt-setup/security_host; then SECMIRROR="$RET" else SECMIRROR="$MIRROR" fi echo "deb $PROTOCOL://$MIRROR/ubuntu $DISTRIBUTION-security $COMPONENTS" >> /target/etc/apt/sources.list TEST CASE: Start a netboot installation with apt-setup/security_host=archive.ubuntu.com on the kernel command line, and check whether the resulting /var/log/installer/syslog includes a line containing "base-installer:" and "security.ubuntu.com"; if so the test has failed. (Or, if you can, firewall off security.ubuntu.com from the test machine and test whether installation still works given that command-line parameter; this is more real-world but more effort to set up.) This only affects netboot installs, not CD installs. Binary package hint: base-installer I call this a regression because I presume at some point it worked as intended, but maybe it was dead on arrival... [cjwatson: It looks as if it was dead on arrival.] The apt-setup/security_host preseed is read, but completely ignored by configure_apt() in library.sh, thusly: if db_get apt-setup/security_host; then SECMIRROR="$RET" else SECMIRROR="$MIRROR" fi echo "deb $PROTOCOL://$MIRROR/ubuntu $DISTRIBUTION-security $COMPONENTS" >> /target/etc/apt/sources.list TEST CASE: Start a netboot installation with apt-setup/security_host=archive.ubuntu.com on the kernel command line, and check whether the resulting /var/log/installer/syslog includes a line containing all three of "base-installer:", "archive.ubuntu.com", and "-security"; if so the test has failed. (Or, if you can, firewall off archive.ubuntu.com or us.archive.ubuntu.com or whichever host it uses from the test machine and test whether installation still works given that command-line parameter; this is more real-world but more effort to set up.) This only affects netboot installs, not CD installs.
2009-01-17 00:47:02 Launchpad Janitor base-installer: status Fix Committed Fix Released
2009-01-17 00:47:51 Launchpad Janitor base-installer: status Fix Committed Fix Released
2009-01-20 08:41:51 Launchpad Janitor base-installer: status Fix Committed Fix Released
2009-12-04 23:02:12 Launchpad Janitor branch linked lp:ubuntu/base-installer
2009-12-04 23:10:36 Launchpad Janitor branch linked lp:ubuntu/dapper-proposed/base-installer
2009-12-04 23:14:14 Launchpad Janitor branch linked lp:ubuntu/hardy-proposed/base-installer
2009-12-04 23:15:43 Launchpad Janitor branch linked lp:ubuntu/intrepid-proposed/base-installer