Re: How DBA solved overload problem ?

2003-09-18 Thread Sean Chittenden
in the future, just -databases or just -questions would've been sufficient (the more topical the list the better). -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Performance Problems.. Server hardware smoked by $500 box?

2003-09-11 Thread Sean Chittenden
: dig my.test.box.example.com. a dig d.c.b.a.in-addr.arpa. ptr apache: grep Hostname /usr/local/etc/apache/httpd.conf -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

ipfilter per rule ttl's not working?

2003-08-26 Thread Sean Chittenden
from any to 192.168.1.0/24 port = 22 flags S keep state keep frags # ipf -Fa -f /etc/ipf.rules 693: invalid ttl (604800) :-/ One would think that 604800 would qualify as a decnumber. Am I missing something or is this a documented non-feature? -sc -- Sean Chittenden

Disk cache size via sh?

2003-07-09 Thread Sean Chittenden
worth while. -sc -- Sean Chittenden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Disk cache size via sh?

2003-07-09 Thread Sean Chittenden
anything worth while. More correctly, can the FS cache up to the entire size listed in vfs.maxbufspace (actually vfs.hibufspace) bytes or is there a limit to how much FS operations can use of the vfs cache? -sc -- Sean Chittenden ___ [EMAIL PROTECTED

Re: gcc me harder: -Wconversion bug?

2003-06-10 Thread Sean Chittenden
(char b) was the same as f(char b)... :-/ or am I missing something? I believe that gcc's promoting the char to an int or to some other non-1 byte width data type... but I'm not seeing how, where, or why. -sc -- Sean Chittenden ___ [EMAIL PROTECTED

gcc me harder: -Wconversion bug?

2003-06-09 Thread Sean Chittenden
#ifndef false #define false ((bool)0) #endif void f(bool b); #endif /* End test.h */ /* Begin test.c */ #include test.h int main(void) { f(true); return(0); } void f(bool b) { } /* End test.c */ -- Sean Chittenden ___ [EMAIL PROTECTED] mailing

Number of sf_bufs (nsfbuf)'s available/inuse for -STABLE...

2003-03-03 Thread Sean Chittenden
of performance tuning? -sc -- Sean Chittenden pgp0.pgp Description: PGP signature