Re: Can mysql be set to utilize all cores in a CPU in generic.mp ?

2010-04-07 Thread Andres Salazar
Peereboom wrote: > No because mysql uses stupid threads instead of forking. > > On Wed, Apr 07, 2010 at 03:09:14PM -0600, Andres Salazar wrote: >> Greetings, >> >> Iam suing amd64 with generic.mp kernel, a quadcore processor  and >> mysql from the multi threaded defau

Can mysql be set to utilize all cores in a CPU in generic.mp ?

2010-04-07 Thread Andres Salazar
Greetings, Iam suing amd64 with generic.mp kernel, a quadcore processor and mysql from the multi threaded default compiled mysql from ports. Iam using sysbench-mysql to send 16 threads to mysql-server however iam observing that top always displays 1 core at 100% and the other cores basically idle

Help with pecl-geoip-1.0.7 in apache1 jail. Not working from web, does work on terminal.

2010-03-01 Thread Andres Salazar
Hello, Iam using OpenBSD 4.6 i386 with apache1, php5-core 5.2.11 and pecl-geoip-1.0.7. I cannot get the function below to produce any output (blank page) on the web-.. but if I run it by terminal with php script.php it does display "GEO-106FREE 20090201 Build 1 Copyright (c) 2007 MaxMind LLC All R

Is it possible to compile apache2 without mod_proxy, mod_cache, and disk_cache? errors....

2009-12-26 Thread Andres Salazar
Hello, I have editted the Makefile for apache2.2.14 in 4.6 ports so that the optional modules specifically tagged as enabled are actually disabled because i dont need them: CONFIGURE_ARGS+=--enable-layout=OpenBSD \ --prefix=${HTTPD_DIR} \ --

Why does apache2 need the db package? Anyway to avoid that?

2009-12-26 Thread Andres Salazar
Hello, When compiling apache2.2.14 from ports I noticed that it needs the db-4.6.21p0 Berkeley DB package, revision 4. Is this actually needed by the apache core? or is it a result of enabling a certain module i can actually disable?? I have compiled apache.2.2.14 from source directly fro

apache2 with php5 from packages? possible or needed to be custom compiled?

2009-12-22 Thread Andres Salazar
Hello, I can install sucessfully apache2 from packages, with php5-core custom compiled with this line in the Makefile: CONFIGURE_ARGS+=--with-apxs2=/usr/local/sbin/apxs2 \ My question is... is there anyway for the users of apache2 to be able to use php5 in packages without recompiling? I was to

Squid ports upgrade in current? Squid Maintainer

2009-10-28 Thread Andres Salazar
Hello, Id like to ask if it possible to push an upgrade on Squid from squid-2.7.STABLE6 to current, perhaps squid-2.7.STABLE7 or Squid3.0 which are the versions that the developers of Squid recommend. There are loads of bug fixes, and new features in these that I would like to take advantage off

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-20 Thread Andres Salazar
confirm that indeed there is something being done about this, or if there is a piece of information that the ones who have the problem can supply? Thank you. Andres On Wed, Aug 12, 2009 at 6:30 PM, Andres Salazar wrote: > Or, better yet  a way to rollback to 5.2.8 ? > > Thanks > >

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-12 Thread Andres Salazar
Or, better yet a way to rollback to 5.2.8 ? Thanks On Wed, Aug 12, 2009 at 2:58 PM, Andres Salazar wrote: > Hello, > > Is there anyway to download the OLD php port 5.2.6 ?  so that I > compile that one hence using php 5.2.10 doesnt work. > > I know that it exists in the packa

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-12 Thread Andres Salazar
AM, Stuart Henderson wrote: > On 2009/08/12 12:53, Stuart Henderson wrote: >> On 2009/08/12 12:46, Stuart Henderson wrote: >> > On 2009/08/11 20:01, William Yodlowsky wrote: >> > > On 11 August 2009 at 13:37, Andres Salazar wrote: >> > > >> > > &

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-11 Thread Andres Salazar
Does anybody know why this "bug" is not listed in the suhosin website? , could this be a incompatibility issue bewteen openbsd and suhosin instead of being it a suhosin only issue? Thanks On Sun, Aug 9, 2009 at 7:50 PM, William Yodlowsky wrote: > On 9 August 2009 at 19:31, A

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-09 Thread Andres Salazar
, 2009 at 7:03 PM, William Yodlowsky wrote: > On 9 August 2009 at 22:49, Stuart Henderson wrote: > >> On 2009/08/09 13:13, Andres Salazar wrote: >> > Hello, >> > >> > I downloaded my STABLE ports on August 6th and I didnt have the >> > php.ini:suhos

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-09 Thread Andres Salazar
/patches/?only_with_tag=OPENBSD_4_5 I dont see such path, which in previous threads was called "patch-ext_suhosin_suhosin_c" . Andres On Sun, Aug 9, 2009 at 4:49 PM, Stuart Henderson wrote: > On 2009/08/09 13:13, Andres Salazar wrote: >> Hello, >> >> I downloaded my S

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-09 Thread Andres Salazar
Hello, I downloaded my STABLE ports on August 6th and I didnt have the php.ini:suhosin.session.encrypt = Off by default. Is this issue still known to exist? In my personal experience I still have this issue when it is set to On, specifically when I try to compile apache2 and php5 to work togethe