From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Ok last one.. From: Charles Forsyth Date: Thu, 19 Jan 2006 23:16:54 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-bhpatcdjptfhhbzepvrvmysmix" Topicbox-Message-UUID: e0893596-ead0-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-bhpatcdjptfhhbzepvrvmysmix Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit even if permission checking is disabled, it will not work, because vgactl does not exist in /dev, because '#v' has not been bound there, so your >/dev/vgactl is attempting to create it, which fails (because `mounted directory forbids creation', which means it was mounted or bound without -c or MCREATE), which probably means you need bind -a '#v' /dev first, or you can use >'#v/vgactl' --upas-bhpatcdjptfhhbzepvrvmysmix Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by lavoro; Thu Jan 19 22:11:01 GMT 2006 Received: from psuvax1.cse.psu.edu (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id A4DCC5BA57 for ; Thu, 19 Jan 2006 17:10:46 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: from localhost (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 8B4325BA57 for <9fans@cse.psu.edu>; Thu, 19 Jan 2006 17:10:22 -0500 (EST) Received: from mail.cse.psu.edu ([127.0.0.1]) by localhost (psuvax1 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05713-01-100 for <9fans@cse.psu.edu>; Thu, 19 Jan 2006 17:10:17 -0500 (EST) Received: from ob1.cmich.edu (ob1.cmich.edu [141.209.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 7EB935B9FE for <9fans@cse.psu.edu>; Thu, 19 Jan 2006 17:10:17 -0500 (EST) Received: from mail.cps.cmich.edu (cps1.cps.cmich.edu [141.209.168.41]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id k0JLhtI3022903 for <9fans@cse.psu.edu>; Thu, 19 Jan 2006 16:43:55 -0500 Received: from cps210 (cps210 [141.209.168.210]) by mail.cps.cmich.edu (Postfix) with ESMTP id B5A241B19A for <9fans@cse.psu.edu>; Thu, 19 Jan 2006 17:10:16 -0500 (EST) Date: Thu, 19 Jan 2006 17:10:16 -0500 (EST) From: ISHWAR RATTAN X-X-Sender: rattan@cps210.cps.cmich.edu. To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-CanItPRO-Stream: default X-Scanned-By: CanIt (www . roaringpenguin . com) on 141.209.20.6 X-Virus-Scanned: by amavisd-new at cse.psu.edu Subject: [9fans] Ok last one.. X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu Errors-To: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu On stand alone cpu-auth server, is there a way to around the following error message? /dev/vgactl: rc: can't open: mounted directory forbids creation as a result of command echo hwaccel off > /dev/vgactl when permission checking is disabled. -ishwar --upas-bhpatcdjptfhhbzepvrvmysmix--