Got the following - could not resolve host on install
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
KVM VPS 2GB ram 40GBB HDD CentOS7 64 Bit .09 beta01 Fresh install 30 mins ago Curl One Liner for beta
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
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
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