From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <349f518600b804fa5f0fd25f42b32203@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] keeping an eye on disk use Date: Fri, 20 Oct 2006 18:32:12 -0400 From: geoff@plan9.bell-labs.com In-Reply-To: <7d3530220610201303m6bf8fd8do3600e6e89f075c1a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: cf8d05aa-ead1-11e9-9d60-3106f5b1d025 If you want to access your fossil console without becoming the host owner, set up consolefs(4) to run on your file server in cpurc.local. Here's an example consoledb file to use: group=sys uid=bootes uid=YOUR-NAME-GOES-HERE console=fs dev=/srv/fscons gid=sys and put this in one of your other ndb files (e.g., local): sys=fs console=YOUR-FILE-SERVER-GOES-HERE # for C Then `C fs' will let anybody in the group=sys list at the fossil console.