From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 5 18:28:27 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7047B1065675 for ; Thu, 5 Mar 2009 18:28:27 +0000 (UTC) (envelope-from kalinoj1@amp2.iem.pw.edu.pl) Received: from amp2.iem.pw.edu.pl (amp2.iem.pw.edu.pl [194.29.146.27]) by mx1.freebsd.org (Postfix) with ESMTP id 304938FC1F for ; Thu, 5 Mar 2009 18:28:26 +0000 (UTC) (envelope-from kalinoj1@amp2.iem.pw.edu.pl) Received: by amp2.iem.pw.edu.pl (Postfix, from userid 5016) id 81FCE12E83; Thu, 5 Mar 2009 19:28:25 +0100 (CET) Date: Thu, 5 Mar 2009 19:28:25 +0100 From: Jedrzej Kalinowski To: Juergen Lock Message-ID: <20090305182825.GA24816@volt.iem.pw.edu.pl> References: <20090305010525.GA69474@volt.iem.pw.edu.pl> <200903051745.n25HjMvK004963@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200903051745.n25HjMvK004963@saturn.kn-bremen.de> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: kqemu and devfs - any luck? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 18:28:27 -0000 Thu, Mar 05, 2009 at 06:45:22PM +0100, Juergen Lock napisał(a): > In article <20090305010525.GA69474@volt.iem.pw.edu.pl> you write: > >Hello, > > > >I'm trying to set up kqemu (kqemu-devel from -current) to be accessible to usual > >non-wheel users. I've created a ruleset that looks like this: > > > ># devfs rule show > >100 path kqemu mode 666 > > Try: path 'kqemu*' ... (kqemu uses device cloning.) > > >200 path kqemu unhide > > > Not sure that works with cloning as expected, at least it doesn't > do anything here... > > >than I do > ># devfs rule applyset > > > That also didn't work here, I did: > /etc/rc.d/devfs restart > You were right, I was missing the proper wildcard, I can confirm it works fine: # devfs rule add path 'kqemu*' mode 666 group wheel # devfs rule show 100 path kqemu* group wheel mode 666 # devfs rule apply 100 > > 7-stable here... > > HTH, > Juergen Thanks for your help, Jedrzej Kalinowski