Welcome to Centmin Mod Community
Become a Member

Install Problem with installation of .08

Discussion in 'Install & Upgrades or Pre-Install Questions' started by jscott, Aug 13, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah that would be a problem see Download - CentminMod.com LEMP Nginx web stack for CentOS

    basically depending on how the OS template is configured, after Centmin Mod is installed it can take up 4GB to 10GB of disk space i.e. my centminmod.com cluster centminmod.com server locations - CentminMod.com LEMP Nginx web stack for CentOS various hosts have different templates

     
    Last edited: Aug 13, 2015
  2. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    It's almost midnight... I will do a wipe and reinstall on ramnode in the morning.

    I will also look more into the disk space issue on AWS. I will look into reinstalling on an instance with a larger drive.

    I don't see any real problems, but /svr-install looks like 1318060 blocks (1.3gb ). I wonder if some of it could be flushed as the build proceeds...

    Thanks for the help. I am in over my head!! ;)
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes /svr-setup is where all downloads that Centmin Mod requires are placed :)
     
  4. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    WOW! I guess I need to read the docs more carefully....

    I guess 123.06 did not need that much space, because it built just fine on AWS.....

    -John
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah .06 only has a small fraction of what .07 and .08 added and evolved to - just see the change logs and you'll see Change Log - CentminMod.com LEMP Nginx web stack for CentOS :)
     
  6. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    Here is a log file from my AWS install of centmin mod.

    It looks like it installed correctly, but I have not installed any apps on it for testing.

    When creating the instance I had to specify a boot drive of 20Gb. Then after the instance started had to fiddle in fdisk to acturally resiize the boot partition to fill the 20Gb space. The AMI is hard coded to 8Gb.

    Code:
    https://gist.github.com/78522703b7ee64b6d862.git
    
     
  7. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    Here is a log file from my Ramnode install of centmin mod.

    It looks like it installed correctly, but I have not installed any apps on it for testing.

    Code:
    https://gist.github.com/cfd2c5e78b93ecd0477d.git
    
     
  8. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup looks all installed okay.. strange is with additional libxml2-devel check the check itself says no package listed of that name, but it installed it anyway at PHP install stage

    Code:
    *************************************************
    * Installing PHP
    *************************************************
    Forcing buildconf
    Removing configure caches
    buildconf: checking installation...
    buildconf: autoconf version 2.63 (ok)
    Processing package: libxml2-devel
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Installing libxml2-devel
    ------------------------------------------
     
  9. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    Oh I love a good mystery..... when I don't have 0b10101101101 things on my to do list
     
  10. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI @jscott Ramnode has notified me that they have updated their OpenVZ CentOS 6 64bit minimal template and removed the i686 packages so no more multilib version errors too :)
     
  11. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:16 PM
    Thanks. I will try installing it when I get a chance. No time right now....

    -John