Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 10:29:39

Author Topic: Bind updating error  (Read 6953 times)

0 Members and 1 Guest are viewing this topic.

Offline BigWeb.EU

  • Valuable Member
  • *
  • Posts: 114
  • Karma: +0/-0
    • View Profile
Bind updating error
« on: 2014-08-31, 15:58:49 »
Hi, on a clean VPS just installed kloxo-mr . however upon going through yum update - BIND package is bringing errors. I Have removed it with yum, and can't install it back as it says :

Code: [Select]
Resolving Dependencies
--> Running transaction check
---> Package bind.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libbind9.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisccc.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisc.so.142()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisccfg.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libdns.so.142()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: liblwres.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Running transaction check
---> Package bind.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
---> Package bind-devel.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-devel-9.10.0.P2-1.mr.el6.x86_64
--> Finished Dependency Resolution
Error: Package: 40:bind-9.10.0.P2-1.mr.el6.x86_64 (mratwork-release-version-arch)
           Requires: bind-libs = 40:9.10.0.P2-1.mr.el6
           Available: 32:bind-libs-9.8.2-0.17.rc1.el6_4.6.i686 (base)
               bind-libs = 32:9.8.2-0.17.rc1.el6_4.6
           Available: 32:bind-libs-9.8.2-0.23.rc1.el6_5.1.i686 (updates)
               bind-libs = 32:9.8.2-0.23.rc1.el6_5.1
Error: Package: 40:bind-devel-9.10.0.P2-1.mr.el6.x86_64 (mratwork-release-version-arch)
           Requires: bind-libs = 40:9.10.0.P2-1.mr.el6
           Available: 32:bind-libs-9.8.2-0.17.rc1.el6_4.6.i686 (base)
               bind-libs = 32:9.8.2-0.17.rc1.el6_4.6
           Available: 32:bind-libs-9.8.2-0.23.rc1.el6_5.1.i686 (updates)
               bind-libs = 32:9.8.2-0.23.rc1.el6_5.1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


how can i workaround this problem ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Bind updating error
« Reply #1 on: 2014-08-31, 17:01:00 »
Run 'yum remove bind-libs bind-devel bind-utils'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Bind updating error
« Reply #2 on: 2014-08-31, 17:12:10 »
The problem is bind-libs:40 is not available from mr release repo.

This just caused a minor outage.  Please look into this Mustafa, I had to exclude=bind* in mratwork.repo to reinstall bind from CentOS base!
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Bind updating error
« Reply #3 on: 2014-08-31, 17:18:46 »
It's because 'bind-utils' still exists if bind selected or not.

I will check again about this issue.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Bind updating error
« Reply #4 on: 2014-08-31, 17:24:55 »
I understand.  I 'yum remove bind*', then 'yum install bind'

There is no bind-libs = 40:9.10.0.P2-1.mr.el6 available so install fails.
« Last Edit: 2014-08-31, 17:27:40 by chrisf »
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Bind updating error
« Reply #5 on: 2014-08-31, 17:33:01 »
Hello.
I have the same problem, but this command 
Code: [Select]
yum remove bind-libs bind-devel bind-utils  not work


Code: [Select]
Loaded plugins: fastestmirror, priorities, protectbase, replace, security
Loading mirror speeds from cached hostfile
 * base: mirror.logol.ru
 * extras: mirror.logol.ru
 * mratwork-epel: mirror.logol.ru
 * mratwork-ius-stable: mirror.amsiohosting.net
 * updates: mirror.logol.ru
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package bind.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libbind9.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisccc.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisc.so.142()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libisccfg.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: libdns.so.142()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Processing Dependency: liblwres.so.140()(64bit) for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
--> Running transaction check
---> Package bind.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-9.10.0.P2-1.mr.el6.x86_64
---> Package bind-devel.x86_64 40:9.10.0.P2-1.mr.el6 will be installed
--> Processing Dependency: bind-libs = 40:9.10.0.P2-1.mr.el6 for package: 40:bind-devel-9.10.0.P2-1.mr.el6.x86_64
--> Finished Dependency Resolution
Error: Package: 40:bind-9.10.0.P2-1.mr.el6.x86_64 (mratwork-release-version-arch)
           Requires: bind-libs = 40:9.10.0.P2-1.mr.el6
           Available: 32:bind-libs-9.8.2-0.17.rc1.el6_4.6.i686 (base)
               bind-libs = 32:9.8.2-0.17.rc1.el6_4.6
           Available: 32:bind-libs-9.8.2-0.23.rc1.el6_5.1.i686 (updates)
               bind-libs = 32:9.8.2-0.23.rc1.el6_5.1
Error: Package: 40:bind-devel-9.10.0.P2-1.mr.el6.x86_64 (mratwork-release-version-arch)
           Requires: bind-libs = 40:9.10.0.P2-1.mr.el6
           Available: 32:bind-libs-9.8.2-0.17.rc1.el6_4.6.i686 (base)
               bind-libs = 32:9.8.2-0.17.rc1.el6_4.6
           Available: 32:bind-libs-9.8.2-0.23.rc1.el6_5.1.i686 (updates)
               bind-libs = 32:9.8.2-0.23.rc1.el6_5.1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

CentOS 6.5 (amd64) KVM
I like the KLOXO-MR

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Bind updating error
« Reply #6 on: 2014-08-31, 18:07:59 »
Same for hiawatha:

Quote
[root@c44-49 yum.repos.d]# yum remove bind-libs bind-devel bind-utils
Loaded plugins: fastestmirror, priorities, replace
Setting up Remove Process
No Match for argument: bind-devel
Loading mirror speeds from cached hostfile
 * base: ftp.usf.edu
 * epel: fedora.mirrors.pair.com
 * extras: ftp.usf.edu
 * mratwork-epel: download.fedoraproject.org
 * mratwork-ius-stable: lon.mirror.rackspace.com
 * remi: mirror5.layerjet.com
 * updates: ftp.usf.edu
http://centos.alt.ru/repository/centos/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"
Trying other mirror.
Package(s) bind-devel available, but not installed.
Resolving Dependencies
--> Running transaction check
---> Package bind-libs.x86_64 40:9.9.5-1.el6 will be erased
---> Package bind-utils.x86_64 40:9.9.5-1.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
 Package             Arch            Version                  Repository                  Size
===============================================================================================
Removing:
 bind-libs           x86_64          40:9.9.5-1.el6           @mratwork-centalt          7.8 M
 bind-utils          x86_64          40:9.9.5-1.el6           @mratwork-centalt          449 k

Transaction Summary
===============================================================================================
Remove        2 Package(s)

Installed size: 8.2 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing    : 40:bind-utils-9.9.5-1.el6.x86_64                                            1/2
  Erasing    : 40:bind-libs-9.9.5-1.el6.x86_64                                             2/2
  Verifying  : 40:bind-libs-9.9.5-1.el6.x86_64                                             1/2
  Verifying  : 40:bind-utils-9.9.5-1.el6.x86_64                                            2/2

Removed:
  bind-libs.x86_64 40:9.9.5-1.el6               bind-utils.x86_64 40:9.9.5-1.el6

Complete!
[root@c44-49 yum.repos.d]# yum upgrade hiawatha
Loaded plugins: fastestmirror, priorities, replace
Loading mirror speeds from cached hostfile
 * base: ftp.usf.edu
 * epel: fedora.mirrors.pair.com
 * extras: ftp.usf.edu
 * mratwork-epel: download.fedoraproject.org
 * mratwork-ius-stable: lon.mirror.rackspace.com
 * remi: mirror5.layerjet.com
 * updates: ftp.usf.edu
http://centos.alt.ru/repository/centos/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"
Trying other mirror.
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package hiawatha.x86_64 0:9.7.b-1.mr.el6 will be updated
--> Processing Dependency: libpolarssl.so.7()(64bit) for package: hiawatha-9.7.f-3.mr.el6.x86_64
---> Package hiawatha.x86_64 0:9.7.f-3.mr.el6 will be an update
--> Finished Dependency Resolution
Error: Package: hiawatha-9.7.f-3.mr.el6.x86_64 (mratwork-release-version-arch)
           Requires: libpolarssl.so.7()(64bit)
           Removing: hiawatha-9.7.b-1.mr.el6.x86_64 (@mratwork-release-version-arch)
               libpolarssl.so.7()(64bit)
           Updated By: hiawatha-9.7.f-3.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.7-ecualinux.1.x86_64 (mratwork-centosec)
               libpolarssl.so.7()(64bit)
           Available: hiawatha-9.7-ecualinux.2.x86_64 (mratwork-centosec)
               libpolarssl.so.7()(64bit)
           Available: hiawatha-9.7-2.mr.el6.x86_64 (mratwork-release-version-arch)
               libpolarssl.so.7()(64bit)
           Available: hiawatha-8.1-2.el6.ecualinux.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-8.4-2.5.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-8.5-2.5.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-8.6-1.0.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-8.7-1.0.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.1-1.0.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.2-1.0.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.2-7.2.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.3-1.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.3-2.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.3.1-1.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.3.1-1.0.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.4-ecualinux.1.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.4-1.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.5-ecualinux.1.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.5-1.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.5-2.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.6-ecualinux.3.x86_64 (mratwork-centosec)
               Not found
           Available: hiawatha-9.6-1.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.6-2.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
           Available: hiawatha-9.6-3.mr.el6.x86_64 (mratwork-release-version-arch)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Bind updating error
« Reply #7 on: 2014-08-31, 18:27:20 »
For hiawatha, try 'yum update polarssl' first.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Bind updating error
« Reply #8 on: 2014-08-31, 19:06:37 »
What about bind ?
I like the KLOXO-MR

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Bind updating error
« Reply #9 on: 2014-08-31, 20:32:01 »
Until bind-libs 40:9.10.0.P2-1.mr.el6 is available from mr release repo install and update will fail.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Bind updating error
« Reply #10 on: 2014-09-01, 00:26:56 »
MRatWork, what about solution for this problem?
I like the KLOXO-MR

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Bind updating error
« Reply #11 on: 2014-09-01, 03:28:09 »
bind-libs 40:9.10.0.P2-1.mr.el6 STILL NOT AVAILABLE.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Bind updating error
« Reply #12 on: 2014-09-01, 12:52:40 »
40:9.10.0-P2.3 with including their bind-libs.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Bind updating error
« Reply #13 on: 2014-09-07, 19:40:53 »
I have the problem with installation agian
At this time i see a new error

Code: [Select]
Downloading Packages:
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos6/x86_64/bind-9.9.5-1.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos6/x86_64/bind-libs-9.9.5-1.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos6/x86_64/bind-utils-9.9.5-1.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.


Error Downloading Packages:
  40:bind-9.9.5-1.el6.x86_64: failure: bind-9.9.5-1.el6.x86_64.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.
  40:bind-libs-9.9.5-1.el6.x86_64: failure: bind-libs-9.9.5-1.el6.x86_64.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.
  40:bind-utils-9.9.5-1.el6.x86_64: failure: bind-utils-9.9.5-1.el6.x86_64.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.
I like the KLOXO-MR

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.035 seconds with 18 queries.

web stats analysis