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

Beta Branch update inc/entropy.inc

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 31, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,554
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/entropy.inc

    Continue reading...

     
  2. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:11 AM
    Mainline
    10.2
    I just changed mine also, from:
    ${HAVEGED_BIN} -w 3072 -v 1 && success || failure
    to
    ${HAVEGED_BIN} -w 4096 -v 1 && success || failure

    How to apply?
    What app to restart?
    Thanks!
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,554
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Code:
    service haveged restart
     
  4. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:11 AM
    Mainline
    10.2
    But I got this:
    # server haveged restart
    -bash: server: command not found
     
  5. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:11 AM
    Mainline
    10.2
    Fixed :D
    # service haveged restart
    Stopping haveged: [ OK ]
    Starting haveged: [ OK ]
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,554
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    doh mental boo-boo service !
     
  7. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:11 AM
    Mainline
    10.2
    Just applied this on my new server and it's hogging 1 cpu core, So I reverted to:
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,554
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+