Re: [Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-05-08 Thread AlejandroRiveira
El Tue, 24 Apr 2007 08:54:13 -
Michael Vogt [EMAIL PROTECTED] escribió:

 Thanks for your bugreport.
 
 This should be fixed with the 0.45.4 version of update-manager in edgy-
 proposed. Please let me know if that works for you.

 It worked just fine thanks (althought i used the alternate cd method
for upgrading)

 
 Thanks,
  Michael

Thank you for your time  work on ubuntu

PS: Sorry for the late answer i have problems with this mail account...

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-24 Thread Michael Vogt
Thanks for your bugreport.

This should be fixed with the 0.45.4 version of update-manager in edgy-
proposed. Please let me know if that works for you.

Thanks,
 Michael


** Changed in: update-manager (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Michael Vogt
   Status: Needs Info = Fix Released

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-24 Thread Nicolas M
Yes, it works fine now, every time I run the update manager.

Thanks,
Nicolas

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-21 Thread Michael Vogt
Thanks for your bugreport.

Are you behind a proxy? Can you please attach the output of ls -l
~/.update-manager/meta-release ?

Thanks,
 Michael

** Changed in: update-manager (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-21 Thread Nicolas M
I have experienced *exactly* the same problem after update to 0.45.3.

Following your advice, I checked the file: ~/.update-manager/meta-
release and it was existing.

Then I simply try to delete this file and re-run update-manager 
= The upgrade to Feisty banner was back into the upgrade-manager window. 
This created again the file: ~/.update-manager/meta-release
= If I re-run update-manager with existing ~/.update-manager/meta-release, the 
upgrade to Feisty banner is *not* present in the upgrade-manager window

FYI, ls -l ~/.update-manager/meta-release outputs: 
-rw-r--r-- 1 nicolas nicolas 2170 2007-04-21 15:34 
/home/nicolas/.update-manager/meta-release

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-21 Thread Nicolas M
Just took a deeper look at the source code, file:

 /usr/lib/python2.4/site-packages/UpdateManager/MetaRelease.py

Add at the end of this file, in the download exception code: 
self.metarelease_information=f
Otherwise, stays to None after object initialisation, the check() procedure 
then does not parse() the release file.

The end of this file appears now:

except urllib2.URLError:
if os.path.exists(self.METARELEASE_FILE):
f=open(self.METARELEASE_FILE,r)
self.metarelease_information=f

This does the trick for me.

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108363] Re: update-manager does not offer option to upgrade to Feisty

2007-04-21 Thread AlejandroRiveira
I can confirm that the problem exist

Nicolas M about rm'ing the meta-release
 file workaraund does work...

i have not tried the *.py file madification

-- 
update-manager does not offer option to upgrade to Feisty
https://bugs.launchpad.net/bugs/108363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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