Happens when upgrading from Raring to Saucy with "fi_FI.UTF-8" locale.

File "/tmp/ubuntu-release-upgrader-4ho6kj/saucy", line 10, in 
<module> 
sys.exit(main()) 

File 
"/tmp/ubuntu-release-upgrader-4ho6kj/DistUpgrade/DistUpgradeMain.py", 
line 243, in main 
if app.run(): 

File 
"/tmp/ubuntu-release-upgrader-4ho6kj/DistUpgrade/DistUpgradeController.py", 
line 1791, in run 
return self.fullUpgrade() 

File 
"/tmp/ubuntu-release-upgrader-4ho6kj/DistUpgrade/DistUpgradeController.py", 
line 1744, in fullUpgrade 
if not self.askDistUpgrade(): 

File 
"/tmp/ubuntu-release-upgrader-4ho6kj/DistUpgrade/DistUpgradeController.py", 
line 978, in askDistUpgrade 
if not self._checkFreeSpace(): 

File 
"/tmp/ubuntu-release-upgrader-4ho6kj/DistUpgrade/DistUpgradeController.py", 
line 955, in _checkFreeSpace 
required.dir)) 

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 
1: ordinal not in range(128) 


----------
LC_ALL=C sudo do-release-upgrade 
triggers this bug: 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/929399
----------
Correct way to continue is:
LC_ALL=C.UTF-8 sudo do-release-upgrade 
(And then it shows how much space I need to free)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172740

Title:
  Quantal->Raring: UnicodeDecodeError:  in NotEnoughFreeSpaceError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1172740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to