Date: Tue, 28 Mar 2006 13:26:58 -0700 From: Ken Gunderson <kgunders@teamcool.net> To: "Scot Hetzel" <swhetzel@gmail.com>, freebsd-amd64@freebsd.org Cc: flz@FreeBSD.org Subject: Re: mysql shared objects getting lost after reboot Message-ID: <20060328132658.031235bb.kgunders@teamcool.net> In-Reply-To: <790a9fff0603281216l5f5b1da5j3de46941528e1d99@mail.gmail.com> References: <20060328095101.68a2d9a4.kgunders@teamcool.net> <790a9fff0603280928wf523778p95eaf855ecc330bf@mail.gmail.com> <20060328114131.0f995d97.kgunders@teamcool.net> <790a9fff0603281110q1dc9f769y5a73d87f60b1c95a@mail.gmail.com> <20060328121449.2e5e3803.kgunders@teamcool.net> <790a9fff0603281151j1d5b0b0lab9642dfed66676e@mail.gmail.com> <20060328130159.07eaa4b9.kgunders@teamcool.net> <790a9fff0603281216l5f5b1da5j3de46941528e1d99@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Mar 2006 14:16:58 -0600 "Scot Hetzel" <swhetzel@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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060328132658.031235bb.kgunders>