From owner-freebsd-current@FreeBSD.ORG Thu Oct 5 12:08:24 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 D1B4716A403 for ; Thu, 5 Oct 2006 12:08:24 +0000 (UTC) (envelope-from rob@debank.tv) Received: from flappie.debank.tv (59-80-ftth.onsneteindhoven.nl [88.159.80.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AE943D58 for ; Thu, 5 Oct 2006 12:08:23 +0000 (GMT) (envelope-from rob@debank.tv) Received: from [192.168.2.109] (ip54569dc6.speed.planet.nl [84.86.157.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id 4083B1717B; Thu, 5 Oct 2006 14:08:22 +0200 (CEST) Message-ID: <4524F5B6.2080007@debank.tv> Date: Thu, 05 Oct 2006 14:08:22 +0200 From: Rob Evers User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: rainbowit@Rainbow-IT.net References: <57153.10.0.2.4.1160049137.squirrel@Rainbow-IT.net> In-Reply-To: <57153.10.0.2.4.1160049137.squirrel@Rainbow-IT.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 05 Oct 2006 13:07:51 +0000 Cc: FreeBSD-CURRENT@FreeBSD.org Subject: Re: segmentation fault(s) after upgrading to 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: Thu, 05 Oct 2006 12:08:24 -0000 rainbowit@Rainbow-IT.net wrote: > Hi All, > > I'm new to the list, so please be gentle :) > > I have just upgraded from FreeBSD_6 STABLE to FreeBSD_7 CURRENT (about > time I did some testing / early adoption I thought). > > [12:49]chrisp@valhalla ~ % uname -a > FreeBSD valhalla.systems.hq.inty.net 7.0-CURRENT FreeBSD 7.0-CURRENT #1: > Thu Oct 5 09:38:09 BST 2006 > chrisp@valhalla.systems.hq.inty.net:/usr/obj/usr/src/sys/VALHALLA i386 > > My 'VALHALLA' kernel is a copy of 'GENERIC', but with > RAID/SCSI/FIREWIRE/ISA_NICs removed. > > I have completed the upgrade but now I see many of the programs I run, are > core dumping... > > This is from /var/log/messages: - > > Oct 5 11:26:26 valhalla kernel: pid 805 (gdm-binary), uid 0: exited on > signal 11 (core dumped) > Oct 5 11:26:29 valhalla kernel: pid 897 (my_print_defaults), uid 88: > exited on signal 11 > Oct 5 11:26:29 valhalla kernel: pid 898 (my_print_defaults), uid 88: > exited on signal 11 > Oct 5 11:26:29 valhalla kernel: pid 914 (mysqld), uid 88: exited on > signal 11 > Oct 5 11:26:35 valhalla kernel: pid 942 (clamd), uid 0: exited on signal > 11 (core dumped) > Oct 5 11:26:35 valhalla kernel: pid 946 (freshclam), uid 0: exited on > signal 11 (core dumped) > Oct 5 11:26:35 valhalla root: /etc/rc: WARNING: $compat5x_enable is not > set properly - see rc.conf(5). > Oct 5 11:26:36 valhalla kernel: pid 1025 (gdomap), uid 0: exited on > signal 11 (core dumped) > Oct 5 11:26:36 valhalla kernel: pid 1039 (gdnc), uid 0: exited on signal > 11 (core dumped) > > I've read the mailarchive and added 'compat5x_enable="YES"' to > /etc/rc.conf (I think that's what I should have done and the warning has > gone away now). > > As for the Segmentation faults, what should I do to get myself back on track? > > I an eager to do whatever it takes, to help diagnose and fix what's wrong. > > Kindest Regards, > -- > > ChrisP > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > Hi, Try using compat6x_enable="YES" or recompile all ports with problems......... Rob