Autor Tópico: Erro de atualização  (Lida 26551 vezes)

Offline Homem_da_selva

  • Usuário Ubuntu
  • *
  • Mensagens: 211
    • Ver perfil
Erro de atualização
« Online: 18 de Julho de 2012, 16:31 »
Boa tarde!...

Tem aparecido um triângulo vermelho na barra superior do meu sistema, informando algo sobre problemas de atualização.  Etrei vom o comando:

sudo apt-get update e tive as seguintes mensagens:

W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 7E492AAE24DF7CC4
W: Falhou ao buscar http://ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Falhou ao buscar http://ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Falhou ao buscar http://ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Alguns arquivos index falharam ao ser baixados. Eles foram ignorados, ou cópias antigas são usadas ao invés.

Alguém pode me dizer o que aconteceu e como resolver?

Creto

  • Visitante
Re: Erro de atualização
« Resposta #1 Online: 18 de Julho de 2012, 17:49 »
Olá,

Você adicionou algum ppa?

Tente esse comando é só copiar e colar no seu terminal:

Código: [Selecionar]
sudo rm /var/lib/apt/lists/* ; sudo rm /var/lib/apt/lists/partial/* ; sudo apt-get -f install ; sudo apt-get clean ; sudo apt-get update
Se continuar a aparecer erros no terminal copie a saida inteira e cole aqui para o pessoal analisar.

T+

Offline Homem_da_selva

  • Usuário Ubuntu
  • *
  • Mensagens: 211
    • Ver perfil
Re: Erro de atualização
« Resposta #2 Online: 18 de Julho de 2012, 22:10 »
Boa noite!...

Eu havia adicionado algumas ppa's princialmente de para instalação de alguns aplicativos ontidos através das orientações do ubuntued. Desativei as ppa's que stão danto a mansagem "not found"e após um nomo apt-get update tive a seguinte mensagem:

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

Offline nomade

  • O negócio não tem alma
  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.192
  • O negócio não tem alma
    • Ver perfil
Re: Erro de atualização
« Resposta #3 Online: 18 de Julho de 2012, 23:06 »
Cara, vou dar uma dica que tenho compartilhado com frequência, refaça sua Sources Lists por aqui:

Citar
http://repogen.simplylinux.ch

Resolve sua vida na boa, e até pode melhorar.
Ubuntu Studio 22.04 LTS

Offline asghan

  • Usuário Ubuntu
  • *
  • Mensagens: 1.221
    • Ver perfil
Re: Erro de atualização
« Resposta #4 Online: 19 de Julho de 2012, 08:07 »
A mensagem indica falta da chave para autenticação, remova esse repositório em questão
   Ubuntu 12.04 - Unity 64bits

Offline Rafael431168

  • Usuário Ubuntu
  • *
  • Mensagens: 65
    • Ver perfil
Re: Erro de atualização
« Resposta #5 Online: 20 de Julho de 2012, 02:49 »
Recentemente atualizei meu sistema para a versão 12.04 do ubuntu, e também tenho tido problemas desde então. Pois quando executo o gerenciador de atualizações obtenho mensagens de erro que dizem que não foi possivel atualizar o clamav milter. Já tentei usar

"sudo apt-get update"

"sudo apt-get upgrade"

mas tambem não adiantou. Sempre começa direito mas quando chega uma parte, o sistema diz:

Configurando clamav-milter (0.97.3+dfsg-2.1ubuntu1) ...
 * /usr/sbin/clamav-milter already running
invoke-rc.d: initscript clamav-milter, action "start" failed.
dpkg: erro processando clamav-milter (--configure):
 sub-processo script post-installation instalado retornou estado de saída de erro 1
Nenhum relatório apport escrito pois MaxReports já foi atingido
                                                               Erros foram encontrados durante o processamento de:
 clamav-milter
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ oneiric/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-i386_Packages)
W: Você terá que executar apt-get update para corrigir estes problemas
E: Sub-process /usr/bin/dpkg returned an error code (1)

E eu não achei nenhum arquivo duplicado na pasta /var/lib/apt/lists

até já deletei esta pasta e repeti o "sudo apt-get update" sem sucesso.

acho que a versão tem alguma incompatibilidade com o clamav-milter, pois ele não dava trabalho no 11.10

 ???
rafael.

Offline nomade

  • O negócio não tem alma
  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.192
  • O negócio não tem alma
    • Ver perfil
Re: Erro de atualização
« Resposta #6 Online: 20 de Julho de 2012, 11:06 »
Você está procurando a duplicata da fonte no lugar errado, o lugar correto é /etc/apt/sources.list.

dá um
Código: [Selecionar]
sudo gedit /etc/apt/sources.list ecoloca aqui pra a gente dar uma olhada.
« Última modificação: 22 de Julho de 2012, 07:37 por nomade »
Ubuntu Studio 22.04 LTS

Creto

  • Visitante
Re: Erro de atualização
« Resposta #7 Online: 20 de Julho de 2012, 14:04 »
O erro já se confirma por si só
Citar
W: Duplicate sources.list entry

sources.list duplicada, faça quase como o nomade postou ai em cima

Abra o terminal e copie esse comando aqui (obs: não sei o editor de textos do ubuntu no momento):
Código: [Selecionar]
sudo gedit /etc/apt/sources.list
Dependendo do editor como disse cole no seu terminal dê enter e sua senha abrir-se-á uma janela com o gedit copie tudo de lá e cole aqui para os companheiros analisarem.

T+

Offline Rafael431168

  • Usuário Ubuntu
  • *
  • Mensagens: 65
    • Ver perfil
Re: Erro de atualização
« Resposta #8 Online: 20 de Julho de 2012, 21:00 »
Boa noite amigos.

Agradeço a ajuda. O arquivo está assim:

deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted
deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted

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

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-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 oneiric partner
deb-src http://archive.canonical.com/ubuntu oneiric 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 precise main
deb-src http://extras.ubuntu.com/ubuntu precise main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

## Major bug fix updates produced after the final release of the
## distribution.

## 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.

## 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.

## 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://archive.canonical.com/ubuntu oneiric partner
deb-src http://archive.canonical.com/ubuntu oneiric partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://br.archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe

O que achei estranho foi que há uma citação de minha versão anterior Ubuntu 11.10, mais eu atualizei para 12.04 a algum tempo. mesmo com mensagens de erro interno aparecendo toda inicialização, e não há citação da nova versão no arquivo...  :o
 :o
 :o

Offline Homem_da_selva

  • Usuário Ubuntu
  • *
  • Mensagens: 211
    • Ver perfil
Re: Erro de atualização
« Resposta #9 Online: 20 de Julho de 2012, 21:46 »
Boa noite...

Eu entrei no site http://repogen.simplylinux.ch que foi recomendado pelo nomade e recriei minha soucelist conforme abaixo:

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

#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse

###### Ubuntu Update Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

###### Ubuntu Extras Repo
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Audacity - http://audacity.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BB901940
deb http://ppa.launchpad.net/audacity-team/daily/ubuntu precise main

#### Banshee - https://edge.launchpad.net/~banshee-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu precise main

#### Equinox - https://launchpad.net/~tiheum/+archive/equinox
## Run this command: sudo apt-get update && sudo apt-get install faenza-icon-theme && sudo apt-get install equinox-theme   
deb http://ppa.launchpad.net/tiheum/equinox/ubuntu precise main

#### Esmska - http://code.google.com/p/esmska/
## Run this command: wget -q -O - http://download.opensuse.org/repositories/Java:/esmska/common-deb/Release.key | sudo apt-key add -
deb http://download.opensuse.org/repositories/Java:/esmska/common-deb/ ./ #Esmska

#### Gimp - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main

#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free

#### Google Linux Software Repositories (Testing) - http://www.google.com/linuxrepositories/
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add  -
deb http://dl.google.com/linux/deb/ testing non-free

#### Gwibber (Daily) - https://launchpad.net/gwibber
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu precise main

#### LibreOffice - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu precise main

#### Medibuntu - http://www.medibuntu.org/
## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
deb http://packages.medibuntu.org/ precise free non-free

#### Miro HD Video Player - http://www.getmiro.com/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
deb http://ppa.launchpad.net/pcf/miro-releases/ubuntu precise main

#### Mozilla Daily Build Team - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu precise main

#### PlayDeb - http://www.playdeb.net/
## Run this command: wget -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu precise-getdeb games

#### PlayOnLinux - http://www.playonlinux.com/en
## Run this command: wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
deb http://deb.playonlinux.com/ precise main

#### Ubuntu Tweak - http://ubuntu-tweak.com/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
deb http://ppa.launchpad.net/tualatrix/ubuntu precise main

#### UNetbootin - http://unetbootin.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FC91AE7E
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu precise main

#### Wine - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main

#### X Updates - https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main

#### Xorg Edgers - https://launchpad.net/~xorg-edgers
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542 
deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu precise main


####### 3rd Party Source Repos

#### Audacity (Source) - http://audacity.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BB901940
deb-src http://ppa.launchpad.net/audacity-team/daily/ubuntu precise main

#### Banshee (Source) - https://edge.launchpad.net/~banshee-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
deb-src http://ppa.launchpad.net/banshee-team/ppa/ubuntu precise main

#### Equinox (Source) - https://launchpad.net/~tiheum/+archive/equinox
## Run this command: sudo apt-get update && sudo apt-get install faenza-icon-theme && sudo apt-get install equinox-theme   
deb-src http://ppa.launchpad.net/tiheum/equinox/ubuntu precise main

#### Gimp (Source) - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main

#### Gwibber (Daily) (Source) - https://launchpad.net/gwibber
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu precise main

#### LibreOffice (Source) - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu precise main

#### Medibuntu (Source) - http://www.medibuntu.org/
## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
deb-src http://packages.medibuntu.org/ precise free non-free

#### Miro HD Video Player (Source) - http://www.getmiro.com/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
deb-src http://ppa.launchpad.net/pcf/miro-releases/ubuntu precise main

#### Mozilla Daily Build Team (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu precise main

==============================================================================================
Copiei esta soucelist e substitui a minha antiga por esta.

Depois entre com os comando abaixo, conforme recomendado no site um a um.
================================================================================================

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BB901940
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
sudo apt-get update && sudo apt-get install faenza-icon-theme && sudo apt-get install equinox-theme   
wget -q -O - http://download.opensuse.org/repositories/Java:/esmska/common-deb/Release.key | sudo apt-key add -
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add  -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
wget -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FC91AE7E
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542 
======================================================================================
Porém, neste processo surgiram as seguintes mensagens:

Depois do comando:
wget -q -O - http://download.opensuse.org/repositories/Java:/esmska/common-deb/Release.key | sudo apt-key add -

Mensages

W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 464AD83D4631BBEA
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 4F191A5A8844C542
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 7E492AAE24DF7CC4
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/stable/Release  Não é possível encontrar entrada 'non-free/binary-amd64/Packages' esperada no arquivo de Release (entrada incorreta em sources.list ou arquivo corrompido)
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-amd64/Packages  404  Not Found [IP: 74.125.229.102 80]
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-i386/Packages  404  Not Found [IP: 74.125.229.102 80]
E: Alguns arquivos index falharam ao ser baixados. Eles foram ignorados, ou cópias antigas são usadas ao invés.

E depois do comando:

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Mesagens:

W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 464AD83D4631BBEA
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 4F191A5A8844C542
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 7E492AAE24DF7CC4
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/stable/Release  Não é possível encontrar entrada 'non-free/binary-amd64/Packages' esperada no arquivo de Release (entrada incorreta em sources.list ou arquivo corrompido)
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-amd64/Packages  404  Not Found [IP: 74.125.229.40 80]
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-i386/Packages  404  Not Found [IP: 74.125.229.40 80]
E: Alguns arquivos index falharam ao ser baixados. Eles foram ignorados, ou cópias antigas são usadas ao invés.
=================================================================================================

Alguém sabe o que fazer para resolver?

Offline Rafael431168

  • Usuário Ubuntu
  • *
  • Mensagens: 65
    • Ver perfil
Re: Erro de atualização
« Resposta #10 Online: 21 de Julho de 2012, 12:29 »
Olá amigos.

Eu fiz a mesma coisa: Gerei uma nova "sourcelist" nesse site e substitui minha antiga e tambem não resolveu:

Lista criada no site http://repogen.simplylinux.ch/generate.php

#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse

###### Ubuntu Update Repos
deb http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

###### Ubuntu Extras Repo
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Banshee - https://edge.launchpad.net/~banshee-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu precise main

#### GetDeb - http://www.getdeb.net
## Run this command: wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu precise-getdeb apps

#### Gimp - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main

#### GNUzilla and IceCat - http://www.gnu.org/software/gnuzilla/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
deb http://ppa.launchpad.net/gnuzilla-team/ppa/ubuntu precise main  

#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free

#### Google Linux Software Repositories (Testing) - http://www.google.com/linuxrepositories/
## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add  -
deb http://dl.google.com/linux/deb/ testing non-free

#### Gwibber (Daily) - https://launchpad.net/gwibber
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu precise main

#### Ironhide - https://launchpad.net/~mj-casalogic/+archive/ironhide/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ECF7E0B3
deb http://ppa.launchpad.net/mj-casalogic/ironhide/ubuntu precise main

#### Kubuntu Backports - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main

#### Kubuntu Beta Backports - https://launchpad.net/~kubuntu-ppa/+archive/beta
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu precise main

#### Kubuntu Experimental - https://launchpad.net/~kubuntu-ppa/+archive/experimental
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 493B3065
deb http://ppa.launchpad.net/kubuntu-ppa/experimental/ubuntu precise main

#### Kubuntu Updates - https://edge.launchpad.net/~kubuntu-ppa/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main

#### Lazarus - http://www.lazarus.freepascal.org/
## Run this command:  gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F  && gpg --export --armor 0F7992B0  | sudo apt-key add -
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe

#### Lazarus (Testing) - http://www.lazarus.freepascal.org/
## Run this command:  gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F  && gpg --export --armor 0F7992B0  | sudo apt-key add -
 deb http://www.hu.freepascal.org/lazarus/ lazarus-testing universe

#### LibreOffice - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu precise main

#### Miro HD Video Player - http://www.getmiro.com/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
deb http://ppa.launchpad.net/pcf/miro-releases/ubuntu precise main

#### Mozilla Daily Build Team - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu precise main

#### Opera - http://www.opera.com/
## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
deb http://deb.opera.com/opera/ stable non-free

#### Pidgin - http://pidgin.im
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu precise main

#### PlayOnLinux - http://www.playonlinux.com/en
## Run this command: wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
deb http://deb.playonlinux.com/ precise main

#### qBittorrent - http://qbittorrent.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 47B4D1C4
deb http://ppa.launchpad.net/hydr0g3n/ppa/ubuntu precise main

#### Ubuntu Tweak - http://ubuntu-tweak.com/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
deb http://ppa.launchpad.net/tualatrix/ubuntu precise main

#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian precise contrib

#### Wine - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main

#### X Updates - https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main


####### 3rd Party Source Repos

#### Banshee (Source) - https://edge.launchpad.net/~banshee-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
deb-src http://ppa.launchpad.net/banshee-team/ppa/ubuntu precise main

#### Gimp (Source) - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main

#### GNUzilla and IceCat (Source) - http://www.gnu.org/software/gnuzilla/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
deb-src http://ppa.launchpad.net/gnuzilla-team/ppa/ubuntu precise main  

#### Gwibber (Daily) (Source) - https://launchpad.net/gwibber
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu precise main

#### Ironhide (Source) - https://launchpad.net/~mj-casalogic/+archive/ironhide/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ECF7E0B3
deb-src http://ppa.launchpad.net/mj-casalogic/ironhide/ubuntu precise main

#### Kubuntu Backports (Source) - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main

#### Kubuntu Beta Backports (Source) - https://launchpad.net/~kubuntu-ppa/+archive/beta
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb-src http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu precise main

#### Kubuntu Experimental (Source) - https://launchpad.net/~kubuntu-ppa/+archive/experimental
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 493B3065
deb-src http://ppa.launchpad.net/kubuntu-ppa/experimental/ubuntu precise main

#### Kubuntu Updates (Source) - https://edge.launchpad.net/~kubuntu-ppa/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
deb-src http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu precise main

#### Miro HD Video Player (Source) - http://www.getmiro.com/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
deb-src http://ppa.launchpad.net/pcf/miro-releases/ubuntu precise main

#### Mozilla Daily Build Team (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu precise main

#### Pidgin (Source) - http://pidgin.im
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
deb-src http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu precise main

#### qBittorrent (Source) - http://qbittorrent.sourceforge.net/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 47B4D1C4
deb-src http://ppa.launchpad.net/hydr0g3n/ppa/ubuntu precise main

#### Ubuntu Tweak (Source) - http://ubuntu-tweak.com/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
deb-src http://ppa.launchpad.net/tualatrix/ubuntu precise main

#### Wine (Source) - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main

#### X Updates (Source) - https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main

Depois segui as instruções do site e entrei com as seguintes instruções no terminal:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add  -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ECF7E0B3
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 493B3065
 gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F  && gpg --export --armor 0F7992B0  | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D75E850
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 47B4D1C4
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
...
 Aí tentei usar:

rafael@Rafael-Rosana:~$ sudo apt-get update

seguido de
rafael@Rafael-Rosana:~$ sudo apt-get upgrade

mas continua dando a mesma mensagem no final:

#avançarei um pouco o texto da resposta aqui porque não houve
#mensagem de erro nesse trecho e tenho que resumir para 2000
# Caracteres

Configurando clamav-milter (0.97.3+dfsg-2.1ubuntu1) ...
 * /usr/sbin/clamav-milter already running
invoke-rc.d: initscript clamav-milter, action "start" failed.
dpkg: erro processando clamav-milter (--configure):
 sub-processo script post-installation instalado retornou estado de saída de erro 1
Nenhum relatório apport escrito pois MaxReports já foi atingido
                                                               Configurando libgpod4 (0.8.2-6~hyper1+precise) ...
Erros foram encontrados durante o processamento de:
 clamav-milter
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages)
W: Você terá que executar apt-get update para corrigir estes problemas
E: Sub-process /usr/bin/dpkg returned an error code (1)


ai digitei:

rafael@Rafael-Rosana:~$ cd /etc/apt/
rafael@Rafael-Rosana:/etc/apt$ ls
apt.conf.d          preferences.d   sources.list.distUpgrade  trusted.gpg~
apt-file.conf       sources.list    sources.list.save         trusted.gpg.d
auth.conf           sources.list~   trustdb.gpg
BACKUPsources.list  sources.list.d  trusted.gpg
rafael@Rafael-Rosana:/etc/apt$

A resposta do "sudo apt-get upgrade" está cortada porque foi muito grande e não deu para copiar tudo. assim copiei o que deu, mas o esto não mostrou problemas.



Offline nomade

  • O negócio não tem alma
  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.192
  • O negócio não tem alma
    • Ver perfil
Re: Erro de atualização
« Resposta #11 Online: 22 de Julho de 2012, 07:56 »
Ok

excluir a duplicata:

Código: [Selecionar]
sudo rm /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages
ou manualmente navegando pelos arquivos:

Código: [Selecionar]
sudo nautilus /var/lib/apt/lists
encontre o arquivo "archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages" e delete

Agora
Código: [Selecionar]
sudo apt-get update
Vamos ver o que retorna. Cole só o final, a mensagem de erro, se mostrar alguma mensagem.

Ubuntu Studio 22.04 LTS

Offline Rafael431168

  • Usuário Ubuntu
  • *
  • Mensagens: 65
    • Ver perfil
Re: Erro de atualização
« Resposta #12 Online: 22 de Julho de 2012, 11:49 »
bom dia amigos.

deletei a entrada sugerida mas obtive a seguinte mensagem de erro no final da resposta do "sudo apt-get update":

Baixados 13,7 MB em 46s (293 kB/s)
W: Erro GPG: http://www.hu.freepascal.org lazarus-stable Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 670C48C26A11800F
W: Erro GPG: http://www.hu.freepascal.org lazarus-testing Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 670C48C26A11800F
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY B302120208A255AF
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/stable/Release  Não é possível encontrar entrada 'non-free/binary-i386/Packages' esperada no arquivo de Release (entrada incorreta em sources.list ou arquivo corrompido)

W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-i386/Packages  404  Not Found [IP: 74.125.234.137 80]

E: Alguns arquivos index falharam ao ser baixados. Eles foram ignorados, ou cópias antigas são usadas ao invés.

rafael ???

Offline nomade

  • O negócio não tem alma
  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.192
  • O negócio não tem alma
    • Ver perfil
Re: Erro de atualização
« Resposta #13 Online: 22 de Julho de 2012, 13:59 »
bom dia amigos.

deletei a entrada sugerida mas obtive a seguinte mensagem de erro no final da resposta do "sudo apt-get update":

Baixados 13,7 MB em 46s (293 kB/s)
W: Erro GPG: http://www.hu.freepascal.org lazarus-stable Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 670C48C26A11800F
W: Erro GPG: http://www.hu.freepascal.org lazarus-testing Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 670C48C26A11800F
W: Erro GPG: http://ppa.launchpad.net precise Release: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY B302120208A255AF
W: Falhou ao buscar http://dl.google.com/linux/deb/dists/stable/Release  Não é possível encontrar entrada 'non-free/binary-i386/Packages' esperada no arquivo de Release (entrada incorreta em sources.list ou arquivo corrompido)

W: Falhou ao buscar http://dl.google.com/linux/deb/dists/testing/non-free/binary-i386/Packages  404  Not Found [IP: 74.125.234.137 80]

E: Alguns arquivos index falharam ao ser baixados. Eles foram ignorados, ou cópias antigas são usadas ao invés.

rafael ???

Obter GPG Key do Lazarus:
Código: [Selecionar]
gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F
gpg --export 6A11800F | sudo apt-key add -

Obter GPG Key Icecat:
Código: [Selecionar]
gpg --keyserver keyserver.ubuntu.com --recv B302120208A255AF
gpg --export --armor B302120208A255AF | sudo apt-key add -

O repositório "dl.google.com" não está funcionando, não sei o motivo, mas é culpa do Google. Você pode remover ou desabilita-lo graficamente pelos "Canais de Software": abra o "Gerenciador de atualizações", vá em "configurações" que vai abrir os "Canais de Softwares". Aí é só ir na aba "Outro Software" e procurar todas as entradas do Google e clicar para remover ou, se preferir, desabilitar caso tenha vontade de mais tarde ver se volta a funcionar.

De novo, dê
Código: [Selecionar]
sudo apt-get update
Vamos ver agora se vai!!!
« Última modificação: 22 de Julho de 2012, 15:48 por nomade »
Ubuntu Studio 22.04 LTS

Offline Rafael431168

  • Usuário Ubuntu
  • *
  • Mensagens: 65
    • Ver perfil
Re: Erro de atualização
« Resposta #14 Online: 22 de Julho de 2012, 15:03 »
Olá boa tarde.

fiz como recomendado e tudo correu como esperado.
Gostaria ainda de entender porque continuo obtendo a resposta abaixo quando tento digitar "sudo apt-get upgrade":

Os pacotes a seguir serão atualizados:
  clamav-milter
1 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 48 não atualizados.
1 pacotes não totalmente instalados ou removidos.
É preciso baixar 0 B/143 kB de arquivos.
Depois desta operação, 2.048 B adicionais de espaço em disco serão usados.
Você quer continuar [S/n]? s
Configurando clamav-milter (0.97.3+dfsg-2.1ubuntu1) ...
 * /usr/sbin/clamav-milter already running
invoke-rc.d: initscript clamav-milter, action "start" failed.
dpkg: erro processando clamav-milter (--configure):
 sub-processo script post-installation instalado retornou estado de saída de erro 1
Nenhum relatório apport escrito pois MaxReports já foi atingido
                                                               Erros foram encontrados durante o processamento de:
 clamav-milter
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages)
W: Você terá que executar apt-get update para corrigir estes problemas
E: Sub-process /usr/bin/dpkg returned an error code (1)

rafael ???