Re: [patch] httpd/src/modules/ssl/ssl_util_table.c - fd leak

2010-02-05 Thread Philip Guenther
On Fri, Feb 5, 2010 at 6:14 PM, Ted Unangst wrote: > You are correct, but the patch isn't complete. You should be calling > fclose on the FILE *. Also, the table_write function has similar > bugs. I spent some time consolidating the error handling, but > eventually just gave up. (are these fun

Re: UBC?

2010-02-05 Thread Anton Maksimenkov
2010/2/6 Jeff Ross : > When I set shared_buffers to slightly less than 1/4 of my system ram I > started this whole round of system panics and reports because in order to > get postgres to start I then had to crank kern.shminfo.shmmax to 1GB, and > that would trigger a panic very quickly under load.

little cp diff

2010-02-05 Thread Ted Unangst
Though for a program like cp, this may qualify as a big diff. :) Continuing in my "make IO suck less" phase, cp would be a lot more efficient if it didn't bounce the disk heads around so much. Instead of using a tiny 64k buffer, use an amount based on a small fraction of RAM. Index: utils.c

Re: [patch] httpd/src/modules/ssl/ssl_util_table.c - fd leak

2010-02-05 Thread Ted Unangst
You are correct, but the patch isn't complete. You should be calling fclose on the FILE *. Also, the table_write function has similar bugs. I spent some time consolidating the error handling, but eventually just gave up. (are these functions even used?) 2009/12/18 Igor Zinovik : >Hello

Re: UBC?

2010-02-05 Thread Jeff Ross
Anton Maksimenkov wrote: 2010/2/5 Ted Unangst : On Thu, Feb 4, 2010 at 2:21 PM, Jeff Ross wrote: kern.shminfo.shmall=512000 kern.shminfo.shmmax=76800 Oh, when I said it was safe to crank shmmax I didn't know you'd be setting the bufcache to huge numbers too. ;) Furthermore, postgres do

Re: remove a libcrypto dependancy in mount_vnd(8)

2010-02-05 Thread Damien Miller
On Thu, 4 Feb 2010, Mike Belopuhov wrote: > hey, > > while looking thru bioctl stuff, i've accidentaly stumbled upon > pbkdf2 thing and found out that mount_vnd still uses local > pkcs5_pbkdf2.c from NetBSD and links against libcrypto (although > it's a static binary). reduction in size is about

Oral-B vous rembourse de 20 � 50%

2010-02-05 Thread Pascale Debuire
BROSSEADENTSHOP.COM vous propose une silection de produits d'hygihne dentaire ` des prix trhs compititifs sur des produits issus de grandes marques. Besoin de conseils sur l'hygihne bucco-dentaire, d'un produit spicialisi en orthodontie, d'une brosse ` dents electrique, d'un kit de blanchiment o

Re: xargs -0 and -L

2010-02-05 Thread Brynet
Atte Peltomdki wrote: > Where did you find it btw? I can't find 2008 edition anywhere that > wouldn't require registration and whatnot. Hi, http://www.opengroup.org/onlinepubs/9699919799/ http://www.opengroup.org/onlinepubs/9699919799/mindex.html http://www.opengroup.org/onlinepubs/9699919799/do

Re: xargs -0 and -L

2010-02-05 Thread Marc Espie
On Fri, Feb 05, 2010 at 12:14:51PM +0200, Atte Peltomdki wrote: > On Fri, Feb 05, 2010 at 02:49:16AM +0100, Ingo Schwarze wrote: > > Atte Peltomdki wrote on Thu, Feb 04, 2010 at 12:48:47PM +0200: > > > On Tue, Feb 02, 2010 at 09:32:43PM +0100, Ingo Schwarze wrote: > > >> Antti Harri wrote on Tue, F

Re: xargs -0 and -L

2010-02-05 Thread Atte Peltomäki
On Fri, Feb 05, 2010 at 02:49:16AM +0100, Ingo Schwarze wrote: > Atte Peltomdki wrote on Thu, Feb 04, 2010 at 12:48:47PM +0200: > > On Tue, Feb 02, 2010 at 09:32:43PM +0100, Ingo Schwarze wrote: > >> Antti Harri wrote on Tue, Feb 02, 2010 at 07:31:57PM +0200: > > >>> xargs' -L switch isn't working