From owner-freebsd-stable@FreeBSD.ORG Sun May 11 12:56:08 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6B61065676 for ; Sun, 11 May 2008 12:56:08 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC9B8FC0A for ; Sun, 11 May 2008 12:56:08 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: by rv-out-0506.google.com with SMTP id b25so3209237rvf.43 for ; Sun, 11 May 2008 05:56:08 -0700 (PDT) Received: by 10.141.15.19 with SMTP id s19mr3156632rvi.75.1210508916805; Sun, 11 May 2008 05:28:36 -0700 (PDT) Received: by 10.141.152.4 with HTTP; Sun, 11 May 2008 05:28:36 -0700 (PDT) Message-ID: <47713ee10805110528s1d2152cby3099d4ceda15864a@mail.gmail.com> Date: Sun, 11 May 2008 20:28:36 +0800 From: "Lin Jui-Nan Eric" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: TMPFS does not support unix socket file? 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: Sun, 11 May 2008 12:56:08 -0000 Hi, I am trying to replace my /tmp to TMPFS. Everything is fine, but I found that MySQL does not run. The error log shows that it cannot bind /tmp/mysql.sock. Does TMPFS support unix socket file?