From owner-freebsd-stable@FreeBSD.ORG Sun Dec 7 14:57:55 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F253144 for ; Sun, 7 Dec 2014 14:57:55 +0000 (UTC) Received: from isis.morrow.me.uk (isis.morrow.me.uk [204.109.63.142]) by mx1.freebsd.org (Postfix) with ESMTP id 79F7BB99 for ; Sun, 7 Dec 2014 14:57:54 +0000 (UTC) Received: from anubis.morrow.me.uk (unknown [93.89.81.46]) (Authenticated sender: mauzo) by isis.morrow.me.uk (Postfix) with ESMTPSA id 747A445087; Sun, 7 Dec 2014 14:48:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 isis.morrow.me.uk 747A445087 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=morrow.me.uk; s=dkim201101; t=1417963714; bh=45oaSUuw3tVIPKc0fOtETx/UbYSERes+y/PS+hOonUU=; h=Date:From:To:Subject:In-Reply-To; b=LYd9dNzqdaBIO8CAs0IvC3EWpxckgMYxEzBLDGUtdMX3TUN6WvBR1iwQMT3o18wlW l/NXmXqb1NQ0zzBQuTvhWoUimoTVWADMWrIVtV5hrRAwZsVs2EYGB252i3KrefOSVv wTzgP4zl81RYzA/uUdOgDUr3oWzJRREezFxf3Hr8= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at isis.morrow.me.uk Received: by anubis.morrow.me.uk (Postfix, from userid 5001) id 1C530162F1; Sun, 7 Dec 2014 14:48:28 +0000 (GMT) Date: Sun, 7 Dec 2014 14:48:27 +0000 From: Ben Morrow To: freebsd-stable@chef-ingenieur.de, freebsd-stable@freebsd.org Subject: Re: freebsd-update 10.0 -> 10.1 segmentation fault (nsswitch.conf w mysql) Message-ID: <20141207144825.GA17366@anubis.morrow.me.uk> Mail-Followup-To: freebsd-stable@chef-ingenieur.de, freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d89bae75778743583265187bc41a4ca@chef-ingenieur.de> X-Newsgroups: gmane.os.freebsd.stable User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 14:57:55 -0000 Quoth Thomas Krause : > > binary update from Freebsd 10.0 to 10.1 Release fails after > 1st reboot with 10.1 kernel and running > > # freebsd-update install > Segmentation fault > > I found, removing the mysql entry from /etc/nsswitch.conf helps. > But running > > # freebsd-update install > > again, I get "Segmentation fault" again - the "old" nsswitch.conf > with mysql entries were installed. When doing an upgrade, freebsd-update merges your changes into the files under /etc and stashes the merged version away to install when the time comes. This means if you make changes between 'freebsd-update upgrade' and the final 'freebsd-update install' these will be overwritten by the install. > How can I fix that (where come the old nsswitch.conf from - a > find / doesn't help). No, it wouldn't. f-u stores the files gzipped and named by hash, so neither find nor grep -r would find anything. Ben