Problems since 5.3-RELEASE-p15

Tuc at T-B-O-H ml at t-b-o-h.net
Mon Jun 20 23:05:03 GMT 2005


> 
> On 6/17/05, Tuc at T-B-O-H <ml at 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


More information about the freebsd-questions mailing list