From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 11:07:50 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 E4EA416A4CE for ; Sat, 19 Feb 2005 11:07:50 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDBA43D39 for ; Sat, 19 Feb 2005 11:07:50 +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 j1JB6aEM004113 for ; Sat, 19 Feb 2005 11:06:36 GMT Received: (from tiberius@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j1JB6axu000581 for freebsd-questions@freebsd.org; Sat, 19 Feb 2005 04:06:36 -0700 (MST) Date: Sat, 19 Feb 2005 04:06:36 -0700 From: Matt Rechkemmer To: freebsd-questions@freebsd.org Message-ID: <20050219110636.GA29557@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 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: Sat, 19 Feb 2005 11:07:51 -0000 Lately my FreeBSD 5.3R system has been running fine. Tonight I decided to load the mysql 4.1.x port. After loading it, glancing at mysql-server.sh, and firing it up, things went haywire. At the time I had two root sessions open, as well as two normal users. My normal users started getting permission denied for everything, new users are unable to login receiving this via SSHd: No supported authentication methods left to try! Root cannot query any user information. /etc/passwd and /etc/master.passwd look fine. MySQL.d is NOT running, it never did startup, and now I am effectively locked out of the system if I logout. It's obviously authenticated since /var/log/auth.log reports: Feb 19 04:51:17 hybrid sshd[79901]: Accepted keyboard-interactive/pam for theuser from 172.17.1.11 port 2101 ssh2 Any help is GREATLY appreciated, Google has so far yieled nothing on this topic. Thanks! Matt Rechkemmer tiberius@trancell.org