[ scenarist @ 11.04.2011. 10:18 ] @
Imam problem sa GPG kljucem. Centos mi izlazi preko proxyja i u yum.conf sam podesio proxy parametre ali kada pokusam bilo sta da instaliram preko yuma dobijem

Code:

[root@localhost /]# yum install yum-plugin-priorities
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package yum-plugin-priorities.noarch 0:0.0.7-2.c4 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 yum-plugin-priorities   noarch     0.0.7-2.c4       extras             13 k

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 13 k
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 443e1821
Public key for yum-plugin-priorities-0.0.7-2.c4.noarch.rpm is not installed
Retrieving GPG key from http://mirror.centos.org/centos/RPM-GPG-KEY-centos4


[b]GPG key retrieval failed: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>[/b]
[ scenarist @ 20.04.2011. 20:07 ] @
Kada pokusam samo

Code:

#yum update

imam slijedeci error
Code:

warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID d05c057c
GPG key retrieval failed: [Errno 14] HTTP eRROR 404: Not found

[ combuster @ 20.04.2011. 21:28 ] @
Kada pingujes mirror jel ti vraca nesto ?
[ scenarist @ 20.04.2011. 22:29 ] @
Kada pingam mirror iz Centos-Base.repo
[Base]
Code:

[root@localhost ~]# ping mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
[1] 3958
[2] 3959

[ scenarist @ 20.04.2011. 22:34 ] @
@combuster
Pronasao sam identicnu gresku na Elastix forumu,koja je rijesena, ali meni opet ne prolazi, pa vidi ne znam mozda ces ti skontati u cemu je problem, mislim da ces moci vidjeti postove kao neregistrirani korisnik, evo link..
Elastix forum
[ scenarist @ 20.04.2011. 22:45 ] @
heh
proslo je sa
Code:

rpm --import http://repo-es.elastix.org/elastix/RPM-GPG-KEY-Elastix


ali imam sad drugi problem kada pokusam yum update
Code:

[root@localhost ~]# yum update
Install       7 Package(s)
Upgrade     121 Package(s)

Total size: 216 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6
epel/gpgkey                                                                                                                                      | 1.7 kB     00:00
Importing GPG key 0x217521F6 "Fedora EPEL <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Is this ok [y/N]: y


Package libuser-0.54.7-2.1.el5_5.2.i386.rpm is not signed
[root@localhost ~]# 
[ combuster @ 20.04.2011. 23:55 ] @
Ruzan hack ali probaj da u /etc/yum.conf u main sekciji dodas ili izmenis gpgcheck=1 u

gpgcheck=0
[ scenarist @ 21.04.2011. 19:53 ] @
Citat:
scenarist: heh
proslo je sa
Code:

rpm --import http://repo-es.elastix.org/elastix/RPM-GPG-KEY-Elastix


ali imam sad drugi problem kada pokusam yum update
Code:

[root@localhost ~]# yum update
Install       7 Package(s)
Upgrade     121 Package(s)

Total size: 216 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6
epel/gpgkey                                                                                                                                      | 1.7 kB     00:00
Importing GPG key 0x217521F6 "Fedora EPEL <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Is this ok [y/N]: y


Package libuser-0.54.7-2.1.el5_5.2.i386.rpm is not signed
[root@localhost ~]# 


Problem rijesen sa>>>
Code:

[root@localhost ~]#yum clean all
[root@localhost ~]#yum update

Kompletnu temu mozete vidjeti na
ovom linku