do-release-upgrade parou e não pôde ser executado novamente

1

Eu tentei atualizar o Ubuntu de 10.04 para 10.10 e 11.04. Ele foi bem-sucedido de 10.04 a 10.10, mas ao atualizar de 10.10 para 11.04, senti algo errado e parei. E tentei executar novamente o release de lançamento, mas falhei. Aqui estão as mensagens de erro.

Checking for a new ubuntu release
/usr/lib/python2.6/dist-packages/apt/progress/old.py:134: DeprecationWarning: apt.progress.FetchProgress is deprecated.
  FetchProgress.__init__(self)
/usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py:202: DeprecationWarning: apt_pkg.GetAcquire() is deprecated. Please see apt_pkg.Acquire() for the replacement.
  fetcher = apt_pkg.GetAcquire(self._progress)
/usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py:205: DeprecationWarning: apt_pkg.GetPkgAcqFile() is deprecated. Please see apt_pkg.AcquireFile() for the replacement
  af = apt_pkg.GetPkgAcqFile(fetcher,uri, descr=_("Upgrade tool signature"))
/usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py:208: DeprecationWarning: apt_pkg.GetPkgAcqFile() is deprecated. Please see apt_pkg.AcquireFile() for the replacement
  af = apt_pkg.GetPkgAcqFile(fetcher,self.uri, descr=_("Upgrade tool"))
/usr/lib/python2.6/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py:209: DeprecationWarning: Attribute 'Run' of the 'apt_pkg.Acquire' object is deprecated, use 'run' instead.
  if fetcher.Run() != fetcher.ResultContinue:
Failed Upgrade tool signature
Failed Upgrade tool
Done downloading            
Failed to fetch
Fetching the upgrade failed. There may be a network problem. 

Existe alguma maneira de executar novamente o fazer-release-upgrade ou redefinir o status de atualização?

    
por Jorge Castro 12.07.2011 / 16:14

2 respostas

7

Tente executar sudo dpkg --configure -a para limpar itens parcialmente instalados, seguidos por apt-get update , em seguida, apt-get upgrade .

    
por jwernerny 12.07.2011 / 18:42
-1

Esta página - site ubuntu - diz que você pode atualizar de 10.10 para 11.04, só precisa seguir as instruções .

Você pode tentar os seguintes comandos para limpar seu sistema:     apt-get clean     apt-get update

antes de tentar atualizar novamente.

    
por woliveirajr 12.07.2011 / 16:19

Tags