still trying to purge

2008-02-20 Thread Charlie Farinella
Hi all, For the moment I have given up trying to do the http purge thing and am trying to find a workaround. I have the following shell script: == #!/bin/sh host=127.0.0.1 port=6082 cmd=url.purge param=.* echo open ${host} ${port} sleep 1 echo ${cmd} ${param} sleep 3 echo exit == The result

Re: still trying to purge

2008-02-20 Thread Charlie Farinella
On Wednesday 20 February 2008, Charlie Farinella wrote: In case anyone has the same problem, this will work: # scriptname #!/bin/sh host=127.0.0.1 port=6082 cmd=url.purge echo open ${host} ${port} sleep 1 echo ${cmd} \* sleep 3 echo exit $: ./scriptname | telnet Hi all, For the moment I

Re: Child dying with Too many open files

2008-02-20 Thread Michael S. Fischer
Does 'sysctl fs.file-max' say? It should be = the ulimit. --Michael On Wed, Feb 20, 2008 at 4:04 PM, Andrew Knapp [EMAIL PROTECTED] wrote: Hello, I'm getting this error when running varnishd: Child said (2, 15369): Assert error in wrk_thread(), cache_pool.c line 217: