From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 18:54:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3626B16A4CF for ; Mon, 21 Feb 2005 18:54:58 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11D643D49 for ; Mon, 21 Feb 2005 18:54:57 +0000 (GMT) (envelope-from tiberius@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:tiberius@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j1LIrhZF015467; Mon, 21 Feb 2005 18:53:43 GMT Received: (from tiberius@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j1LIrgoh028012; Mon, 21 Feb 2005 11:53:42 -0700 (MST) Date: Mon, 21 Feb 2005 11:53:42 -0700 From: Matt Rechkemmer To: Emanuel Strobl Message-ID: <20050221185342.GA27620@sdf.lonestar.org> References: <20050219110636.GA29557@sdf.lonestar.org> <200502211333.55849@harrymail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502211333.55849@harrymail> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Ack, the mysql41-server port killed my box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 18:54:58 -0000 On Mon, Feb 21, 2005 at 01:33:50PM +0100, Emanuel Strobl wrote: > > Just a wild guess, perhaps there is any pam module which tries to > authenticate against the mysql database?. It sounds like.... > > -Harry Actually after much effort I figured it out. The mysql41-server port (v 4.1.10), set the permissions on /. and /.. to 0700 instead of 0755. Once I set these back to normal, things on the system returned to normal operation.