Welcome to Centmin Mod Community
Register Now

Xenforo [alert] 29123#0: *119322 zero size buf in output t:0 r:0 f:1

Discussion in 'Forum software usage' started by rdan, Jun 30, 2014.

Tags:
  1. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    I have a lot of this error:



    How to fix this?



     
  2. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    Something to do with LiveUpdate addon?
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,149
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    12:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    never seen that error before although live update addon was hanging up my php-fpm unix socket connections with updates frequency being too fast <20 seconds
     
  4. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    So did you disable LiveUpdate addon here?
    Mine is set to update every 60 seconds on admin option.
     
  5. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    That error is on my /domain.com/log/error.log
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,149
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    12:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    i raised the frequency of checks from original 10 seconds to 20 seconds but switching from php-fpm pool unix sockets back to TCP fixed my hanging issue but never experienced your error

    from http://mailman.nginx.org/pipermail/nginx-devel/2014-January/004740.html suggests that error is harmless and occurs when request has an empty response (
    Content-Length: 0)

    You using default Centmin Mod TCP php-fpm single instance or started playing with load balanced upstreams ?
     
  7. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    Nah I don't know how to configure correctly load balance upstream :D
    Just default settings of CentMinMod.

    Applying multiple instances of php-fpm would be better?
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,149
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    12:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if you have a PHP intensive site/load then yeah but only as far as you having enough cpu threads to service the php-fpm workers. If you don't have enough cpu threads, having more php-fpm workers than cpu threads tends to do the opposite and slow things down
     
  9. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:37 PM
    Mainline
    10.2
    I have 4 cores and 4 threads.