PDA

View Full Version : [server] Not able to upgrade to newest version



radik-hristov
November 26th, 2014, 02:46 PM
Hello all,

Sorry for this post( I assume you have already discussed this item,but I have tried already a lot ) but I have trouble during upgrading from 13.10 to 14.04 :( . I do this:
apt-get update
apt-get dist-upgrade
do-release-upgrade

but Ubuntu says : "No new release found"

I have attached hosts ,meta-release,release-upgrades,sourse.list ,sourse.list.distUpgrade files .Also when I try do-release-upgrade - it says:

Checking for a new Ubuntu release
Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife

Get:1 Upgrade tool signature [198 B]
Get:2 Upgrade tool [1,146 kB]
Fetched 1,146 kB in 6s (146 kB/s)
authenticate 'trusty.tar.gz' against 'trusty.tar.gz.gpg'
extracting 'trusty.tar.gz'

=============================

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy



And most of the URL used for update/upgrade I receive 401 authorization failed . This machine is installed on VMware player and I used it for tests purposes .

Please help as i tried everything which I know. I use Linux for 1 year(sorry I am very young to Linux) . Thank you for your help.

grahammechanical
November 26th, 2014, 04:31 PM
Your Ubuntu release is not supported anymore.

That is the reason why the URLs are giving a 401 failure message. The repositories have been closed and relocated. You need to follow the principles in this wiki page.

https://help.ubuntu.com/community/EOLUpgrades

Regards.

radik-hristov
November 26th, 2014, 06:39 PM
Thank you very much . I will follow your recommendation. Will update the status later.

radik-hristov
December 2nd, 2014, 04:29 PM
Hello grahammechanical (http://ubuntuforums.org/member.php?u=1087323) .

From what I understand first step is to change CODENAME to my release but I do not know how to do it :( or may be I did not understand it. I am not really sure how to do it? :

Requirements
/etc/apt/sources.list Please make sure you have the following sources.list, change CODENAME to your release, e.g. breezy.
## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-security main restricted universe multiverse

# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-backports main restricted universe multiverseYou can make use of -backports if you want, or -proposed. For more information about repositories https://help.ubuntu.com/community/Repositories/Ubuntu

Cheers

ian-weisser
December 3rd, 2014, 02:17 PM
Use a text editor like gedit or nano (both already included with Ubuntu) to edit the file.
Do NOT use a word processor. A word processor will mangle the file beyond easy repair.
Since the file is owned by root, you will need to use sudo.

It may be more convenient for you to back up your data and reinstall a fresh version of Ubuntu.