Header V3 DSA signature:

[root@rhel5HP Server]# rpm -ivh telnet-server-0.17-38.el5.i386.rpm
warning: telnet-server-0.17-38.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
        xinetd is needed by telnet-server-0.17-38.el5.i386
[root@rhel5HP Server]#

-----------------------------------------------

[root@rhel5HP yum.repos.d]# yum -y install telnet-server
.....
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 37017186

Public key for telnet-server-0.17-38.el5.i386.rpm is not installed

Questions:
I have the RHEL5 cd copied to the harddisk. set up yum configuration file..
#createrepo -v . is also done..

when i am trying to install any thing it is giving this error..why?

---------- Post updated at 04:05 PM ---------- Previous update was at 03:48 PM ----------

[root@rhel5HP rhn]# rpm --import /rhelrepo/RPM-GPG-KEY-redhat-beta
[root@rhel5HP rhn]# rpm --import /rhelrepo/RPM-GPG-KEY-redhat-former
[root@rhel5HP rhn]# rpm --import /rhelrepo/RPM-GPG-KEY-redhat-release
[root@rhel5HP rhn]# rpm --import /rhelrepo/RPM-GPG-KEY-redhat-auxiliary

by googlling (lol) i read some stuff about importing gpgkey
i did the above commands and all is working as expected.

but now the question is if i have gpgcheck=0 i will not have to do the above? or will i?

[root@rhel5HP yum.repos.d]# cat rhel5HP.repo

[0001]
name=rhel5
baseurl=file:///rhelrepo/
enabled=1
gpgcheck=0

Are you saying that you are getting these errors even though you have gpgcheck set to 0 in your .repo?

no no..
i did have gpgcheck=0. but i spelled it wrong so i was getting the key issue.
then i imported the keys with #rpm --import command and at that same time i found out that gpgcheck=0 was spelled grgckeck...

my question is if i have
gpgcheck=0
then will i ever get that key problem

..
and i do apologize for not putting the codes in blocks..i will make sure it doesnt happen again

thanks