Join the community today
Become a Member

Small cosmetic fix for centmin.sh path info

Discussion in 'Bug Reports' started by pamamolf, Feb 28, 2016.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:39 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    I was just run centmin.sh and i got this:

    Code:
    ---------------------------------------------------------------
    SELINUX linux detected
    ---------------------------------------------------------------
    disabling SELINUX...
    will require a server reboot before running initial install
    
    SELINUX disabled, please reboot server and rerun install
    on reboot you can find the centmin.sh file located at:
    echo /usr/local/src/centminmod-123.09beta01
    I think you should hide the "echo" :)

    I love centminmod that's why i report delays for it just to be perfect :)

     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:39 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Maybe to change also the default links? :

    Code:
    http://www.muug.mb.ca/pub/epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    To address this issue please refer to the below knowledge base article
    
    https://access.redhat.com/articles/1320623
    
    If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
    
    http://fedora.westmancom.com/epel/7/x86_64/repodata/511e52fb435d809f93479279119ab530e40fb4a1d5701e6138d9be990924cdaf-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://linux.mirrors.es.net/fedora-epel/7/x86_64/repodata/511e52fb435d809f93479279119ab530e40fb4a1d5701e6138d9be990924cdaf-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirror.umd.edu/fedora/epel/7/x86_64/repodata/511e52fb435d809f93479279119ab530e40fb4a1d5701e6138d9be990924cdaf-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirror.sfo12.us.leaseweb.net/epel/7/x86_64/repodata/511e52fb435d809f93479279119ab530e40fb4a1d5701e6138d9be990924cdaf-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    ftp://ftp.muug.mb.ca/pub/epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] FTP Error 550 - Given file does not exist
    Trying other mirror.
    http://mirror.cogentco.com/pub/linux/epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://ftp.linux.ncsu.edu/pub/epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirrors.mit.edu/epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirror.symnds.com/distributions/fedora-epel/7/x86_64/repodata/c5b1b6a96340468f1f2f2fa3885bb7d83b2b550531bfcfe19a259543231b90a9-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:39 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Also zendopcache admin panel file after installation is not located at:

    Code:
    /usr/local/nginx/html
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,223
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    12:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that means you didn't disable selinux prior to installing centmin.sh - this was centmin.sh menu option 1 install or curl installer.sh one liner install ? only curl installer.sh disables selinux behind the scenes. The message you got is for folks using centmin.sh menu option 1 install usually

    you vps/server network connectivity has issues or the yum mirror that is mapped automatically by yum is down.. nothing i can do about that

    try yum clean all or clean OS and try again and make sure network connectivity works

    probably related to network connectivity some other required files didn't get downloaded

    does post install check list of main software return their respective version numbers ? nginx and php-fpm restart return output error free ?
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:39 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I hate my english :)

    I just say that on this line:

    Code:
    echo /usr/local/src/centminmod-123.09beta01
    the word echo shouldn't be there :)

    Code:
    probably related to network connectivity some other required files didn't get downloaded
    
    does post install check list of main software return their respective version numbers ? nginx and php-fpm restart return output error free ? 
    It is a brand new server from OVH canada :) Default networking should be ok.......

    Yes nginx -v and php -v is fine also....All working great.

    About the zendopcache admin panel php file why not added to the centminmod and copy it from there ?