Welcome to Centmin Mod Community
Register Now

cannot do new install following error

Discussion in 'Install & Upgrades or Pre-Install Questions' started by drabhaydaga, Apr 24, 2020.

  1. drabhaydaga

    drabhaydaga New Member

    28
    3
    3
    Nov 24, 2018
    Ratings:
    +3
    Local Time:
    12:46 AM
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit ?
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: i.e. 1.15.3
    • PHP Version Installed:7.2.9
    • MariaDB MySQL Version Installed: 10.2.xx
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2 or cmupdate command
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:
      Code (Text):
      curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
        0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
      chmod: cannot access ‘betainstaller.sh’: No such file or directory
      
      
      [****@******** ~]# yum -y update; curl -O https://centminmod.com/betainstaller73.sh && chmod 0700 betainstaller73.sh && bash betainstaller73.sh
      Loaded plugins: fastestmirror
      Loading mirror speeds from cached hostfile
       * base: centos.excellmedia.net
       * extras: centos.excellmedia.net
       * updates: centos.excellmedia.net
      No packages marked for update
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
        0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
      chmod: cannot access ‘betainstaller73.sh’: No such file or directory
      
      
      

      Post output in CODE tags.


     
  2. eva2000

    eva2000 Administrator Staff Member

    59,283
    12,508
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,140
    Local Time:
    5:16 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    seems betainstaller.sh install file wasn't properly downloaded by wget so was missing so not installer was ran

    what is output for command below
    Code (Text):
    curl -I https://centminmod.com/betainstaller.sh
    

    also output for command
    Code (Text):
    curl -4s https://ipinfo.io/org


    might be related to github.com download issues Nginx - srcache-nginx-module_v0.32rc1.tar.gz internal 500 error as centminmod.com's betainstaller and installers are downloaded from github.com on a scheduled cronjob. So if the cron couldn't download from github.com the file might be missing from centminmod.com. Will have to update that cron script to check if a valid download can be made before attempting download

    I've manually re-run the cronjob for the installer downloads to centminmod.com across my cluster of servers, so you can try again now and see
     
    Last edited: Apr 24, 2020
  3. drabhaydaga

    drabhaydaga New Member

    28
    3
    3
    Nov 24, 2018
    Ratings:
    +3
    Local Time:
    12:46 AM
    thankx now its working