사용하여 lubuntu 13.10에서 14.04로 업그레이드하려고합니다.
apt-get update
apt-get dist-upgrade
do-release-upgrade
그러나 마지막 명령은 No new release found
나는 또한 do-release-upgrade -d
같은 결과로 시도했다 .
/etc/apt/sources.list
다음과 같습니다
# deb cdrom:[Lubuntu 13.10 _Saucy Salamander_ - Release amd64 (20131016.1)]/ saucy main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy universe
deb http://de.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://de.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu saucy-security main restricted
deb-src http://security.ubuntu.com/ubuntu saucy-security main restricted
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
deb http://security.ubuntu.com/ubuntu saucy-security multiverse
deb-src http://security.ubuntu.com/ubuntu saucy-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu saucy partner
# deb-src http://archive.canonical.com/ubuntu saucy partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu saucy main
deb-src http://extras.ubuntu.com/ubuntu saucy main
deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main
deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main
deb http://dl.google.com/linux/earth/deb/ stable main
# deb-src http://archive.canonical.com/ubuntu saucy partner
문제없이 동일한 서버를 사용하여 다른 루 분투를 업그레이드했습니다.
파일 내용 /etc/update-manager/meta-releases
# default location for the meta-release file
[METARELEASE]
URI = http://changelogs.ubuntu.com/meta-release
URI_LTS = http://changelogs.ubuntu.com/meta-release-lts
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
/etc/update-manager/release-upgrades
다음과 같습니다
# some comments...
Prompt=normal
또한 변경 normal
에 lts
성공하지.
또한 /var/lib/ubuntu-release-upgrader/
비어 있는 디렉토리 를 확인했습니다 .
또한 proxy
파일 /etc/apt/apt.conf.d/
이 없으므로 프록시가 사용되지 않는 것 같습니다.
파일 /etc/hosts
은 다음과 같습니다
127.0.0.1 localhost
127.0.1.1 mybox
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
따라서 배포 업그레이드 문제 "새 릴리스를 찾을 수 없음"의 모든 솔루션을 성공하지 못했습니다.
어떤 문제가 있습니까?
편집하다
그래픽 인터페이스를 사용하여 update-manager
"저장소 정보를 다운로드하지 못했습니다"라는 오류 메시지가 표시됩니다.
아마도 이것은 문제를 해결하는 방법에 대한 힌트를 줄 것입니다.
편집 2
이제 de 서버에서 기본 서버로 변경하고 my sources.list
및 에서 모든 ppa를 제거했습니다 sources.list.d
. 가능한 경우를 사용하십시오 ppa-purge
. 그렇지 않은 경우 관련 패키지를 적절하게 제거한 다음 ppa 항목을 제거했습니다.
PPA를 어디 다음 패키지에 대한이다 : sagemath
, google-earth
, handbrake
, freetuxtv
과 julia
(수학 프로그램).
그러나 성공하지 못했습니다.