Try recompiling squid *after* you have your local shell's ulimit's
unlimited, so that the higher limits get set by configure.
Steps:
1. fix up your /etc/rc.sysctl to up kern.maxfilesperproc and kern.maxfiles
2. ulimit -n 1 (or if in csh/tcsh, type unlimit)
* you may have to force the hard
It appears that get_dumpsize is b0rked in that the following
returns a negative number for systems with large memory/swap
configs:
void
get_dumpsize()
{
int kdumpsize;
/* Read the dump size. */
DumpRead(dumpfd, &kdumpsize, sizeof(kdumpsize),
(off_t)(dumplo +
Here's a wierd problem i ran into with regcomp, using the attached
test program linked against libefence. Am I missing something obvious,
other than the fact that it is a "not-so-correct" regex? Also, the
stranger part is that when the /10 is replaced with /11 (YMMV) the
problem doesn't occur.
Any possiblity of incorporating the %busy stats in iostat for 4.5, I
know that it's available in systat, but it would be great if iostat
would show this detailed info as well. If it makes things easier, I
submitted a patch against -stable back on Aug 27th:
- Date: Mon, 27 Aug 2001 22:28:06 -070
4 matches
Mail list logo