Ao tentar instalar o sarg pelo comando yum você pode receber uma menssagem de erro como esta:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 6b8d79e6
Error: Could not find the GPG Key necessary to validate pkg
Error: Could not find the GPG Key necessary to validate pkg
Para resolver isso basta como root dar o seguinte comando:
#rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
Após isso instale o sarg normalmente pelo comando
#yum install sarg
caso falhe, pode tentar
#yum install sarg*
no meu caso ainda tive de utilizar outro parâmetro
#yum install --skip-broken sarg*
aí sim consegui =)
no meu caso so funcionou assim: Baixar o arquivo no link abaixo e executar o comando rpm -Uvh e o nome do arquivo rpm.
ResponderExcluirhttp://dag.wieers.com/rpm/packages/sarg/sarg-2.2-1.fc3.rf.i386.rpm.
não sei porque, mas só consegui instalar diretamente com o pacote rpm.
Pois é,
ResponderExcluirQuando tentei instalar pelo YUM deu esse erro, foi só importar a chave e ele instalou, isso já aconteceu comigo antes no UBUNTU para instalar o Network Simulator.