mysql shared objects getting lost after reboot

Ken Gunderson kgunders at teamcool.net
Tue Mar 28 20:27:02 UTC 2006


On Tue, 28 Mar 2006 14:16:58 -0600
"Scot Hetzel" <swhetzel at gmail.com> wrote:

> > Then something is amiss w/FBSD cvsup, mergemaster, and 6.0-RELEASE-p6.
> > From cvsweb:
> >
> > Revision 1.14, Sun Jan 16 08:34:30 2005 UTC (14 months, 1 week ago) by
> > obrien Branch: MAIN
> > CVS Tags: RELENG_6_BP, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0,
> > RELENG_6
> >
> > So shouldn't I have the up to date version?
> >
> It looks like only the RELENG_x were updated, and not the RELENG_x_y
> versions of /etc/r./ldconfig.  But when you installed the mysql port,
> it should have installed the misc/ldconfig_compat port when your
> OSVERSION falls between these versions:
> 
> ${OSVERSION} < 504105 || \
>  	( ${OSVERSION} >= 700000 && ${OSVERSION} < 700012 ) || \
> 	( ${OSVERSION} >= 600000 && ${OSVERSION} < 600104 )
> 
> Does '/sbin/sysctl -n kern.osreldate' show your OSVERSION between the
> above values?

1) On  FreeBSD 6.0-RELEASE-p6:

gw02-ny# /sbin/sysctl -n kern.osreldate
600034

2) On 5.4-RELEASE-p13:

kobuk# /sbin/sysctl -n kern.osreldate
504000

What I think happens is that mergemaster complained about dupe ldconfig
and recommended deletion of /etc/rc.d/ldconfig_compat, wh/I did.

However, susbequent reinstallation of misc/ldconfig stashes
ldconfig_compat in /etc/rc.d and does not fix the problem _until_  I
use your updated ldconfig files.

-- 
Best regards,

Ken Gunderson

Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?



More information about the freebsd-amd64 mailing list