ACLs inheritance problem

2010-08-31 Thread Francis Dubé
it be the same as the default mask from it's parent directory ? I need the new files to be writable by the web group by default, am I missing something ? We are using FreeBSD 8.1 Released on AMD64. Any pointer would be appreciated, thanks a lot. Francis Dubé

Re: Xorg - Resolution issues

2009-03-18 Thread Francis Dubé
Martin Turgeon a écrit : Francis Dubé a écrit : Francis Dubé wrote : Hi everyone, I got this TV : http://www.samsung.com/ca/consumer/detail/spec.do?group=tvtype=tvsubtype=lcdmodel_cd=LN40A330J1DXZCfullspec=F I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a resolution

Re: Xorg - Resolution issues

2009-03-13 Thread Francis Dubé
Francis Dubé wrote : Hi everyone, I got this TV : http://www.samsung.com/ca/consumer/detail/spec.do?group=tvtype=tvsubtype=lcdmodel_cd=LN40A330J1DXZCfullspec=F I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a resolution of 1366x768 which is suposed to be suported

Xorg - Resolution issues

2009-02-13 Thread Francis Dubé
Hi everyone, I got this TV : http://www.samsung.com/ca/consumer/detail/spec.do?group=tvtype=tvsubtype=lcdmodel_cd=LN40A330J1DXZCfullspec=F I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a resolution of 1366x768 which is suposed to be suported by the TV, acording with the

Re: Xorg - Resolution issues

2009-02-13 Thread Francis Dubé
Polytropon a écrit : Maybe you can try Option PreferredMode 1366x768 in section Monitor? If it doesn't work, there's always an option to use xrandr via ~/.xinitrc: xrandr --size 1366x768 xrandr --fb 1366x768 I have a similar issue with the ati driver, using an ATI

Images-only webserver, lighttpd vs NginX

2008-11-03 Thread Francis Dubé
Hi everyone, I posted last week about my webserver hitting the kernel's max process allowed (error : collecting pv entries -- suggest increasing PMAP_SHPGPERPROC). As a part of the solution, I decided to build a jail with a light webserver dedicated to images requests, the biggest part of

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Jeremy Chadwick a écrit : On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: You need to keep your MaxClients setting limited to what your system can run under high load; generally the amount of system memory is the governing

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Jeremy Chadwick a écrit : On Tue, Oct 28, 2008 at 10:44:49AM -0400, Francis Dubé wrote: Jeremy Chadwick a écrit : On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: You need to keep your MaxClients setting

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Chuck Swiger a écrit : On Oct 28, 2008, at 9:49 AM, Francis Dubé wrote: Here's an example of top's output regarding our httpd process : 54326 apache1 960 156M 13108K select 1 0:00 0.15% httpd 54952 apache1 960 156M 12684K select 1 0:00 0.10% httpd 52343

collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Francis Dubé
Hi everyone, I'm running a a webserver on FreeBSD (6.2-RELEASE-p6) and I have this error in my logs : collecting pv entries -- suggest increasing PMAP_SHPGPERPROC I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to suggest to decrease the MaxClients