Problems with 4.10 and mysql

Thomas T. Veldhouse veldy at veldy.net
Mon May 24 06:54:06 PDT 2004


From: "Pete French" <petefrench at keithprowse.com>
> Unfortunately this is going to be a very indistinct bug
> report, but ever since upgrading to 4.10 from 4.9 I am
> having several problems with mysql. These manifest as
> programs occasionally failing to connect to the database.
> Unfortunately I have been unable to track this down as yet
> due to the fact it only happens once in every few hundred
> attempts, so trying to actually characterise it is proving
> almost impossible!
>
> Has anyone else seen this ? I am using the system on a test
> server and am loathe to upgrade the production machines just in case
> it *isnt* simply some quirk of this machine.
>
> -pcf.


Do you run a firewall (ipfw) on that machine?  Perhaps you are hitting
stateful connection limits?

I used to set this in /etc/sysctl.conf to avoid the issue for me:

# increase the number of dynamic firewall rules allowed
net.inet.ip.fw.dyn_max=3000

Tom Veldhouse



More information about the freebsd-stable mailing list