From owner-freebsd-stable@FreeBSD.ORG Wed Oct 12 19:51:51 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD50C16A41F for ; Wed, 12 Oct 2005 19:51:51 +0000 (GMT) (envelope-from lukas.ertl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B1343D8C for ; Wed, 12 Oct 2005 19:51:33 +0000 (GMT) (envelope-from lukas.ertl@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so72718wra for ; Wed, 12 Oct 2005 12:51:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fnQepq2B8mul7nVpJ8QHExx/yqzjrs2UNOz4n+daS7JsfyMd+9ujzKGQ5IcBNB6+HXYwKKzQAzrBEwI6uEAYponlxfK9yMEJMH6Ia2AX0qfp9B4sR4bD7L1+tZ9srVwoa/nLgOOyxautg3+5DWc4eUH1z9X9h/Lpev1re2gK/ss= Received: by 10.54.102.11 with SMTP id z11mr277608wrb; Wed, 12 Oct 2005 12:50:17 -0700 (PDT) Received: by 10.54.113.4 with HTTP; Wed, 12 Oct 2005 12:51:33 -0700 (PDT) Message-ID: <4379f9100510121251l4f8a7520td1307a389e9f1713@mail.gmail.com> Date: Wed, 12 Oct 2005 21:51:33 +0200 From: Lukas Ertl To: freebsd-stable@freebsd.org In-Reply-To: <4379f9100510121224l678a2932sd2e961219333cf28@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4379f9100510121224l678a2932sd2e961219333cf28@mail.gmail.com> Subject: Re: MySQL crashes on 6.0-RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 19:51:51 -0000 On 10/12/05, I wrote: > Now, if I connect remotely from a machine using a plain > mysql41-client, the server simply dies - no error messages, nothing, > just a restart of the mysqld process (done by the safe_mysqld > wrapper). Please ignore the noise. One of my cow-orkers had apparently configured /etc/hosts.allow, so that it would deny connections to any service on the host apart from sshd. Still doesn't explain why the mysqld process simply restarts, but now it works fine. thanks, le