[Varnish] #143: Bogus message when loading a new VCL

Varnish varnish-bugs at projects.linpro.no
Tue Aug 7 10:51:16 CEST 2007


#143: Bogus message when loading a new VCL
----------------------+-----------------------------------------------------
 Reporter:  anders    |       Owner:  phk                  
     Type:  defect    |      Status:  new                  
 Priority:  low       |   Milestone:                       
Component:  varnishd  |     Version:  1.1                  
 Severity:  minor     |    Keywords:  varnishd VCL vcl.load
----------------------+-----------------------------------------------------
 I am running varnishd with -d -d.

 Then, I connect to the management interface using telnet, and issue a
 command to load a new VCL:

 {{{
 Connected to localhost.
 Escape character is '^]'.
 vcl.list
 200 30
         0 boot
 *       3 run1

 vcl.load run2 /usr/local/etc/varnish.vcl
 200 0
 }}}

 On the console where I started varnishd (with -d -d), I then see an error
 message:

 >LI <vcl.list
 >LI <vcl.load run2 /usr/local/etc/varnish.vcl
 Unknown child died pid=0 status=0xffffff00

 The error message seems bogus, because the varnishd child process does not
 die.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/143>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list