From owner-freebsd-stable@FreeBSD.ORG Thu Jul 19 03:21:47 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C56316A404 for ; Thu, 19 Jul 2007 03:21:47 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from mail2.techvalley.ca (mail2.techvalley.ca [66.199.130.140]) by mx1.freebsd.org (Postfix) with ESMTP id E344513C461 for ; Thu, 19 Jul 2007 03:21:46 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail2.techvalley.ca (Postfix) with ESMTP id 966B02304CD; Wed, 18 Jul 2007 20:21:46 -0700 (PDT) X-Virus-Scanned: amavisd-new at techvalley.ca Received: from mail2.techvalley.ca ([127.0.0.1]) by localhost (mail2.techvalley.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OZSCtdeZ8Xtg; Wed, 18 Jul 2007 20:21:46 -0700 (PDT) Received: from mail.techvalley.ca (S010600121701f0ec.vs.shawcable.net [24.85.106.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.techvalley.ca (Postfix) with ESMTP id 556C32304CC; Wed, 18 Jul 2007 20:21:46 -0700 (PDT) Received: from monsoon.techvalley.ca ([192.168.1.1]) by mail.techvalley.ca (8.13.8/8.13.8) with ESMTP id l6J3QQJL010871; Wed, 18 Jul 2007 20:26:26 -0700 (PDT) (envelope-from tony@techvalley.ca) Message-Id: <7.0.1.0.0.20070718201334.01f10bc8@techvalley.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 18 Jul 2007 20:21:49 -0700 To: Ivan Voras , freebsd-stable@freebsd.org From: Tech Valley Internet - Tony Kivits In-Reply-To: References: <7.0.1.0.0.20070718165244.01cf4240@techvalley.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Adding /dev/random and /dev/urandom to a jail. 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: Thu, 19 Jul 2007 03:21:47 -0000 Yes but the random devices are not showing up there. I am trying the suggestions from Christopher Cowart to see if that will get them to show up. Thanks, Tony At 07:40 PM 7/18/2007, Ivan Voras wrote: >Tech Valley Internet - Tony Kivits wrote: > > Hi, > > > > I am running 6.2 and I am having problems getting /dev/random to work > > inside a jail. > > > > What is the proper technique for creating /dev/random and /dev/urandom > > inside a jail? > >Have you mounted devfs in the jail? > >