DNS service installation error bind-chroot-9.3.3-7.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186

Source: Internet
Author: User
Tags nameserver

I found the following error when installing the DNS service for Linux 5 today!
[Root @ localhost server] # rpm-IVH bind-chroot-9.3.3-7.el5.i386.rpm
Warning: bind-chroot-9.3.3-7.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Error: Failed dependencies:
Bind = 30: 9.3.3-7. EL5 is needed by bind-chroot-9.3.3-7.el5.i386

This is mainly because the corresponding package is missing.

If the system software package is not fully installed, the required software package is as follows:
1: util-linux-2.13-0.44.el5.i386.rpm
[Root @ localhost server] # rpm-IVH util-linux-2.13-0.44.el5.i386.rpm
Warning: util-linux-2.13-0.44.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Preparing... ######################################## ### [100%]
Package util-linux-2.13-0.44.el5 is already installed

 

2: cachefilesd-0.7-6.el5.i386.rpm

[Root @ localhost server] # rpm-IVH cachefilesd-0.7-6.el5.i386.rpm
Warning: cachefilesd-0.7-6.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Preparing... ######################################## ### [100%]
1: cachefilesd ####################################### #### [100%]

 

3: bind-9.3.3-7.el5.i386.rpm

[Root @ localhost server] # rpm-IVH bind-9.3.3-7.el5.i386.rpm
Warning: bind-9.3.3-7.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Preparing... ######################################## ### [100%]
1: bind ####################################### #### [100%]

 

4: caching-nameserver-9.3.3-7.el5.i386.rpm

[Root @ localhost server] # rpm-IVH caching-nameserver-9.3.3-7.el5.i386.rpm
Warning: caching-nameserver-9.3.3-7.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Preparing... ######################################## ### [100%]
1: caching-nameserver ##################################### ###### [100%]

 

5: bind-chroot-9.3.3-7.el5.i386.rpm

[Root @ localhost server] # rpm-IVH bind-chroot-9.3.3-7.el5.i386.rpm
Warning: bind-chroot-9.3.3-7.el5.i386.rpm: Header V3 DSA Signature: nokey, key ID 37017186
Preparing... ######################################## ### [100%]
Package bind-chroot-9.3.3-7.el5 is already installed

 

(2) Start services and services

1: start the service

[Root @ localhost server] # service named start
Starting named: [OK]

2: Check whether the service is started
[Root @ localhost server] # chkconfig -- list named
Named 0: off 1: off 2: off 3: off 4: off 5: off 6: Off

3: start the service
[Root @ localhost server] # chkconfig named on

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.