Get the most out of your Centmin Mod LEMP stack
Become a Member

Featured CentOS 7.x How to help test .08 CentOS 7 Betas with Github code ?

Discussion in 'Beta release code' started by eva2000, Jul 11, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Anyone with a spare 15-20mins want to test out one liner installer for stable .07 and .08 beta builds ? easy as copying and pasting one one below :)


    Video posted at Install - New Centmin Mod One Liner Install testing | Centmin Mod Community

    for .07 stable
    Code:
    curl -sL http://centminmod.com/stableinstaller.sh | bash
    for .08 beta

    Code:
    curl -sL http://centminmod.com/betainstaller.sh | bash
    enjoy :D
     
    Last edited: Mar 13, 2015
  2. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:58 PM
    Nginx 1.9.1
    MariaDB 10.0.19
    Might seem like a stupid question,
    but is the 123.08 for CentOS 7 only ?? Or can I use it on Centos 6.5 as well?
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  4. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:58 PM
    Nginx 1.9.1
    MariaDB 10.0.19
    Well in that case,
    Code:
    curl -sL http://centminmod.com/betainstaller.sh | bash
    works perfectly with CentOS 6.5 :D
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    Updated default PHP & OpenSSL versions



    Updated Centmin Mod 1.2.3-eva2000.07 stable github and zip downloads for new defaults for
    Updated Centmin Mod .08 beta02 branch on github with new defaults for
     
  6. Andy

    Andy Active Member

    543
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    4:58 AM
    I need to enable exec().
    How do I do it?
    I don't see the list of exec() in disabled_functions in /usr/local/lib/php.ini
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. Andy

    Andy Active Member

    543
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    4:58 AM
  9. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    2nd link is the updated as of now version with exec removed :)
     
  10. Andy

    Andy Active Member

    543
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    4:58 AM
    I updated with latest code and both config/php-fpm/php-fpm.conf and /usr/local/etc/php-fpm.conf still have exec in the last line.
     
  11. Andy

    Andy Active Member

    543
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    4:58 AM
    You probably got some typo in there as well.
    You had php_admin_value[disable_functions] = shell_exe
    but you meant
    php_admin_value[disable_functions] = shell_exec, exec

    You are missing the c after shell_exe.
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ? it's correct centminmod/php-fpm.conf at 123.08centos7beta02 · centminmod/centminmod · GitHub

    you need to edit it on your live /usr/local/etc/php-fpm.conf via cmd short cut fpmconf too

    the linked github versions are only the templates
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Found the cause of this error outlined at Nginx - Nginx update to latest version errors | Centmin Mod Community

    It's due to Centmin Mod .08 beta 02 now defaults to installing GeoIP for Nginx and it's routine changes directory when it installs GeoIP if not detected - so when it comes to Nginx upgrade, it doesn't find the directory the first time. Second time it finds Nginx directory as GeoIP files are detected so doesn't change directories.

    Fix it in latest commit to Centmin Mod .08 beta02 (branch 123.08centos7beta02) fix Nginx upgrade routine due to GeoIP addition for .08 beta 02 · centminmod/centminmod@6abfb98 · GitHub
     
  14. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    12:58 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Last edited: Mar 25, 2015
  15. Cr0w

    Cr0w Member

    165
    9
    18
    Mar 17, 2015
    Iran
    Ratings:
    +13
    Local Time:
    2:28 PM
    1.9.x
    5.5
    i installed beta 08 but thats fuc*ked my server and get down . i changed os and 10 $ pay for it :mad:
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ???? please elaborate with examples of what went wrong. More detailed the info the better :)
     
  17. Cr0w

    Cr0w Member

    165
    9
    18
    Mar 17, 2015
    Iran
    Ratings:
    +13
    Local Time:
    2:28 PM
    1.9.x
    5.5
    i saw many errors when installing

    for example

    somethinglikethis.h not foud .....................
    error

    and then counting above after a seconds the server get down and never started :|
     
  18. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you mean yum package not found, those are not errors just notices as to what packages are not found and script proceeds to install them :)

    see these 2 install videos

    Centmin Mod .08 beta SSH one liner install on CentOS 6 + CentOS 7 simultaneously | Centmin Mod Community

    and

    How to install Centmin Mod .08 beta using SSH one liner command | Centmin Mod Community

    Youtube timestamp link to what I think you saw CentOS Nginx Installer (LEMP web stack) - Centmin Mod 1.2.3-eva2000.08 beta install - YouTube ?
     
  19. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  20. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Okay could be related to Github being DDOS attacked when you tried installing GitHub System Status

    and GitHub hit by DDoS attack | Hacker News

    As alot of Centmin Mod's downloaded components are hosted on Github repositories too