Re: Varnish on FreeBSD

2009-04-01 Thread Olivier Nicole
Hello, > Yes, we should use f_frsize instead. Please try the attached patch. It worked, but I installed it by hand, I am not sure what version of Varnish it applies too, neither 2.0.3 (installed) nor 2.0.4 (downloaded for testing) have a a file bin/varnishd/stevedore_utils.c or a function stv_fs

requests keep timing out

2009-04-01 Thread Tung Nguyen
Hey guys, Our requests seem to be getting timed out. I set all the timeout parameters pretty high, so wondering what could be causing it. Also, how do I check out the number of current threads being used in varnishstat? Thanks, Tung # ps auxww | grep varnish root 2649 0.0 2.4 101776 827

Re: Varnish on FreeBSD

2009-04-01 Thread Dag-Erling Smørgrav
Olivier Nicole writes: > After some diging I have the answer. > > On FreeBSD, from the man page of fstatvfs: > >f_bsizeThe preferred length of I/O requests for files on this > file system. (Corresponds to the f_iosize member of > struct

Re: Varnish on FreeBSD

2009-04-01 Thread Olivier Nicole
Hi again, After some diging I have the answer. On FreeBSD, from the man page of fstatvfs: f_bsizeThe preferred length of I/O requests for files on this file system. (Corresponds to the f_iosize member of struct statfs.) It is not said

Syntax change : obj.grace

2009-04-01 Thread Paras Fadte
Hi, Is "obj.grace" now changed to "beresp.grace" for the code in varnish trunk ? Also is it necessary to have "return " in the .vcl confg file ? Example return(pass) or just "pass" would be sufficient ? Thank you. -Paras ___ varnish-misc mailing list v