Re: Open File Limit

2003-05-08 Thread Donovan Baarda
On Fri, 2003-05-09 at 03:43, Russell Coker wrote: > On Fri, 9 May 2003 02:55, Matthew Walkup wrote: > > 2) Is there a way to see what the current number of real open files are? > > lsof reports all open sockets, etc, so I'm not sure how. > > cat /proc/sys/fs/inode-nr 10:19:33 [EMAIL PROTECTED]:~

Exim(woody) & amavis-ng(testing)

2003-05-08 Thread UnKnown
Hi all im trying to run amavis-ng from testing, under my exim woody standar. When i conect to the mta port the following message showoff 2003-05-08 18:26:04 Exim configuration error main option "perl_startup" unknown in line 6 I wont to confirm that the exim in woody is not compile with the p

Re: Open File Limit

2003-05-08 Thread Russell Coker
On Fri, 9 May 2003 02:55, Matthew Walkup wrote: > 2) Is there a way to see what the current number of real open files are? > lsof reports all open sockets, etc, so I'm not sure how. cat /proc/sys/fs/inode-nr -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www

RE: Open File Limit

2003-05-08 Thread Matthew Walkup
Anyone have an answer to my second question: 2) Is there a way to see what the current number of real open files are? lsof reports all open sockets, etc, so I'm not sure how. I'm guessing the proper way is: lsof | grep REG | wc -l 1809 Thanks, Matt -Original Message- From: Matthew Wa

Re: DNS cpu utilization

2003-05-08 Thread peace bwitchu
These two bind servers are authoritative for 200 zones and as far as clients go that's a hard one. Because of the way everything snowballed before I got ahold of it it could be as many as > 10,000 this is a best guess of course. Once I prove that debian is the way to go with this I plan to implem

Re: Apache Dynamic Hosts Logs Stats

2003-05-08 Thread Ronny Spiegel
Hi there, > > DocumentRoot /var/www/website.com >ServerName www.website.com >CustomLog logs/www.website.com-access_log combined >ErrorLog logs/www.website.com-error_log > >This way I have a directory where my webalizer can process all log files. You >can also rotate logs of the wh

Re: Apache Dynamic Hosts Logs Stats

2003-05-08 Thread Tomàs Núñez Lirola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the virtual host definition I use "CustomLog". DocumentRoot /var/www/website.com ServerName www.website.com CustomLog logs/www.website.com-access_log combined ErrorLog logs/www.website.com-error_log This way I have a directory w