From owner-freebsd-stable@FreeBSD.ORG Sat Dec 6 10:45:14 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 E88C0786 for ; Sat, 6 Dec 2014 10:45:14 +0000 (UTC) Received: from mail.webmatic.de (mail.webmatic.de [212.78.101.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.webmatic.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAE4E61 for ; Sat, 6 Dec 2014 10:45:14 +0000 (UTC) Received: from mail.webmatic.de (localhost [127.0.0.1]) by mail.webmatic.de (Postfix) with ESMTP id 2EB548A020 for ; Sat, 6 Dec 2014 11:35:29 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 06 Dec 2014 11:35:29 +0100 From: Thomas Krause To: freebsd-stable@freebsd.org Subject: freebsd-update 10.0 -> 10.1 segmentation fault (nsswitch.conf w mysql) Message-ID: <1d89bae75778743583265187bc41a4ca@chef-ingenieur.de> X-Sender: freebsd-stable@chef-ingenieur.de User-Agent: Roundcube Webmail/1.0.3 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: Sat, 06 Dec 2014 10:45:15 -0000 Hi, 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. How can I fix that (where come the old nsswitch.conf from - a find / doesn't help). Regards, Thomas.