From owner-freebsd-questions@freebsd.org Thu Dec 24 21:18:06 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F850A505C3 for ; Thu, 24 Dec 2015 21:18:06 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42E8C1506 for ; Thu, 24 Dec 2015 21:18:06 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id l126so35495268wml.1 for ; Thu, 24 Dec 2015 13:18:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hPSHO1UZgsLI4rYFJ6mGqj5iYEOo0GK1iH6Cx0CK9LI=; b=rUPcq59+g24RqhDbskPvWG8OsbZqQGI0i9VUmSenB7y3seGs1PCKN7MMHZsHil5vHF LiZgPT/70Vq/IDAygZ5FoOjpuTibY0ql5BttaBFXG1P/i+mELQhR7rX+hsEZKyz1y3Ek ueZrRvX1JBxuv7HDTX7j+O6vHRH37UKLRdTmsbhbKd8WmUb39rvvSYm/lS4Meeg/lQWo /ntxgCl2DfVXfHngaU1nrnDWL1kiIR40fTtWDc+Q3IG7AZfBlcpZ9JzRumuLCZ5J5x6u 475/Gi+dUR49P7sbiisUiIVezzdnbeAqa+DPALafZe9uyELc9oqS42xoTyjL7XitUhQE 040Q== MIME-Version: 1.0 X-Received: by 10.28.92.205 with SMTP id q196mr40297716wmb.81.1450991884615; Thu, 24 Dec 2015 13:18:04 -0800 (PST) Received: by 10.194.3.73 with HTTP; Thu, 24 Dec 2015 13:18:04 -0800 (PST) Date: Thu, 24 Dec 2015 16:18:04 -0500 Message-ID: Subject: Mysql server in a jail From: David Mehler To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 21:18:06 -0000 Hello, Is anyone running MySQL 5.6 server in a jail? I'm attempting to do so and can not get it to start. I've googled this and found others with this problem, but they had permissions issues which I am not having. I'm getting no MySQL output at all even when I comment out the /dev/null options in the MySQL startup file, I have no additional information except that the server is not starting in the jail. Any help appreciated. Thanks. Dave.