Learn about Centmin Mod LEMP Stack today
Register Now

Upgrade Found 1 pre-existing rpmdb problem for Varnish

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Oct 20, 2016.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hello :)

    After updating to the latest beta Centminmod version i got a prompt to run this:

    Code:
    yum update --disableplugin=priorities --enablerepo=remi,city-fan.org
    When it start installing i got this problem warning:

    Code:
    Warning: RPMDB altered outside of yum.
    ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
    varnish-release-4.1-2.el7.noarch is a duplicate with varnish-release-3.0-1.el6.noarch
    I never install or do anything related varnish ......

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    123.09beta01 added varnish 4.1 yum repo so if you did centmin.sh menu option 4 or 5 and answered yes to yum check, it would sync 123.09beta01 latest yum setup which includes adding varnish cache 4.1 yum repo.

    but not sure why varnish for centos 7 is installed on varnish meant for centos 6

    is this a centos 7 or 6 server ?
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if it's centos 7 system just remove the varnish-release-3.0 centos 6 instance
    Code (Text):
    yum remove varnish-release-3.0
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I got it on on server with Centos 6 and on Centos 7.

    Ok thanks :)