Discover Centmin Mod today
Register Now

PHP-FPM FPM Help

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Jake, Jan 27, 2016.

  1. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    2016/01/26 22:44:26 [error] 1902#1902: *51 connect() failed (111: Connection refused) while connecting to upstream, client: 74.196.20.217, server: *****, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000",


    I just started this server, something tells me that php-fcgi isnt installed. But I am not sure how to look.
     
  2. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    NVM php-fpm isnt installed. How can I see why it didnt install or what the issue is?
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    You'll need to post on the forums with the following info
    • Server or VPS details ? XEN, KVM, OpenVZ, VMWare or dedicated server ? OS ? CentOS 6.7 or 7.1 ? 32bit or 64bit ?
    • What version of Centmin Mod ? .07 stable or .08 beta03 or .08 stable or .09 beta01 ?
    • Was it fresh install or upgrade ?
    • How long ago did you install Centmin Mod ?
    • There's numerous code changes, bug fixes over time, so ensure you have latest Centmin Mod code installed by upgrading your Centmin Mod code as instructed below.

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    Upgrading Centmin Mod Code to Latest Version



    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at Upgrade - How to upgrade Centmin Mod | Centmin Mod Community
    So essentially, you can upgrade from .07 to .08 in place, but not everything is upgraded as some things like server initial environment setup isn't changed i.e. how swap, tmp setup and allocation are created etc. The main parts from part 2 above are what in place upgrades do i.e. Nginx and PHP-FPM compilation and config/settings parameters and MariaDB version from 5.5 to 10.0.x. If you want the full environment changed including tmp and swap setup to .08's configuration, then you would need a fresh OS install and fresh .08 initial install. You can think of it like upgrading Windows 7 to Windows 8. An in place upgrade will upgrade code but won't change your computer environment from when you installed Windows 7 i.e. disk configuration and partition sizes won't change from when you initially installed Windows 7. Only way to change that would be fresh Windows 8 install.
     
  4. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    One quick question before I go thru all that, does cURL (newest version) work with centmin? The issue I am having is I need a newer version of cURL. I am using a VPS from digital ocean with CentOS 6.7. Version of centmin, .07 stable
     
  5. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    BTW its a fresh install lol. Sorry.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you mean curl installer.sh ? that is for fresh installs only not upgrades

    Upgrading Centmin Mod Code to Latest Version



    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at Upgrade - How to upgrade Centmin Mod | Centmin Mod Community
    To update curl/libcurl on CentOS, Centmin Mod 123.09 betas has a customcurl.sh addon script to update to curl/libcurl 7.45 (current latest) as outlined at Beta Branch - Centmin Mod curl 7.43+ custom rpms | Centmin Mod Community

    Technically, you can run this on Centmin Mod 123.08 stable releases too as Centmin Mod addons are standalone scripts. The Centmin Mod 123.09 beta's addon/customcurl.sh addon is located here.

    However, as outlined at official discussion thread Beta Branch - Centmin Mod curl 7.43+ custom rpms | Centmin Mod Community this is beta so I take no responsibility if it breaks anything as curl/libcurl is crucial to the entire server CentOS environment and it's operation.

    I'd test this on test VPS/server, until you are satisfied that it works for your needs :)
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    No I lied, haha. Its 123.08stable. I am not fully understanding how to do this. On a fresh install, i have already upgraded cURL then I installed centmin. But thats where I am lost. When I run the centmin install, php-fpm is completely missing. Do I run customcurl.sh? the upgrade the php in option 5?
     
  9. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how did you upgrade curl after fresh install ?
    centmin.sh menu option 1 install and php missing ? if so, troubleshoot initial installation, you need to check the initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues
    for upgrading php via centmin.sh menu option 5 with updated curl support, you should update curl then upgrade PHP
     
  10. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    Thanks! I got it! Your the best!
     
  11. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    FYI for future reference, I ran cURL using this, How to upgrade cURL in Centos6? | DigitalOcean After I deleted it from the yum REPO, I then ran the curl script from here, then used option#5 in the menu and it worked great! Finally a solution after a solid day!
     
  12. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  13. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    I see, then what is the proper way? TBH, if you search the internet. Its either this way or to install the RPM manually.
     
  14. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    it's not just how you install but also what you install as curl and libcurl/libcurl-devel (and many other yum packages related to curl) have many yum package dependencies you can see in Centmin Mod addons/customcurl.sh script :) If you just remove old curl you remove alot of dependencies other software rely on and that will break more things. The addons/customcurl.sh ensures all dependencies are taken care of properly.
     
  15. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    I see,
    So I should leave it there?
     
  16. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what do you mean leave what ? addons/customcurl.sh is just a wrapper to install curl and libcurl etc so is fine to leave

    here's a sample of what software packages can break if curl / libcurl is improperly removed - notice rpm package is one too
    Code:
    repoquery --whatrequires curl libcurl libcurl-devel libssh2 libssh2-devel c-ares | sort
    IQmol-0:2.2.0-6.el6.x86_64
    abook-0:0.6.0-0.9.pre2.el6.x86_64
    abrt-addon-kerneloops-0:2.0.8-34.el6.centos.x86_64
    amanda-0:2.6.1p2-9.el6_6.x86_64
    amanda-client-0:2.6.1p2-9.el6_6.x86_64
    amanda-server-0:2.6.1p2-9.el6_6.x86_64
    anaconda-0:13.21.239-1.el6.centos.x86_64
    asterisk-curl-0:1.8.32.3-1.el6.x86_64
    boinc-client-0:7.2.33-3.git1994cc8.el6.x86_64
    boinc-manager-0:7.2.33-3.git1994cc8.el6.x86_64
    bti-0:034-2.el6.x86_64
    c-ares-0:1.10.0-3.el6.x86_64
    c-ares-devel-0:1.10.0-3.el6.x86_64
    canl-c-0:2.1.6-1.el6.x86_64
    canl-c-examples-0:2.1.6-1.el6.x86_64
    centerim-1:4.22.10-1.el6.x86_64
    ceph-radosgw-1:0.80.5-9.el6.x86_64
    ceph-test-1:0.80.5-9.el6.x86_64
    certmonger-0:0.77.5-1.el6.x86_64
    cgminer-0:1.2.8-1.el6.rf.x86_64
    cgminer-0:1.4.1-1.el6.rf.x86_64
    cgminer-0:1.6.2-1.el6.rf.x86_64
    clamav-unofficial-sigs-0:3.7.1-7.el6.noarch
    clamz-0:0.5-0.el6.x86_64
    claws-mail-0:3.9.0-1.el6.x86_64
    claws-mail-plugins-bogofilter-0:3.9.0-1.el6.x86_64
    claws-mail-plugins-fancy-0:3.9.0-2.el6.x86_64
    claws-mail-plugins-gtkhtml2-viewer-0:3.9.0-2.el6.x86_64
    claws-mail-plugins-pgp-0:3.9.0-1.el6.x86_64
    claws-mail-plugins-rssyl-0:3.9.0-2.el6.x86_64
    claws-mail-plugins-smime-0:3.9.0-1.el6.x86_64
    claws-mail-plugins-spam-report-0:3.9.0-2.el6.x86_64
    claws-mail-plugins-spamassassin-0:3.9.0-1.el6.x86_64
    claws-mail-plugins-vcalendar-0:3.9.0-2.el6.x86_64
    cmake-0:2.8.12.2-4.el6.x86_64
    cmake-fedora-0:2.5.0-1.el6.noarch
    cmake-gui-0:2.8.12.2-4.el6.x86_64
    collectd-0:4.10.9-1.el6.x86_64
    collectd-apache-0:4.10.9-1.el6.x86_64
    collectd-nginx-0:4.10.9-1.el6.x86_64
    conky-0:1.8.1-2.el6.x86_64
    cpanspec-0:1.78-19.el6.noarch
    createrepo_c-0:0.9.0-1.el6.x86_64
    createrepo_c-devel-0:0.9.0-1.el6.x86_64
    createrepo_c-libs-0:0.9.0-1.el6.x86_64
    curl-0:7.19.7-46.el6.x86_64
    curl-0:7.19.7-46.el6.x86_64
    curl-0:7.19.7-46.el6.x86_64
    curlftpfs-0:0.9.2-14.el6.x86_64
    curlpp-0:0.7.3-5.el6.x86_64
    curlpp-devel-0:0.7.3-5.el6.x86_64
    darcs-0:2.8.3-1.el6.x86_64
    darkplaces-0:20091001-2.1.el6.x86_64
    darkplaces-server-0:20091001-2.1.el6.x86_64
    diskimage-builder-0:0.1.9-1.el6.noarch
    dpsearch-0:4.54-0.4.20120611snap.el6.x86_64
    dpsearch-devel-0:4.54-0.4.20120611snap.el6.x86_64
    fbida-0:2.07-8.el6.x86_64
    fedora-packager-0:0.5.10.5-1.el6.noarch
    feh-0:1.12-1.el6.rf.x86_64
    feh-0:1.13-1.el6.rf.x86_64
    feh-0:1.14-1.el6.rf.x86_64
    feh-0:1.14.1-1.el6.rf.x86_64
    feh-0:1.14.2-1.el6.rf.x86_64
    feh-0:1.16-1.el6.rf.x86_64
    feh-0:1.16.1-1.el6.rf.x86_64
    feh-0:2.0-1.el6.rf.x86_64
    feh-0:2.4-1.el6.rf.x86_64
    feh-0:2.5-1.el6.rf.x86_64
    feh-0:2.6-1.el6.rf.x86_64
    feh-0:2.6.1-1.el6.rf.x86_64
    feh-0:2.7-1.el6.rf.x86_64
    feh-0:2.8-1.el6.rf.x86_64
    feh-0:2.9-1.el6.rf.x86_64
    flash-plugin-0:11.2.202.327-0.1.el6.rf.x86_64
    flash-plugin-0:11.2.202.346-0.1.el6.rf.x86_64
    flash-plugin-0:11.2.202.356-0.1.el6.rf.x86_64
    flash-plugin-0:11.2.202.359-0.1.el6.rf.x86_64
    flash-plugin-0:11.2.202.378-0.1.el6.rf.x86_64
    flash-plugin-0:11.2.202.394-0.1.el6.rf.x86_64
    flickcurl-0:1.3-1.el6.rf.x86_64
    fontpackages-tools-0:1.41-1.1.el6.noarch
    freewrl-0:1.22.12-0.4.pre2.el6.x86_64
    fts-client-0:3.3.1-3.el6.x86_64
    fts-infosys-0:3.3.1-3.el6.x86_64
    fts-libs-0:3.3.1-3.el6.x86_64
    fts-python-0:3.3.1-3.el6.x86_64
    fuse-curlftpfs-0:0.9.1-1.el6.rf.x86_64
    gdal-0:1.7.3-15.el6.x86_64
    gdal-java-0:1.7.3-15.el6.x86_64
    gdal-perl-0:1.7.3-15.el6.x86_64
    gdal-ruby-0:1.7.3-15.el6.x86_64
    geoipupdate-0:2.2.1-2.el6.x86_64
    ghc-darcs-0:2.8.3-1.el6.x86_64
    ghc-darcs-devel-0:2.8.3-1.el6.x86_64
    git-0:1.7.1-3.el6_4.1.x86_64
    git-ftp-0:0.84-1.el6.noarch
    git19-git-0:1.9.4-2.el6.x86_64
    glite-lb-server-0:3.0.18-3.el6.x86_64
    glite-lbjp-common-gss-0:3.2.16-1.el6.x86_64
    gnupg2-0:2.0.14-8.el6.x86_64
    gpredict-0:0.9.0-5.el6.x86_64
    gridsite-clients-0:2.2.6-1.el6.x86_64
    grinder-0:0.0.136-1.el6.noarch
    heat-cfntools-0:1.2.6-4.el6.noarch
    icecast-0:2.3.3-1.el6.rf.x86_64
    icecast-0:2.4.2-1.el6.x86_64
    ipa-client-0:3.0.0-47.el6.centos.1.x86_64
    ipa-client-0:3.0.0-47.el6.centos.x86_64
    kerneloops-0:0.11-1.el6.rf.x86_64
    lcgdm-dav-0:0.16.0-2.el6.x86_64
    lcgdm-dav-0:0.16.0-2.el6.x86_64
    lcgdm-dav-libs-0:0.16.0-2.el6.x86_64
    lcgdm-dav-server-0:0.16.0-2.el6.x86_64
    libEAI-0:1.22.12-0.4.pre2.el6.x86_64
    libcurl-0:7.19.7-46.el6.x86_64
    libcurl-0:7.19.7-46.el6.x86_64
    libcurl-devel-0:7.19.7-46.el6.x86_64
    libcurl-devel-0:7.19.7-46.el6.x86_64
    libdap-0:3.11.0-1.el6.x86_64
    libdap-devel-0:3.11.0-1.el6.x86_64
    libetpan-0:1.0-1.el6.x86_64
    libetpan-devel-0:1.0-1.el6.x86_64
    libgit2-1:0.20.0-2.el6.x86_64
    libgit2-devel-1:0.20.0-2.el6.x86_64
    libguestfs-1:1.20.11-14.el6.x86_64
    libguestfs-1:1.20.11-14.el6.x86_64
    libisds-0:0.4-1.el6.x86_64
    libisds-devel-0:0.4-1.el6.x86_64
    libkolabxml-0:0.7.0-2.el6.x86_64
    libmediainfo-0:0.7.80-1.el6.x86_64
    libmrss-0:0.17.3-1.el6.rf.x86_64
    libnxml-0:0.18.2-1.el6.rf.x86_64
    liboauth-0:0.9.7-1.el6.x86_64
    liboauth-devel-0:0.9.7-1.el6.x86_64
    libopkele-0:2.0.4-4.el6.x86_64
    libopkele-devel-0:2.0.4-4.el6.x86_64
    libreoffice-core-1:4.2.8.2-11.el6.x86_64
    libreoffice-core-1:4.2.8.2-11.el6_7.1.x86_64
    libreport-0:2.0.9-24.el6.centos.x86_64
    libreport-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-bugzilla-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-bugzilla-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-kerneloops-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-kerneloops-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-kerneloops-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-kerneloops-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-reportuploader-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-reportuploader-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-rhtsupport-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-rhtsupport-0:2.0.9-25.el6.centos.x86_64
    libreport-plugin-ureport-0:2.0.9-24.el6.centos.x86_64
    libreport-plugin-ureport-0:2.0.9-25.el6.centos.x86_64
    libreswan-0:3.13-1.el6.x86_64
    libs3-0:2.0-0.2.20150902git247ba1b.el6.x86_64
    libsolv-demo-0:0.0.0-1.git857fe28.el6.x86_64
    libssh2-0:1.4.2-1.el6_6.1.x86_64
    libssh2-devel-0:1.4.2-1.el6_6.1.x86_64
    libssh2-devel-0:1.4.2-1.el6_6.1.x86_64
    libssh2-docs-0:1.4.2-1.el6_6.1.x86_64
    libvirt-0:0.10.2-54.el6.x86_64
    libvirt-0:0.10.2-54.el6_7.2.x86_64
    libvirt-0:0.10.2-54.el6_7.3.x86_64
    libvirt-client-0:0.10.2-54.el6.x86_64
    libvirt-client-0:0.10.2-54.el6_7.2.x86_64
    libvirt-client-0:0.10.2-54.el6_7.3.x86_64
    libvirt-lock-sanlock-0:0.10.2-54.el6.x86_64
    libvirt-lock-sanlock-0:0.10.2-54.el6_7.2.x86_64
    libvirt-lock-sanlock-0:0.10.2-54.el6_7.3.x86_64
    libvirt-python-0:0.10.2-54.el6.x86_64
    libvirt-python-0:0.10.2-54.el6_7.2.x86_64
    libvirt-python-0:0.10.2-54.el6_7.3.x86_64
    libwsman-devel-0:2.2.3-8.el6.x86_64
    libwsman1-0:2.2.3-8.el6.x86_64
    mapserver-0:6.0.4-1.el6.x86_64
    mapserver-java-0:6.0.4-1.el6.x86_64
    mapserver-perl-0:6.0.4-1.el6.x86_64
    mapserver-python-0:6.0.4-1.el6.x86_64
    mediatomb-0:0.12.1-1.el6.rf.x86_64
    milter-greylist-0:4.5.12-2.el6.x86_64
    mlogc-0:2.7.3-3.el6.x86_64
    mod_auth_cas-0:1.0.9.1-1.el6.x86_64
    mod_auth_mellon-0:0.8.0-4.el6.x86_64
    mod_auth_openid-0:0.7-2.el6.x86_64
    mpd-0:0.15.15-2.el6.rf.x86_64
    mpd-0:0.16-1.el6.rf.x86_64
    mpd-0:0.16.4-1.el6.rf.x86_64
    ncl-0:6.0.0-3.el6.x86_64
    nco-0:4.3.7-2.el6.x86_64
    netcdf-0:4.1.1-3.el6.5.x86_64
    netcdf-0:4.1.2-1.el6.rf.x86_64
    netcdf-devel-0:4.1.1-3.el6.5.x86_64
    nightview-cli-0:0.3.3-1.el6.x86_64
    nodejs010-c-ares-devel-0:1.9.1-5.1.el6.x86_64
    nodejs010-nodejs-0:0.10.25-1.el6.x86_64
    nodejs010-nodejs-0:0.10.5-6.el6.x86_64
    nodejs010-nodejs-0:0.10.5-8.el6.x86_64
    nodejs010-nodejs-devel-0:0.10.25-1.el6.x86_64
    nodejs010-nodejs-devel-0:0.10.5-6.el6.x86_64
    nodejs010-nodejs-devel-0:0.10.5-8.el6.x86_64
    nspluginwrapper-0:1.4.4-1.el6_3.x86_64
    octave-6:3.4.3-1.el6.x86_64
    ofx-0:0.9.4-1.el6.x86_64
    opennx-0:0.16-724.el6.centos.1.x86_64
    openscap-0:1.0.10-3.el6.centos.x86_64
    openscap-engine-sce-0:1.0.10-3.el6.centos.x86_64
    openscap-extra-probes-0:1.0.10-3.el6.centos.x86_64
    openscap-python-0:1.0.10-3.el6.centos.x86_64
    openscap-scanner-0:1.0.10-3.el6.centos.x86_64
    opensips-db_http-0:1.7.2-2.el6.x86_64
    opensips-xcap_client-0:1.7.2-2.el6.x86_64
    openswan-0:2.6.32-37.el6.x86_64
    openswan-0:2.6.32-37.el6.x86_64
    openvas-scanner-0:3.0.2-4.el6.x86_64
    openwsman-client-0:2.2.3-8.el6.x86_64
    openwsman-perl-0:2.2.3-8.el6.x86_64
    openwsman-python-0:2.2.3-8.el6.x86_64
    openwsman-ruby-0:2.2.3-8.el6.x86_64
    openwsman-server-0:2.2.3-8.el6.x86_64
    osslsigncode-0:1.2-1.el6.rf.x86_64
    pam_pkcs11-0:0.6.2-14.el6.x86_64
    pam_url-1:0.3.3-1.el6.x86_64
    pdns-0:3.3.3-1.el6.x86_64
    perl-Net-SSH2-0:0.31-1.el6.rf.x86_64
    perl-Net-SSH2-0:0.45-4.el6.x86_64
    perl-WWW-Curl-0:4.09-4.el6.x86_64
    perlbrew-0:0.28-1.el6.noarch
    plowshare-0:1.0.6-1.el6.noarch
    powerman-0:2.3.5-2.el6.x86_64
    powerman-0:2.3.5-4.el6.rf.x86_64
    pyrpkg-0:1.35-2.el6.noarch
    python-createrepo_c-0:0.9.0-1.el6.x86_64
    python-kolabformat-0:0.7.0-2.el6.x86_64
    python-pycurl-0:7.19.0-8.el6.x86_64
    qmmp-0:0.5.1-1.el6.x86_64
    raptor-0:1.4.18-5.el6_2.1.x86_64
    resiprocate-clicktocall-0:1.10.0-21.el6.x86_64
    resiprocate-libs-0:1.10.0-21.el6.x86_64
    resiprocate-repro-0:1.10.0-21.el6.x86_64
    resiprocate-sipdialer-0:1.10.0-21.el6.x86_64
    resiprocate-turn-server-0:1.10.0-21.el6.x86_64
    rest-bench-1:0.80.5-9.el6.x86_64
    ripright-0:0.9-3.el6.x86_64
    rpm-0:4.8.0-47.el6.x86_64
    rsyslog7-elasticsearch-0:7.4.10-3.el6_6.x86_64
    rsyslog7-elasticsearch-0:7.4.10-3.el6_7.1.x86_64
    rtorrent-0:0.8.9-1.el6.rf.x86_64
    rtorrent-0:0.8.9-2.el6.rf.x86_64
    rtorrent-0:0.9.4-3.el6.x86_64
    ruby193-rubygem-passenger40-native-0:4.0.18-11.el6.x86_64
    rubygem-curb-0:0.8.4-2.el6.x86_64
    rubygem-thin-0:1.2.8-4.el6.x86_64
    sblim-sfcb-0:1.3.11-4.el6.x86_64
    sblim-sfcc-0:2.2.2-2.el6.x86_64
    sblim-wbemcli-0:1.6.1-2.el6.x86_64
    sblim-wbemcli-0:1.6.1-2.el6.x86_64
    scmpc-0:0.2.2-1.el6.rf.x86_64
    scmpc-0:0.3.0-1.el6.rf.x86_64
    sipsak-0:0.9.6-8.el6.x86_64
    sssd-common-0:1.12.4-47.el6.x86_64
    sssd-common-0:1.12.4-47.el6_7.4.x86_64
    strongswan-0:5.3.2-1.el6.x86_64
    supertux-0:0.3.4-1.el6.x86_64
    sword-0:1.7.3-2.el6.x86_64
    sword-devel-0:1.7.3-2.el6.x86_64
    transmission-cli-0:2.13-1.el6.x86_64
    transmission-common-0:2.13-1.el6.x86_64
    transmission-daemon-0:2.13-1.el6.x86_64
    transmission-gtk-0:2.13-1.el6.x86_64
    transmission-qt-0:2.13-1.el6.x86_64
    trustedqsl-0:2.0.1-1.el6.x86_64
    trustedqsl-0:2.0.1-1.el6.x86_64
    uwsgi-alarm-curl-0:2.0.12-2.el6.x86_64
    uwsgi-plugin-airbrake-0:2.0.12-2.el6.x86_64
    uwsgi-plugin-curl-cron-0:2.0.12-2.el6.x86_64
    vorbis-tools-1:1.2.0-7.el6.x86_64
    weechat-0:0.4.3-2.el6.x86_64
    wsl-0:0.2.2-1.el6.noarch
    wsmancli-0:2.2.3-1.el6.x86_64
    xine-ui-0:0.99.6-32.el6.x86_64
    xmlrpc-c-apps-0:1.16.24-1210.1840.el6.x86_64
    xmlrpc-c-client++-0:1.16.24-1210.1840.el6.x86_64
    xmlrpc-c-client-0:1.16.24-1210.1840.el6.x86_64
    xmlrpc-c-devel-0:1.16.24-1210.1840.el6.x86_64
    ykclient-0:2.14-1.el6.x86_64
    zabbix-proxy-mysql-0:1.8.22-1.el6.x86_64
    zabbix-proxy-mysql-0:1.8.22-1.el6.x86_64
    zabbix-proxy-pgsql-0:1.8.22-1.el6.x86_64
    zabbix-proxy-pgsql-0:1.8.22-1.el6.x86_64
    zabbix-proxy-sqlite3-0:1.8.22-1.el6.x86_64
    zabbix-proxy-sqlite3-0:1.8.22-1.el6.x86_64
    zabbix-server-mysql-0:1.8.22-1.el6.x86_64
    zabbix-server-mysql-0:1.8.22-1.el6.x86_64
    zabbix-server-pgsql-0:1.8.22-1.el6.x86_64
    zabbix-server-pgsql-0:1.8.22-1.el6.x86_64
    zabbix-server-sqlite3-0:1.8.22-1.el6.x86_64
    zabbix-server-sqlite3-0:1.8.22-1.el6.x86_64
    zabbix20-agent-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-mysql-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-mysql-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-pgsql-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-pgsql-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-sqlite3-0:2.0.16-1.el6.x86_64
    zabbix20-proxy-sqlite3-0:2.0.16-1.el6.x86_64
    zabbix20-server-mysql-0:2.0.16-1.el6.x86_64
    zabbix20-server-mysql-0:2.0.16-1.el6.x86_64
    zabbix20-server-pgsql-0:2.0.16-1.el6.x86_64
    zabbix20-server-pgsql-0:2.0.16-1.el6.x86_64
    zabbix22-agent-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-mysql-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-mysql-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-pgsql-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-pgsql-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-sqlite3-0:2.2.11-1.el6.x86_64
    zabbix22-proxy-sqlite3-0:2.2.11-1.el6.x86_64
    zabbix22-server-mysql-0:2.2.11-1.el6.x86_64
    zabbix22-server-mysql-0:2.2.11-1.el6.x86_64
    zabbix22-server-pgsql-0:2.2.11-1.el6.x86_64
    zabbix22-server-pgsql-0:2.2.11-1.el6.x86_64
    zlibrary-0:0.12.10-5.el6.x86_64
     
  17. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    The cURL was already installed by the centos repo when I intially booted the server, it was just a super old version, all I did was add the file /etc/yum.repos.d/city-fan.repo and then ran yum install lib-curl. Once it was done all I did was remove the file, its still in the centos repo :)
     
  18. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    7:27 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    oh yeah remove /etc/yum.repos.d/city-fan.repo
     
  19. Jake

    Jake Member

    76
    10
    8
    Feb 3, 2015
    Ratings:
    +11
    Local Time:
    7:27 PM
    NA
    Maria DB 5.5
    Your the best though. Seriously.