From owner-freebsd-stable@FreeBSD.ORG Sun May 11 17:18:20 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 443981065671 for ; Sun, 11 May 2008 17:18:20 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id C7AC48FC18 for ; Sun, 11 May 2008 17:18:19 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3798534fgb.35 for ; Sun, 11 May 2008 10:18:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XX/USc1j7Zz1ihAQqLfSnblpVX1mJ2lsGYxDSFhZvqc=; b=tzzudfS65zzRZLzJp6dPdkft0OaN7lVKOW1iuPQxmONflThA+zO/xBFAKr1Mqi1RcTpyhX/q1/XBrunxWtE+TL9NQKM7lOZo7WnGBLZRXyRik0o2EhEQ+6E+LR/EpJG93uIgSn4bcHSkQINJ/CcRkYgz/DyTFshSXou4Le+rQkc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZSzeTW6KN7hW/v7vg9RINX0vGtjs1Gz0OIwIvJjMFDszWup1YYOe5Ih9GrN1mBqadOer3Llz5KDpCg/4Lf57hWWSIeudwrCJ+Y7f/2p8DOvWSGRIeP6G4QWjt4j4yU4VumeXev4BDxsb3MRIcwVxpRL9AjZHCh+tYn0cCloziIA= Received: by 10.78.150.7 with SMTP id x7mr1705639hud.107.1210526297999; Sun, 11 May 2008 10:18:17 -0700 (PDT) Received: by 10.78.16.10 with HTTP; Sun, 11 May 2008 10:18:17 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 21:18:17 +0400 From: pluknet To: "Lin Jui-Nan Eric" In-Reply-To: <47713ee10805110528s1d2152cby3099d4ceda15864a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47713ee10805110528s1d2152cby3099d4ceda15864a@mail.gmail.com> Cc: stable@freebsd.org Subject: Re: 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 17:18:20 -0000 2008/5/11 Lin Jui-Nan Eric : > 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? I've just checked tmpfs with unix with simple test case on my stable and it works. maybe permissions issue? wbr, pluknet