Re: Question about Cache Size

2008-01-20 Thread james
james wrote: > Hey everyone, > > In trying to diagnose why the varnish child dies at seemingly random > times, I started varnish with -d -d and waited for a crash. This is what > I got in the output: > > Child said (2, 16094): < Condition((st) != NULL) not true. &g

Question about Cache Size

2008-01-10 Thread james
e Used Avail Use% Mounted on /dev/sda3 131G 16G 109G 13% / /dev/sda1 99M 15M 79M 16% /boot tmpfs 1.8G 0 1.8G 0% /dev/shm Any idea if these things are related? Currently running varnishd-1.2

Odd Output from Varnishstat

2007-10-15 Thread James Quacinella
AS / Verdens Gang AS Thanks! -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

VCL.List Output

2007-09-05 Thread James Quacinella
_and_dynamic.vcl varnishadm -T x.x.x.x:8080 vcl.list * 1 boot 1 config 0 static 0 static_and_dynamic varnishadm -T x.x.x.x:8080 vcl.discard config Which returns an error. Any idea why that one config was still 'busy'? -- james __

Re: why purge makes child process restart?

2007-09-02 Thread james
#x27;re best bet would be to run varnish from trunk (http://varnish.projects.linpro.no/wiki/Installation). -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: Browser refresh and varnish

2007-08-02 Thread James Quacinella
abcd.jpeg after the inital request ? Depending on your browser, you should either clear your local cache or don't cache at all for a certain domain (not sure if thats possible). Why not use something like wget? -- james ___ varnish-misc mailing lis

Re: Small varnish 1.1 test with openrealty and joomla.

2007-07-30 Thread James
;3. I'm also running eaccelerator for php. Is that a good idea? > eAccelerator, or any php cache (like xcache or apc) is really a side issue from Varnish. I've used all of those before with not much trouble. I would recommend its usage. -- james __

Re: Configuration help

2007-07-30 Thread James Quacinella
e if (req.url ~ "*.(jpg|jpeg|gif)") { lookup } or something along those lines. Anyone every try anything similar? -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Question about Pass

2007-07-25 Thread James Quacinella
ndled normally." So when running varnishstat, what does 'Cache hits for pass' mean? Sicne the above says that pass mode does not enter anything in the cache, but it can still use the cache? thanks for any insight, james ___ varnish-misc maili

Re: Failure cenarios?

2007-07-03 Thread James Quacinella
you to check the response using a regex, though I never got it to work. Check the manual at http://www.tildeslash.com/monit/doc/manual.php#connection_testing Also, maybe you can use swatch to monitor its log file for nasty things and automatically restart it / email you when it happens? -- james

Re: Latest trunk build will not start (rev1586)

2007-06-28 Thread James Quacinella
list noise. Thanks! -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Latest trunk build will not start (rev1586)

2007-06-27 Thread James Quacinella
I am missing some parameter, thanks for any and all info :-) -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: VCL and Non-Existent Backend Objects

2007-05-14 Thread James Quacinella
. Too bad the LB software I'm using doesn't really support that (at least not now). -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

VCL and Non-Existent Backend Objects

2007-05-07 Thread James Quacinella
04 is generated (like here http://varnish.projects.linpro.no/ticket/88). Thanks! -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: Varnishd and Supervisord

2007-04-22 Thread James
stable, but It would be nice to get supervisord running with varnish for some other reasons as well. I havn't tried this, but you could try to run it as: echo "start" | varnishd -d -d You will want to use the double -d option for something like this Sadly, that didn&#x

Varnishd and Supervisord

2007-04-19 Thread James
eed manual intervention. Is there any way to get the child to start automatically even in debugging mode? -- james ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc