[Varnish] #1149: Varnishadm output buffer problems
    Varnish 
    varnish-bugs at varnish-cache.org
       
    Mon Jun  4 17:54:05 CEST 2012
    
    
  
#1149: Varnishadm output buffer problems
----------------------+-----------------------------------------------------
 Reporter:  adriansw  |        Type:  defect    
   Status:  new       |    Priority:  normal    
Milestone:            |   Component:  varnishadm
  Version:  3.0.2     |    Severity:  major     
 Keywords:            |  
----------------------+-----------------------------------------------------
 Hello, I am trying to run some varnishadm commands on a remote cache
 version 3.0.2, and running into problems:
 # varnishadm -T my.remote.cache:6082 -S /etc/varnish/secret-
 my.remote.cache  debug.health
 CLI communication error (body)
 Command failed with error code 400
 # varnishadm -T my.remote.cache:6082 -S /etc/varnish/secret-
 my.remote.cache "param.show -l"
 CLI communication error (body)
 Command failed with error code 400
 ...so commands with big output fail. But commands with small output
 succeed:
 # varnishadm -T my.remote.cache:6082 -S /etc/varnish/secret-
 my.remote.cache  "param.show user"
 user                       nobody (65534)
                            Default is...
 I tried increasing cli_buffer so debug.health gets printed, even though
 it's the input buffer. Of course it made no difference. Please advise how
 to fix it, or if it's a bug. Thank you.
-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1149>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
    
    
More information about the varnish-bugs
mailing list