Discover Centmin Mod today
Register Now

Install Latest Beta Installed

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

  1. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    Got the following - could not resolve host on install

     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 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.2 ? 32bit or 64bit ?
    • What version of Centmin Mod ? .07 stable or 08 stable or .09 beta01 or another branch version ?
    • Was it fresh install or upgrade ?
    • Method of install ? Via centmin.sh menu option 1, Git install or curl one liner install as outlined at centminmod.com/download.html ?
    • 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

    Example list /root/centminlogs files in date ascending order and grep for install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    

    example output returns install log at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    -rw-r--r--  1 root root 2.2M Oct 11 01:40 centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    in SSH use cat to ouput contents of /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log. Clear your SSH client window/buffer so only output is the contents of the file
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    Then copy and paste into Pastebin.com or Gists entry. If your SSH window scroll buffer isn't that large to get the whole contents of the install log, you can download file manually and copy and paste contents. But makes sure it's sanitised version of the contents of the initial install log as outlined at How to troubleshoot Centmin Mod initial install issues
     
    Last edited: Oct 26, 2016
  3. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    • KVM VPS 2GB ram 40GBB HDD CentOS7 64 Bit
    • .09 beta01
    • Fresh install 30 mins ago
    • Curl One Liner for beta
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    also need the initial install log at /root/centminlogs posted to Pastebin.com or Gists
     
  5. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    Thats the weird thing - cant find centmin and no logs
     

    Attached Files:

  6. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like you didn't get that far and was still in the betainstaller.sh stage which is alias for installer.sh (centminmod/installer.sh at 123.09beta01 · centminmod/centminmod · GitHub

    looks like error occured after or during line 523 yum install routine centminmod/installer.sh at 123.09beta01 · centminmod/centminmod · GitHub

    could be dns issues on your server or at github.com end

    what's output for
    Code (Text):
    curl -Isv https://github.com/centminmod/centminmod.git

    Code (Text):
    curl -Isv https://github.com/centminmod/centminmod

    Code (Text):
    ping -c4 github.com


    Might want to use CODE tags for code How to use forum BBCODE code tags :)
     
  7. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    Piccys
     

    Attached Files:

  8. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    instead of screenshots best to use CODE tags for easier reading/searching
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    but looks good.

    try just reload fresh centos and try install of 123.09beta01 again, could of been temp network issue on your vps etc
     
  10. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    I would but I'm on VNC and the copy paste is buggered

    Hence - Screenshots

    I thought perhaps it was a git hub bomb out - so thought id post in case it was an issue

    Can you put some sort of retry / timing thing in to assist in a network bump ?

    Ill run it again - thanks eva
     
  11. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:17 AM
    1.25.3
    10.6.x
    Do you mean re-run centmin or re-install centos ?
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    reinstall centos fresh os then do curl install centmin mod 123.09beta01 again