Join the community today
Become a Member

Upgrade PHP-FPM Beta Branch Centmin Mod .09 beta branch Testing

Discussion in 'Beta release code' started by eva2000, Aug 12, 2015.

Tags:
  1. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    This is indeed very good stuff - It got me thinking about gentoo for compiling in parallel.. Will this also come in the LE branch or are you close to merge LE into the 09beta01 branch?

    Best regards,
    BM

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Only 123.09beta01 branch inclusion. 123.09beta01le is just separate branch for Letsencrypt integration work - once that integration is done it gets merged into 123.09beta01.

    And yes parallel downloads, I've tried a few times in the past and didn't get it quite right, I think this time I got it :D
     
  3. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    Code:
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
    I'm testing that right now at my 1 GB linode.. Its not done compiling yet - but I already got those - does that means anything to you.. On CentOS 7.2.. Snipping taken from the Lish Web Console.

    [​IMG]

    Sadly I could not copy it for inserting it as code here. Sorry.
     
  4. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    And perhaps you also want this:

    Code:
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 84.5888 seconds
    Total YUM Time: 158.020698036 seconds
    Total YUM + Source Download Time: 199.3771
    Total Nginx First Time Install Time: 423.2289
    Total PHP First Time Install Time: 790.4166
    Download Zip From Github Time: 5.5284
    Total Time Other eg. source compiles: 315.8196
    Total Centmin Mod Install Time: 1728.8421
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 1818.9593 seconds
    ---------------------------------------------------------------------------
    
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    did the install complete with post-install check list of versions ?

    any other errors ?

    i think nf_conntrack is related to linode uses mainline 4.1.x linux kernels as it's a deprecated option see
    will have to investigate

    does implementing the changes asked at Linode Forum :: nf_conntrack: automatic helper assignment is deprecated and fix it ?
     
  6. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    Yes.

    No - and did compile to end..

    I will read up - redeploy OS and try again - and update here..
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    don't think you need to reinstall

    what do you get from output for command
    Code:
    cat /proc/sys/net/netfilter/nf_conntrack_helper
     
  8. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    Is the 3 listed segfault related to that - This conftest?

    A new deployed centos 7 is on the way for a new test compile.
     
  9. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like my Linode Singapore CentOS 7 server had this error logged once on Dec 13th

    grepping my /var/log log files for instances
    Code:
    grep -Ro 'automatic helper assignment is deprecate' /var/log/*
    /var/log/messages-20151213:automatic helper assignment is deprecate
     
  10. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    I did not - did another linode ... The cat call gives 1.

    edit: I will try:
    Code:
    echo 0 > /proc/sys/net/netfilter/nf_conntrack_helper
    reboot, open console and compile a new task and see what happens.
     
  11. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    k working in some routines for update to 123.09beta01 specifically for linode servers as they're only ones really using 4.1 linux kernels which had deprecated this
     
  12. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    Okay then - but I could also change the kernel in my linode profile. I have options for kernel 4.0.4, 4.0.5, 4.1.0 and 4.1.5 in x86_64
     
  13. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah from what I read, deprecated message started showing up since linux 3.5 kernel at least
     
  14. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    committed first update for this to 123.09beta01 update inc/cpcheck.inc · centminmod/centminmod@c2dad74 · GitHub

    also another unrelated fix included as it seems CentOS 7 doesn't give /etc/rc.local permissions to run on reboot of server like CentOS 6 did.
     
  15. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
  16. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    just hold off, just found a booboo .. the fixes only run after centmin mod install not during heh
     
  17. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  18. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    8:56 AM
    1.9.12
    10.0.23
    Oh - good to see that you also is a human :p
     
  19. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Added update time stats to centmin.sh menu options 4, 5 and 21 add update time stats output · centminmod/centminmod@4b8a25c · GitHub

    so at end of updates you will see something like

    Code:
    Starting nginx:                                            [  OK  ]
    *************************************************
    * nginx updated
    *************************************************
    Total Nginx Upgrade Time: 155.256820327 seconds
    -----------------------------------------------------
     
  20. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    4:56 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Updated standalone nginx updating tool at tools/nginxupdate.sh Beta Branch - update tools/nginxupdate.sh | Centmin Mod Community works properly now so you can bypass centmin.sh menu option 4 for nginx updates

    instead you can just type below to update to nginx 1.9.9
    Code:
    cmdir
    tools/nginxupdate.sh 1.9.9
    or
    Code:
    /usr/local/src/centminmod/tools/nginxupdate.sh 1.9.9
    This is useful if you script any automation on your server for nginx updates etc :)