[Varnish] #603: admin interface gets confused (2.0.5)
Varnish
varnish-bugs at projects.linpro.no
Thu Dec 17 18:07:35 CET 2009
#603: admin interface gets confused (2.0.5)
----------------------+-----------------------------------------------------
Reporter: knan | Owner: phk
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: 2.0
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
We use automated scripts to load and discard vcls via varnishadm. After a
few days uptime, one of four nodes got its admin interface confused in an
interesting way - vcl.list output mixed in with help text, and the other
way around, not consistently. Probably other commands as well. varnishadm
randomly reports error 106 on vcl.load and vcl.discard.
varnish 2.0.5 built with debian files from svn, updated debian lenny
x86-64
{{{
prod31:~# telnet localhost 6082
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
help
200 449
help [command]
ping [timestamp]
status
start
stop
stats
vcl.load <configname> <filename>
vcl.inline <configname> <quoted_VCLstring>
vcl.use <configname>
vcl.discard <configname>
vcl.list
vcl.show <configname>
param.show [-l] [<param>]
param.set <param> <value>
quit
available 29 boot
available 0 prod2009-12-15-152016
available 0 prod2009-12-15-152411
available 61 prod2009-12-15-153329
active 108 prod2009-12-17-113718
vcl.list
200 110
purge.url <regexp>
purge.hash <regexp>
purge <field> <operator> <arg> [&& <field> <oper> <arg>]...
purge.list
}}}
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/603>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list