Re: totally weirdass problem, Squid-2.3-4 and FreeBSD

2001-08-24 Thread mki
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

4.4-stable, savecore and integer overflow in get_dumpsize()

2001-10-04 Thread mki
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 +

regcomp, bounds overrun in computematchjumps

2001-10-13 Thread mki
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.

request for %busy feature in iostat

2001-12-18 Thread mki
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