Autor Tópico: Erro ao tentar Atualizar Karmic Koala  (Lida 3879 vezes)

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Erro ao tentar Atualizar Karmic Koala
« Online: 18 de Dezembro de 2009, 09:51 »
Galera quando tento atualizar o Karmic pelo gerenciador de Atualizações
me aparece a seguinte messagem de erro:

W: Erro GPG: http://ppa.launchpad.net karmic Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 5A9A06AEF9CB8DB0

alguem pode me ajudar ???

Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #1 Online: 18 de Dezembro de 2009, 10:19 »
Meu amigo, tenta usar esse procedimento:
Citar
wget http://bazaar.launchpad.net/%7Eoldman/%2Bjunk/launchpad-update/download/head%3A/launchpadupdate-20090603123623-qo8gcw2k08v3dib8-1/launchpad-update
Citar
sudo mv /Downloads/launchpad-update /usr/local/bin/ppakeys
Obs: verificar realmente se o arquivo foi para a pasta download, do contário é só colocar o nome da pasta no comando acima.
Citar
sudo chmod 755 /usr/local/bin/ppakeys
Citar
sudo gedit /etc/apt/apt.conf.d/05ppa
Cole o conteúdo abaixo no arquivo que foi criado:
Citar
APT::Update::Pre-Invoke { "if [ -x /usr/local/bin/ppakeys ]; then /usr/local/bin/ppakeys; fi"; };
E para finalizar...
Citar
sudo apt-get update && sudo apt-get upgrade && sudo apt-get update && sudo apt-get upgrade

Posta aqui o resultado...
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #2 Online: 18 de Dezembro de 2009, 10:30 »
cara deu isso aqui...

sh: /usr/local/bin/ppakeys: Permission denied
E: Problem executing scripts APT::Update::Pre-Invoke 'if [ -x /usr/local/bin/ppakeys ]; then /usr/local/bin/ppakeys; fi'
E: Sub-process returned an error code

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #3 Online: 18 de Dezembro de 2009, 10:43 »
cara pulei essa parte:

sudo apt-get update && sudo apt-get upgrade && sudo apt-get update && sudo apt-get upgrade

e dei o ultimo comando ai q vc mandou pelo terminal, não sei como mais deu certo atualizou
mas pelo gerenciador continua não dano certo
.

Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #4 Online: 18 de Dezembro de 2009, 11:06 »
Posta aqui sua sources.list
Citar
sudo gedit /etc/apt/sources.list
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #5 Online: 18 de Dezembro de 2009, 11:15 »
ta ai...

# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
deb http://br.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic universe
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://br.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe 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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse

Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #6 Online: 18 de Dezembro de 2009, 11:21 »
ta ai...

# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
deb http://br.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic universe
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://br.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe 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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner


deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse

As linhas que coloquei em negrito e vermelho... descomente-as, ou seja, exclua o caracter #

Depois:
Citar
sudo apt-get update && sudo apt-get upgrade

Posta aqui o resultado...
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #7 Online: 18 de Dezembro de 2009, 11:29 »
ta ai...

sudo apt-get update && sudo apt-get upgrade
Atingido http://br.archive.ubuntu.com karmic Release.gpg                       
Atingido http://br.archive.ubuntu.com karmic/main Translation-pt_BR           
Atingido http://br.archive.ubuntu.com karmic/restricted Translation-pt_BR     
Atingido http://br.archive.ubuntu.com karmic/universe Translation-pt_BR       
Atingido http://br.archive.ubuntu.com karmic/multiverse Translation-pt_BR     
Atingido http://br.archive.ubuntu.com karmic-updates Release.gpg               
Ign http://br.archive.ubuntu.com karmic-updates/main Translation-pt_BR         
Ign http://br.archive.ubuntu.com karmic-updates/restricted Translation-pt_BR   
Ign http://br.archive.ubuntu.com karmic-updates/universe Translation-pt_BR     
Ign http://br.archive.ubuntu.com karmic-updates/multiverse Translation-pt_BR
Atingido http://br.archive.ubuntu.com karmic Release                           
Atingido http://br.archive.ubuntu.com karmic-updates Release                   
Atingido http://br.archive.ubuntu.com karmic/main Packages                     
Atingido http://br.archive.ubuntu.com karmic/restricted Packages
Atingido http://br.archive.ubuntu.com karmic/universe Packages
Atingido http://br.archive.ubuntu.com karmic/multiverse Packages
Atingido http://br.archive.ubuntu.com karmic-updates/main Packages
Atingido http://br.archive.ubuntu.com karmic-updates/restricted Packages
Atingido http://br.archive.ubuntu.com karmic-updates/universe Packages
Atingido http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-pt_BR
Ign http://security.ubuntu.com karmic-security/restricted Translation-pt_BR
Atingido http://br.archive.ubuntu.com karmic-updates/multiverse Packages
Ign http://security.ubuntu.com karmic-security/universe Translation-pt_BR
Ign http://security.ubuntu.com karmic-security/multiverse Translation-pt_BR
Atingido http://security.ubuntu.com karmic-security Release
Atingido http://security.ubuntu.com karmic-security/main Packages
Atingido http://security.ubuntu.com karmic-security/restricted Packages
Atingido http://security.ubuntu.com karmic-security/universe Packages
Atingido http://security.ubuntu.com karmic-security/multiverse Packages
Lendo listas de pacotes... Pronto
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Os pacotes a seguir serão mantidos em suas versões atuais:
  bind9 bind9-host bind9utils dnsutils libbind9-50 libdns50 libisc50
  libisccc50 libisccfg50 liblwres50 linux-generic linux-headers-generic
  linux-image-generic sreadahead
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 14 não atualizados.

a source list

# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
deb http://br.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic universe
deb http://br.archive.ubuntu.com/ubuntu/ karmic-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://br.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://br.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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.

## 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://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse












Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #8 Online: 18 de Dezembro de 2009, 11:35 »
Grande amigo, pelo que vi você exclui toda a linha que marquei.
Na realidade você só precisa excluir o caracter # e deixar o resto da linha.
Faça esse ajuste e:
Citar
sudo apt-get update && sudo apt-get upgrade
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline rjbgbo

  • Usuário Ubuntu
  • *
  • Mensagens: 3.889
  • Xubuntu 18.04LTS
    • Ver perfil
    • Twitter
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #9 Online: 18 de Dezembro de 2009, 13:44 »
mpmoraes, uma obs.
parece-me que a lista do colega, tá uma misturada danada, entre duas versões do Ubuntu, a 9.04 e 9.10
além da dica que vc deu em comentar partes da source.lists - também indico o tópico: http://ubuntuforum-br.org/index.php/topic,56695.msg322253.html#msg322253
e p/ o usuário enteder sobre os repositórios no Ubuntu - https://help.ubuntu.com/community/Repositories/Ubuntu
Linux User #440843 | Ubuntu User #11469

Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #10 Online: 18 de Dezembro de 2009, 14:14 »
Fui no automático e só agora que falou percebi isso.
Valeu pela sua dica.
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline Cálcio

  • Usuário Ubuntu
  • *
  • Mensagens: 213
  • Ubuntu 14.04
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #11 Online: 19 de Dezembro de 2009, 10:33 »
Estou com problema para atualizar o Translation-pt_BR ele ñ vai nem por um decreto.
alguém sabe como fazer isso?
« Última modificação: 19 de Dezembro de 2009, 10:43 por Cálcio »

Offline Junior Machado

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #12 Online: 19 de Dezembro de 2009, 22:01 »
Galera meu Ubuntu ta dano uns pau...
coisa simples.
Distorção no grafico...
Trava na janela de logon...
Vai desligar ela trava no logout...

sera q é bom eu formata e instalar
o 9.04 ou o 9.10 novamente ???

Offline jahminho

  • Usuário Ubuntu
  • *
  • Mensagens: 3
    • Ver perfil
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #13 Online: 18 de Junho de 2010, 11:23 »
Eu tenho esse mesmo problema no lucid :'(

Offline Holmes

  • Usuário Ubuntu
  • *
  • Mensagens: 255
  • Usuário Linux desde final de 2009.
    • Ver perfil
    • holmeslinux
Re: Erro ao tentar Atualizar Karmic Koala
« Resposta #14 Online: 18 de Junho de 2010, 15:54 »
« Última modificação: 18 de Junho de 2010, 15:56 por Viva »
EeePC 1008ha - Chakra Linux (Edn) - KDE 4.7.4 - Kernel 3.1.
- Meu Blog: http://holmeslinux.blogspot.com/
- Fundador do Chakra Brasil: http://chakra-linux.com.br/forum