From owner-freebsd-questions Mon Sep 2 1:19:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E09AA37B400 for ; Mon, 2 Sep 2002 01:19:57 -0700 (PDT) Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8AE643E4A for ; Mon, 2 Sep 2002 01:19:56 -0700 (PDT) (envelope-from danny-fbsdlists@dannysplace.net) Received: from a194-109-188-113.dial.xs4all.nl (a194-109-188-113.dial.xs4all.nl [194.109.188.113]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g828JrOG042770 for ; Mon, 2 Sep 2002 10:19:55 +0200 (CEST) Subject: Handlling jail consoles From: Danny Carroll To: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.4.99 Date: 02 Sep 2002 10:13:19 +0200 Message-Id: <1030954401.2013.1.camel@moby.dannysplace.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd like to clean up my jail implementations and write some docs about setting them up. During this process I started wondering about disabling the virtual consoles in the jails. So I guess I have 2 questions. 1. How do I redirect the console messages to a file instead of the default /dev/ttyv0 2. Do I actually need to disable the jail or is the fact that the tty's (/dev/ttyvX) don't exist enough for the startup scripts to ignore them? On this note, I notice that no getty processes are started, so I guess it *knows* what to do when they are not there. -D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message