When we install Something.
Example “yum istall package-name” then this type of warning generate.
Error Downloading Packages:
bind-dyndb-ldap-0.1.0-0.9.b.el6.x86_64: failure: Packages/bind-dyndb-ldap-0.1.0-0.9.b.el6.x86_64.rpm from InstallMedia: [Errno 256] No more mirrors to try.
32:bind-9.7.0-5.P2.el6.x86_64: failure: Packages/bind-9.7.0-5.P2.el6.x86_64.rpm from InstallMedia: [Errno 256] No more mirrors to try.
32:bind-chroot-9.7.0-5.P2.el6.x86_64: failure: Packages/bind-chroot-9.7.0-5.P2.el6.x86_64.rpm from InstallMedia: [Errno 256] No more mirrors to try.
How to solve this simple problem.
[root@www ~]# cd /etc/yum.repos.d/
[root@www yum.repos.d]# ls
manish.repo packagekit-media.repo
There is two repo’s file present. manish.repo is necessary. So move other file to any directory.
[root@www yum.repos.d]# mv packagekit-media.repo /root
[root@www yum.repos.d]# service vsftpd restart



