From owner-freebsd-current@FreeBSD.ORG Tue Mar 21 04:12:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F2316A400 for ; Tue, 21 Mar 2006 04:12:57 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001D243D64 for ; Tue, 21 Mar 2006 04:12:53 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (igloo.linux.gr [62.1.205.36]) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k2L4CaVc028609; Tue, 21 Mar 2006 06:12:37 +0200 Received: by flame.pc (Postfix, from userid 1001) id A48F5A0; Mon, 20 Mar 2006 20:12:19 -0800 (PST) Date: Mon, 20 Mar 2006 20:12:19 -0800 From: Giorgos Keramidas To: Ganbold Message-ID: <20060321041219.GA31213@flame.pc> References: <441F7635.4090300@micom.mng.net> <441F7991.8000505@micom.mng.net> <441F7635.4090300@micom.mng.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441F7991.8000505@micom.mng.net> <441F7635.4090300@micom.mng.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.385, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 1.01, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-current@freebsd.org Subject: Re: rcorder problem when booting CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2006 04:12:57 -0000 On 2006-03-21 11:42, Ganbold wrote: > Hi, > > I have just upgraded my machine from FreeBSD-6.1-PRERELEASE to > FreeBSD-7.0-CURRENT. > > gw# uname -an > FreeBSD gw.micom.mng.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Mar 21 > 09:00:50 ULAT 2006 tsgan@gw.micom.mng.net:/usr/obj/usr/src/sys/GW i386 > > When I restarted the machine right after mergemaster, it said following > error and > didn't run rc scripts. I had to manually start some scripts. > > ... > pid 104(rcorder), uid0: exited on signal 11 (core dumped) > Segmentation fault (core dumped) > ... > [snip stack trace without symbols] On 2006-03-21 11:57, Ganbold wrote: > Sorry for the noise. I read UPDATING and found out that > dansguardian startup script was causing the problem. Still a core dump is a core dump. Can you build a debugging version of rcorder and try again? This time the stack trace may be more useful. - Giorgos