trusty->utopic non-interactive upgrade outputs garbage, and is interactive
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | update-manager-core (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
Updating from Trusty 14.04.
Steps to reproduce:
sudo apt-get install update-manager-core python-apt
sudo sed -i -e 's/Prompt=
sudo do-release-upgrade -d -f DistUpgradeView
After while, it shows text that looks like: b'\r'b'
sed -e "s/'b'//g" upgrade.log | sed -e 's/\\r\\n/|/g' | tr '|' '\n'
And I can see that the upgrade is actually interactive:
---
Configuration file 'b"'"b'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer'b"'"b's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** upstart-xsessions (Y/I/N/O/D/Z) [default=N] ? '
---
This used to work fine (precise->trusty, saucy->trusty). Is there a new frontend that replaces DistUpgradeView
| Nicolas Boichat (drinkcat) wrote : | #1 |
| Launchpad Janitor (janitor) wrote : | #2 |
| Changed in update-manager-core (Ubuntu): | |
| status: | New → Confirmed |
| Stephen (1012web) wrote : | #3 |
The pages and pages of gibberish make it very hard to do the release upgrade with the DistUpgradeView
| hackeron (hackeron) wrote : | #4 |
Seems like a pretty serious issue. Any solution?
| hackeron (hackeron) wrote : | #5 |
It seems this is still an issue, I am tailing apt-term.log and I see:
Configuration file '/etc/sysctl.
==> Modified (by you or by a script) since installation.^M
==> Package distributor has shipped an updated version.^M
What would you like to do about it ? Your options are:^M
Y or I : install the package maintainer's version^M
N or O : keep your currently-installed version^M
D : show the differences between the versions^M
Z : start a shell to examine the situation^M
The default action is to keep your current version.^M
*** sysctl.conf (Y/I/N/O/D/Z) [default=N] ?
This should never happen as I am running: do-release-upgrade -f DistUpgradeView
Any workarounds or fixes for this?
| hackeron (hackeron) wrote : | #6 |
Created a topic thread about this looking for possible workarounds: http://


Status changed to 'Confirmed' because the bug affects multiple users.