Discover Centmin Mod today
Register Now

centmin mod sh menu not opening

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

  1. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    SSH into server


    Go to centime mod directory and type

    /.centmin.sh

    Get a carriage return white space

    No centmin menu - just seems to hang

    Apart from a yum update nothing has been changed

    Any tips welcome
     
  2. tjk

    tjk Member

    76
    16
    8
    Jun 27, 2015
    Ratings:
    +27
    Local Time:
    11:39 PM
    Code:
    [root@node01 centminmod]# ./centmin.sh
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    which version of centmin mod 123.09beta01 or 123.08stable ?
    it should be just the command @tjk posted without the forward slash

    if the correct command is used and it still hangs, it could be you using a version which had buggy tools/imagick-fix.sh detection, so try this instead a git pull update
    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    ./centmin.sh
    
     
  4. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    sorry my typo

    I was using

    ./centmin.sh

    Tried the git stash and the git pull both give a

    fatal: Not a git repository (or any of the parent directories): .git

    I do seem to remember updating when the image kick thing came out so yes it could be that

    Not sure what version I'm on
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  6. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    I cant get any menu options - i get it hanging on calling the menu

    ./centmin.sh
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    Thanks

    Worked a treat - menu now up - sorted
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    excellent :D
     
  10. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    All good now, except no mysql looks to be installed (mariadb), run mysql -v and get

    -bash: mysql: command not found

    Found this as wanted to update maria db and get the following from option 11

    error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")'

    Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!

    Running the start command

    [root@server centminmod]# /etc/init.d/mysql start

    -bash: /etc/init.d/mysql: No such file or directory


    Cant run option 1 as centminmod is installed and it aborts

    Any clues ?
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like failed initial 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
     
  12. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    It was installed a couple of months back. Whats an easy way to just re-install and start afresh - or shall i just kill the vps and start a new one ?
     
  13. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    3:39 AM
    1.25.3
    10.6.x
    Thats re-install centminmod complete from new - not mariadb

    There are no domains or anything yet
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,856
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    1:39 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    strange then

    yes you can do a fresh centos OS reinstall and fresh centmin mod install i.e. 123.09beta01 1st post instructions at Beta Branch - Centmin Mod .09 beta branch Testing | Centmin Mod Community