From owner-freebsd-stable@FreeBSD.ORG Sat Dec 6 19:31:50 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 365A1C62 for ; Sat, 6 Dec 2014 19:31:50 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC507896 for ; Sat, 6 Dec 2014 19:31:49 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so1524831wiv.11 for ; Sat, 06 Dec 2014 11:31:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KKDHHh83BchgX8aOV6xXR7Yd3zzr/481jjPlvw9iVWQ=; b=cA73Znq++M2azX8hDMg4tK4eN9jMdKV0sRWzd8Q/vpS5jDTUP0r+vARIlJyYplJRBo 894RpWQrsbQhRUbJlJSlgcjSDb2YN3fIriMo/ve2NRzQQKZsbHtM3az0FTVkdpZBWnYF ELGn1gLyxXogtnLyHl3nv8LgSuNDGZkfX1WIo1Ior/M9QjUIFU8+9XZbsrDBOen1/U7g uQbsdFL22/bSsSkwo9bAFpOcYz6Gajp7kqZ+ZEQugRun5Pv834/w6BZn3N+uevNY91hc xRNWVURcwpdhcJxwDWkr2N0+CiBs5YQz2U50vDdDRAcK4/QmbqyTgmQWCe6elwMVPKYZ 1kVA== MIME-Version: 1.0 X-Received: by 10.194.172.72 with SMTP id ba8mr34380918wjc.13.1417894307700; Sat, 06 Dec 2014 11:31:47 -0800 (PST) Received: by 10.27.46.14 with HTTP; Sat, 6 Dec 2014 11:31:47 -0800 (PST) In-Reply-To: <1d89bae75778743583265187bc41a4ca@chef-ingenieur.de> References: <1d89bae75778743583265187bc41a4ca@chef-ingenieur.de> Date: Sat, 6 Dec 2014 13:31:47 -0600 Message-ID: Subject: Re: freebsd-update 10.0 -> 10.1 segmentation fault (nsswitch.conf w mysql) From: Scot Hetzel To: Thomas Krause Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable 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 19:31:50 -0000 On Sat, Dec 6, 2014 at 4:35 AM, Thomas Krause wrote: > 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). > What port are you using to provide the MySQL support for nsswitch? I checked the net/libnss-mysql port, and it doesn't touch nsswitch.conf. Did you check your ${PREFIX}/etc/rc.d scripts to see if a script is modifying /etc/nsswitch.conf? -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.