Your message dated Wed, 29 Jun 2005 17:06:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#308908: mysql-server-4.1 ignores bind-address
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 May 2005 07:17:31 +0000
>From [EMAIL PROTECTED] Fri May 13 00:17:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wproxy.gmail.com [64.233.184.207]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DWUQM-0007yN-00; Fri, 13 May 2005 00:17:30 -0700
Received: by wproxy.gmail.com with SMTP id 63so381934wri
for <[EMAIL PROTECTED]>; Fri, 13 May 2005 00:17:30 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=cf+VK1F0FEGG9jgaxaPeK+rI3alUW/zaLJ46AQU/AajUWXQx4YZxn37B45V4G6hbP7WI9DQK1HNUJqQfjUiYGIhd57Q91ERhagu0PL9IcWPjkcjsDnWd2p1qIwnBUbIgqsKwjzs2QVcmP2go6VyqpB74UcLYyvOVNA1gWsLo8LI=
Received: by 10.54.19.67 with SMTP id 67mr2029963wrs;
Fri, 13 May 2005 00:17:30 -0700 (PDT)
Received: by 10.54.20.38 with HTTP; Fri, 13 May 2005 00:17:29 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 13 May 2005 09:17:29 +0200
From: schnitzel meister <[EMAIL PROTECTED]>
Reply-To: schnitzel meister <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: mysql-server-4.1 ignores bind-address
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: mysql-server-4.1
Version: 4.1.11-3
Hello.
I'm seeing something strange with mysql-server-4.1:
# grep bind-address /etc/mysql/my.cnf
bind-address =3D localhost
# /etc/init.d/mysql restart
# netstat -tpln|grep mysql
tcp 0 0 1.2.3.4:3306 0.0.0.0:* LISTEN 24002/mysqld
(1.2.3.4 is my public ip)
This is worrying, because the config file says:
"Instead of skip-networking the default is now to listen only on
localhost which is more compatible and is _not less secure._"
But it is less secure, because it's listening on my public ip address,
and I don't want that.
---------------------------------------
Received: (at 308908-done) by bugs.debian.org; 29 Jun 2005 15:06:29 +0000
>From [EMAIL PROTECTED] Wed Jun 29 08:06:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail3b.westend.com (mail3b2.westend.com) [212.117.79.78]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dne8z-0008Pb-00; Wed, 29 Jun 2005 08:06:29 -0700
Received: from localhost (localhost [127.0.0.1])
by mail3b2.westend.com (Postfix) with ESMTP id 1F4DE1212B8;
Wed, 29 Jun 2005 17:06:28 +0200 (CEST)
Received: from mail3b2.westend.com ([127.0.0.1])
by localhost (mail3b [127.0.0.1]) (amavisd-new, port 20024)
with ESMTP id 27871-05; Wed, 29 Jun 2005 17:06:22 +0200 (CEST)
Received: from xeniac.intern (office-gw.westend.com [212.117.64.2])
by mail3b2.westend.com (Postfix) with ESMTP id C500B121279;
Wed, 29 Jun 2005 17:06:22 +0200 (CEST)
Date: Wed, 29 Jun 2005 17:06:18 +0200
From: Christian Hammers <[EMAIL PROTECTED]>
To: schnitzel meister <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#308908: mysql-server-4.1 ignores bind-address
Message-ID: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Organization: www.debian.org
X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Hello
On 2005-06-29 schnitzel meister wrote:
..
> The problem is that the linux virtual server mysqld is running on
> cheats with the loopback address so that everything really the public
> ip address, which is pretty poor really.
> So it's a LVS bug more than anything. Grrr!
Ok, then I close this bug as shooting-yourself-in-the-foot is
generally not supported and on your own risk :-)
bye,
-christian-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]