Atualizando o 10.04LTS - 10.10 usando fontes personalizadas

3

Estou tentando atualizar para 10.10 de 10.04 LTS usando um arquivo sources.list personalizado que aponta para um espelho não oficial *. O espelho tem o maverick, mas recebo a seguinte saída ao atualizar:

boatzart@somecomputer: > sudo do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading            
extracting 'maverick.tar.gz'
authenticate 'maverick.tar.gz' against 'maverick.tar.gz.gpg' 
tar: Removing leading '/' from member names

Reading cache

Checking package manager
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Building data structures... Done 
Reading package lists... Done    
Building dependency tree          
Reading state information... Done
Building data structures... Done 

Updating repository information
WARNING: Failed to read mirror file

No valid mirror found 

While scanning your repository information no mirror entry for the 
upgrade was found. This can happen if you run a internal mirror or if 
the mirror information is out of date. 

Do you want to rewrite your 'sources.list' file anyway? If you choose 
'Yes' here it will update all 'lucid' to 'maverick' entries. 
If you select 'No' the upgrade will cancel. 

Continue [yN] y
 WARNING: Failed to read mirror file
96% [Working] 
Checking package manager
Reading package lists... Done    
Building dependency tree          
Reading state information... Done
Building data structures... Done 

Calculating the changes

Calculating the changes

Could not calculate the upgrade 

An unresolvable problem occurred while calculating the upgrade: 
The package 'update-manager-kde' is marked for removal but it is in 
the removal blacklist. 

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 

If none of this applies, then please report this bug against the 
'update-manager' package and include the files in 
/var/log/dist-upgrade/ in the bug report. 


Restoring original system state

Aborting
Reading package lists... Done    
Building dependency tree          
Reading state information... Done
Building data structures... Done 

Aqui está a seção relevante em /var/log/dist-upgrade/main.log:

2010-11-18 14:05:52,117 DEBUG The package 'update-manager-kde' is marked for removal but it's in the removal blacklist
2010-11-18 14:05:52,136 ERROR Dist-upgrade failed: 'The package 'update-manager-kde' is marked for removal but it is in the removal blacklist.'
2010-11-18 14:05:52,136 DEBUG abort called

* Estou localizado dentro da USC e, por algum motivo maluco, qualquer download sustentado para qualquer lugar fora da Universidade é reduzido para 5kbps dentro do meu laboratório. Por causa disso eu preciso usar as seguintes sources.list:

deb http://mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid main restricted universe multiverse
deb http://mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-updates main restricted universe multiverse
deb http://mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-backports main restricted universe multiverse
deb http://mirrors.usc.edu/pub/linux/distributions/ubuntu/ lucid-security main restricted universe multiverse

Eu tentei adicionar mais quatro entradas à sources.list com s/lucid/maverick/ , mas isso não ajudou.

Alguém sabe como consertar isso? Obrigado!

    
por rcv 18.11.2010 / 23:17

3 respostas

1

Eu acertei isso antes ao usar um espelho local. O que eu lembro que funcionou para mim foi:

  • adicione e insira em /etc/hosts para us.archive.ubuntu.com com o endereço se você espelhar
  • altere /etc/apt/sources.list para apontar para us.archive.ubuntu.com
  • sudo apt-get update
  • sudo do-release-upgrade

neste ponto, apt e do-release-upgrade devem pensar que estão falando conosco.a.u.c, e esperamos que funcione.

isso requer que mirrors.usc não se importe com o cabeçalho "site" enviado no http get.

    
por smoser 21.11.2010 / 16:42
1

Eu consegui isso simplesmente atualizando o arquivo sources.list para incluir apenas o URL do arquivo local e executar os dois comandos a seguir:

sudo apt-get update

sudo do-release-upgrade

Funcionou como um charme e 650MB de atualizações baixadas em minutos. A instalação real demorou muito mais tempo.

    
por Ali Khalil 15.03.2011 / 23:33
-1

Veja isto link

    
por karthick87 18.11.2010 / 23:25