From owner-freebsd-questions@FreeBSD.ORG Fri Oct 2 21:32:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19828106566B for ; Fri, 2 Oct 2009 21:32:28 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id CFB578FC21 for ; Fri, 2 Oct 2009 21:32:27 +0000 (UTC) Received: from baby-jane.lamaiziere.net (106.10.87-79.rev.gaoland.net [79.87.10.106]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 3F367633322; Fri, 2 Oct 2009 23:32:26 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id D0E2CBBB4; Fri, 2 Oct 2009 23:32:24 +0200 (CEST) Date: Fri, 2 Oct 2009 23:32:23 +0200 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20091002233223.4e957d44@baby-jane.lamaiziere.net> In-Reply-To: <200910021531.55452.raymond.gibson@verizon.net> References: <200910011533.01028.raymond.gibson@verizon.net> <4AC5AC3A.7050009@bah.homeip.net> <200910021531.55452.raymond.gibson@verizon.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Raymond Gibson Subject: Re: jail - unable to print from inside jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2009 21:32:28 -0000 Le Fri, 02 Oct 2009 15:31:55 -0500, Raymond Gibson a =E9crit : > On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote: > > Raymond Gibson said the following on 2009-10-01 22:33: > > > I'm trying to setup CUPS (in a jail) using a USB printer on > > > my host machine. My host was built with as a minimal FreeBSD > > > 7.2-Release install. I added ezjail and created two jails. Both > > > jails are working and I can login to both using ssh. > i tried to set 666 for devfs.rules & devfs.conf in both host and > jail, but that didn't work.=20 >=20 > any more ideas? How do you start your jail? For a jail, the devfs rule applied is the one specified for the jail in /etc/rc.conf, something like=20 jail_jailname_devfs_ruleset=3D"devfsrules_jail" # devfs ruleset to apply to jail Regards.