[Varnish] #550: varnish fails to start

Varnish varnish-bugs at projects.linpro.no
Fri Sep 4 03:25:03 CEST 2009


#550: varnish fails to start
----------------------+-----------------------------------------------------
 Reporter:  rainer_d  |       Owner:  phk
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:     
Component:  varnishd  |     Version:  2.0
 Severity:  normal    |    Keywords:     
----------------------+-----------------------------------------------------
 srv3# /usr/local/sbin/varnishd -d -P /var/run/varnishd.pid -a myip:80 -f
 /usr/local/etc/varnish/default.vcl -T 127.0.0.1:6082 -s file,/var/tmp,50%
 -u www -g www
 NB: Storage size limited to 2GB on 32 bit architecture,
 NB: otherwise we could run out of address space.
 storage_file: filename: /var/tmp/varnish.gNKFLo (unlinked) size 2047 MB.
 Using old SHMFILE
 New Pid 51239

 Debugging mode, enter "start" to start child
 child (51780) Started
 Pushing vcls failed: CLI communication error
 Child (51780) said Closed fds: 4 5 7 8 11 12 14 15
 Child (51780) said Child starts
 Child (51780) said managed to mmap 1917042688 bytes of 2147467264
 Child (51780) said Ready
 k 1 rev 17


 This is on FreeBSD7.2 i386

 Is there a problem with the vcl file?


 backend site {
 .host = "www.site.com";
 .port = "80";
 }

 sub vcl_recv {
         if (req.http.host ~ "^.site.com$") {
                 set req.backend = site;
         }
 }

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


More information about the varnish-bugs mailing list