From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 23:05:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2BC116A41C for ; Mon, 20 Jun 2005 23:05:02 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C7F43D4C for ; Mon, 20 Jun 2005 23:05:02 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c511d8.dyn.optonline.net [68.197.17.216]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id j5KN3jmA009138; Mon, 20 Jun 2005 19:03:46 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.1/8.12.10) with ESMTP id j5KN4pJZ000836; Mon, 20 Jun 2005 19:04:52 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.1/8.13.1/Submit) id j5KN4cPX000832; Mon, 20 Jun 2005 19:04:38 -0400 (EDT) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200506202304.j5KN4cPX000832@himinbjorg.tucs-beachin-obx-house.com> To: xfb52@dial.pipex.com (Alex Zbyslaw) Date: Mon, 20 Jun 2005 19:04:38 -0400 (EDT) In-Reply-To: <42B5506A.8020608@dial.pipex.com> from "Alex Zbyslaw" at Jun 19, 2005 12:00:58 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Tuc at T-B-O-H , freebsd-questions@freebsd.org Subject: Re: Problems since 5.3-RELEASE-p15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 23:05:03 -0000 > > On 6/17/05, Tuc at T-B-O-H 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