Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2005 19:04:38 -0400 (EDT)
From:      Tuc at T-B-O-H <ml@t-b-o-h.net>
To:        xfb52@dial.pipex.com (Alex Zbyslaw)
Cc:        Tuc at T-B-O-H <ml@t-b-o-h.net>, freebsd-questions@freebsd.org
Subject:   Re: Problems since 5.3-RELEASE-p15
Message-ID:  <200506202304.j5KN4cPX000832@himinbjorg.tucs-beachin-obx-house.com>
In-Reply-To: <42B5506A.8020608@dial.pipex.com> from "Alex Zbyslaw" at Jun 19, 2005 12:00:58 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> On 6/17/05, Tuc at T-B-O-H <ml@t-b-o-h.net> wrote:
> 
> >>Hi,
> >>
> >>        Ever since I upgraded to 5.3-RELEASE-p15, I've started to run into
> >>problems...  All of a sudden, anything I do results in a Segfault. Sometimes
> >>I'll get :
> >>
> >>        /libexec/ld-elf.so.1: top: Shared object has no run-time symbol table
> >>    
> >>
> Are you sure you rebuilt and re-installed both your kernel and your 
> world?  If they are out of sync, that can cause unusual problems.
>
	Yes. I have a 2 part process I run :

STEP 1:

cvsup -g -L 2 ./stable-supfile &&(cd /usr/src;make buildworld) && (cd /usr/src;make buildkernel KERNCONF=HIMINBJORG53)
echo "Press ENTER to install kernel"
read c
(cd /usr/src;make installkernel KERNCONF=HIMINBJORG53)
echo "Need to reboot"

STEP 2:

echo "Press ENTER to mergemaster"
read a
mergemaster -p
echo "Press ENTER to installworld"
read b
(cd /usr/src;make installworld)
echo "Press ENTER to mergemaster"
read c
mergemaster
echo "REBOOT"

	I guess I could re-run it and see if it continues.

> If you have upgraded to 5.3-RELEASE-p15 why not just upgrade to 
> 5.4-RELEASE-p*?
> 
	I'm always nervous going up a release due to my NVIDIA card....

		Thanks, Tuc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506202304.j5KN4cPX000832>