[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 options. Details are at
http://www.ubuntu.com/support/community. It's also wise to test
production server upgrades before rolling them out.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 
main()
  File "/usr/bin/pyclean", line 92, in main
d.next()  # initialize coroutine
AttributeError: 'generator' object has no attribute 'next'
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/pyclean", line 118, in 
main()
  File "/usr/bin/pyclean", line 92, in main
d.next()  # initialize coroutine
AttributeError: 'generator' object has no attribute 'next'
dpkg: error processing /var/cache/apt/archives/debconf_1.5.49ubuntu1_all.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 289, in 
main()
  File "/usr/bin/pycompile", line 231, in main
versions = get_requested_versions(options.vrange, available=True)
  File "/usr/share/python/debpython/version.py", line 72, in 
get_requested_versions
if isinstance(vrange, basestring):
NameError: global name 'basestring' is not defined
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/debconf_1.5.49ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I don't get it why the fuck developers don't test their creations. Just
for the protocol I tried to upgrade from 12.10 to 13.04; my python is
3.2.3 which I CAN'T REMOVE but obviously scripts are for python2.7. Now
I should do a clean install -> lost 2 or 3 days to restore the whole
system including ~40GB database and stopping our internal VPN server!

Thank you!!!

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 MurrayWed, 10 Apr 2013 10:49:50 -0700

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: In Progress => Fix Released

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166346

Title:
  do-release-upgrade 12.04 to 12.10 gives fatal error

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 pkgsel/language-pack-patterns string

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 (Ubuntu)
   Status: Incomplete => New

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


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

2013-04-08 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 your next question,

$ set | grep LC_
LC_ADDRESS=en_GB.UTF-8
LC_ALL=C
LC_IDENTIFICATION=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_PAPER=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_TIME=en_GB.UTF-8

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1166346/+subscriptions

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