Activity log for bug #1071388

Date Who What changed Old value New value Message
2012-10-25 16:14:05 Brian Murray bug added bug
2012-10-25 16:17:58 Brian Murray tags quantal
2012-10-25 16:18:21 Brian Murray tags quantal dist-upgrade quantal
2012-10-25 16:18:29 Brian Murray ubuntu-release-upgrader (Ubuntu): status New Triaged
2012-10-25 16:18:32 Brian Murray ubuntu-release-upgrader (Ubuntu): importance Undecided High
2012-10-25 16:18:40 Brian Murray nominated for series Ubuntu Quantal
2012-10-25 16:18:40 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Quantal)
2012-10-25 16:18:48 Brian Murray ubuntu-release-upgrader (Ubuntu Quantal): status New Triaged
2012-10-25 16:18:52 Brian Murray ubuntu-release-upgrader (Ubuntu Quantal): importance Undecided High
2012-10-25 16:18:59 Brian Murray ubuntu-release-upgrader (Ubuntu Quantal): milestone quantal-updates
2012-10-26 17:53:09 Коскин Илья bug added subscriber Коскин Илья
2012-11-01 16:41:53 Michael Vogt branch linked lp:~mvo/ubuntu-release-upgrader/lp1071388
2012-12-01 09:48:02 Lockal bug added subscriber Lockal
2012-12-12 19:13:15 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/ubuntu-release-upgrader
2012-12-12 23:29:16 Launchpad Janitor ubuntu-release-upgrader (Ubuntu): status Triaged Fix Released
2012-12-14 19:37:19 Brian Murray description In bug 1068389 a user thought they were experiencing the same bug as that one but it was in fact different. Their comment follows: I jist run "do-release-upgrade" and wait until i see Чтение временных файлов Проверка менеджера пакетов Продолжить работу через SSH? Этот сеанс запущен через ssh. Не рекомендуется выполнять обновление через ssh, так как в случае неудачи восстановление будет очень сложным. Если вы продолжите, дополнительная служба ssh будет запущена на порту «1022». Хотите ли вы продолжить? Продолжить [дН] and after that I enter letter "д" and it give me error: Произошла критическая ошибка Пожалуйста, сообщите об этой ошибке и включите файлы /var/log/dist-upgrade/main.log и /var/log/dist-upgrade/apt.log в ваш отчёт. Обновление было отменено. Ваш оригинальный файл sources.list был сохранён в /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/update-manager-sw_elb/quantal", line 10, in <module> sys.exit(main()) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeMain.py", line 240, in main if app.run(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1764, in run return self.fullUpgrade() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1616, in fullUpgrade if not self.prepare(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 429, in prepare self._sshMagic() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 299, in _sshMagic "Do you want to continue?") % port) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeViewText.py", line 210, in askYesNoQuestion if res.strip().lower().startswith(_("y")): UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) The same thing would likely happen if the responded No. [Impact] People use languages where yes / no characters are unicode will not be able to upgrade in their language to Quantal. [Test Case] 1) On a precise system install Russian language 2) In a terminal run: LANG=ru_RU.UTF-8 do-release-upgrade 3) When prompted with: Продолжить [дН] 4) Respond with either character With the original version of ubuntu-release-upgrader it will crash. With the version from quantal-proposed it will not crash. Remember to use the proposed version, as in step 2, of ubuntu-release-upgrader you will need to use: do-release-upgrade -p Original report: In bug 1068389 a user thought they were experiencing the same bug as that one but it was in fact different. Their comment follows: I jist run "do-release-upgrade" and wait until i see Чтение временных файлов Проверка менеджера пакетов Продолжить работу через SSH? Этот сеанс запущен через ssh. Не рекомендуется выполнять обновление через ssh, так как в случае неудачи восстановление будет очень сложным. Если вы продолжите, дополнительная служба ssh будет запущена на порту «1022». Хотите ли вы продолжить? Продолжить [дН] and after that I enter letter "д" and it give me error: Произошла критическая ошибка Пожалуйста, сообщите об этой ошибке и включите файлы /var/log/dist-upgrade/main.log и /var/log/dist-upgrade/apt.log в ваш отчёт. Обновление было отменено. Ваш оригинальный файл sources.list был сохранён в /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/update-manager-sw_elb/quantal", line 10, in <module> sys.exit(main()) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeMain.py", line 240, in main if app.run(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1764, in run return self.fullUpgrade() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1616, in fullUpgrade if not self.prepare(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 429, in prepare self._sshMagic() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 299, in _sshMagic "Do you want to continue?") % port) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeViewText.py", line 210, in askYesNoQuestion if res.strip().lower().startswith(_("y")): UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) The same thing would likely happen if the responded No.
2012-12-14 19:39:07 Brian Murray description [Impact] People use languages where yes / no characters are unicode will not be able to upgrade in their language to Quantal. [Test Case] 1) On a precise system install Russian language 2) In a terminal run: LANG=ru_RU.UTF-8 do-release-upgrade 3) When prompted with: Продолжить [дН] 4) Respond with either character With the original version of ubuntu-release-upgrader it will crash. With the version from quantal-proposed it will not crash. Remember to use the proposed version, as in step 2, of ubuntu-release-upgrader you will need to use: do-release-upgrade -p Original report: In bug 1068389 a user thought they were experiencing the same bug as that one but it was in fact different. Their comment follows: I jist run "do-release-upgrade" and wait until i see Чтение временных файлов Проверка менеджера пакетов Продолжить работу через SSH? Этот сеанс запущен через ssh. Не рекомендуется выполнять обновление через ssh, так как в случае неудачи восстановление будет очень сложным. Если вы продолжите, дополнительная служба ssh будет запущена на порту «1022». Хотите ли вы продолжить? Продолжить [дН] and after that I enter letter "д" and it give me error: Произошла критическая ошибка Пожалуйста, сообщите об этой ошибке и включите файлы /var/log/dist-upgrade/main.log и /var/log/dist-upgrade/apt.log в ваш отчёт. Обновление было отменено. Ваш оригинальный файл sources.list был сохранён в /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/update-manager-sw_elb/quantal", line 10, in <module> sys.exit(main()) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeMain.py", line 240, in main if app.run(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1764, in run return self.fullUpgrade() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1616, in fullUpgrade if not self.prepare(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 429, in prepare self._sshMagic() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 299, in _sshMagic "Do you want to continue?") % port) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeViewText.py", line 210, in askYesNoQuestion if res.strip().lower().startswith(_("y")): UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) The same thing would likely happen if the responded No. [Impact] People use languages where yes / no characters are unicode will not be able to upgrade in their language to Quantal. [Test Case] 0) In /etc/update-manager/release-upgrades set Prompt=normal 1) On a precise system install Russian language 2) In a terminal run: LANG=ru_RU.UTF-8 do-release-upgrade 3) When prompted with: Продолжить [дН] 4) Respond with either character With the original version of ubuntu-release-upgrader it will crash. With the version from quantal-proposed it will not crash. Remember to use the proposed version, as in step 2, of ubuntu-release-upgrader you will need to use: do-release-upgrade -p Original report: In bug 1068389 a user thought they were experiencing the same bug as that one but it was in fact different. Their comment follows: I jist run "do-release-upgrade" and wait until i see Чтение временных файлов Проверка менеджера пакетов Продолжить работу через SSH? Этот сеанс запущен через ssh. Не рекомендуется выполнять обновление через ssh, так как в случае неудачи восстановление будет очень сложным. Если вы продолжите, дополнительная служба ssh будет запущена на порту «1022». Хотите ли вы продолжить? Продолжить [дН] and after that I enter letter "д" and it give me error: Произошла критическая ошибка Пожалуйста, сообщите об этой ошибке и включите файлы /var/log/dist-upgrade/main.log и /var/log/dist-upgrade/apt.log в ваш отчёт. Обновление было отменено. Ваш оригинальный файл sources.list был сохранён в /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/update-manager-sw_elb/quantal", line 10, in <module> sys.exit(main()) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeMain.py", line 240, in main if app.run(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1764, in run return self.fullUpgrade() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 1616, in fullUpgrade if not self.prepare(): File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 429, in prepare self._sshMagic() File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeController.py", line 299, in _sshMagic "Do you want to continue?") % port) File "/tmp/update-manager-sw_elb/DistUpgrade/DistUpgradeViewText.py", line 210, in askYesNoQuestion if res.strip().lower().startswith(_("y")): UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) The same thing would likely happen if the responded No.
2012-12-14 21:28:13 Steve Langasek ubuntu-release-upgrader (Ubuntu Quantal): status Triaged Fix Committed
2012-12-14 21:28:15 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2012-12-14 21:28:17 Steve Langasek bug added subscriber SRU Verification
2012-12-14 21:28:24 Steve Langasek tags dist-upgrade quantal dist-upgrade quantal verification-needed
2012-12-14 21:41:23 Launchpad Janitor branch linked lp:ubuntu/quantal-proposed/ubuntu-release-upgrader
2013-01-02 19:59:46 Brian Murray tags dist-upgrade quantal verification-needed dist-upgrade quantal verification-done
2013-01-03 13:08:12 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2013-01-03 13:08:15 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Quantal): status Fix Committed Fix Released