[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-05-17 Thread Robie Basak
@1000Gbps I think you have a different issue there - none of the error messages match up with the error messages produced by this bug, and your problem is with a different package. It also looks like it could be a local configuration issue, rather than a bug. I suggest you try community support

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-26 Thread 1000Gbps
Nope, it's not fixed. I even can't remove packages... apt-get dist-upgrade - - Traceback (most recent call last): File /usr/bin/pyclean, line 118, in module main() File /usr/bin/pyclean, line 92, in main d.next() # initialize coroutine AttributeError: 'generator' object has

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:0.192.8 --- ubuntu-release-upgrader (1:0.192.8) raring; urgency=low * fallback to UTF-8 if getdefaultlocale returns None (LP: #1166346) -- Brian Murray br...@ubuntu.com Wed, 10 Apr 2013 10:49:50 -0700 ** Changed in:

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-10 Thread fisharebest
@RobieBasak - thanks for the hint. I did it this way. export LC_ALL=C.UTF-8 sudo do-release-upgrade @BrianMurray - I have a pre-upgrade backup, so if you'd like me to test any code fix, just ask. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-09 Thread fisharebest
Here's the output, as requested: $ python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type help, copyright, credits or license for more information. import locale locale.setlocale(locale.LC_ALL, ) 'C' locale.getdefaultlocale() (None, None) ...and in case this is

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-09 Thread melchiaros
@fisharebest Hi, thank you for reporting. One hint to accelerate a handling: It ishelpfull to set the status of the report back from incomplete if a requested information is provided. Oh, well, let me do it for you this time. greetings melchiaros ** Changed in: ubuntu-release-upgrader

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-09 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New = In Progress ** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: Undecided = High ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) = Brian Murray (brian-murray) -- You received this bug

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-09 Thread Robie Basak
I am also affected. My results are the same as fisharebest's inside Python. Outside, I get: $ set|grep LC_ LC_COLLATE=C local LC_CTYPE=C; I believe I installed this system with a preseed that says: d-i debian-installer/locale string C d-i pkgsel/install-language-support boolean false d-i

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-09 Thread Robie Basak
Workaround: sudo LC_ALL=C.UTF-8 sudo do-release-upgrade worked for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166346 Title: do-release-upgrade 12.04 to 12.10 gives fatal error To manage

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-08 Thread Brian Murray
** Package changed: update-manager (Ubuntu) = ubuntu-release-upgrader (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166346 Title: do-release-upgrade 12.04 to 12.10 gives fatal error To

[Bug 1166346] Re: do-release-upgrade 12.04 to 12.10 gives fatal error

2013-04-08 Thread Brian Murray
Can you post the results of the following commands run in a terminal? python import locale locale.setlocale(locale.LC_ALL, ) locale.getdefaultlocale() Thanks in advance! ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New = Incomplete -- You received this bug notification