9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@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	[thread overview]
Message-ID: <349f518600b804fa5f0fd25f42b32203@plan9.bell-labs.com> (raw)
In-Reply-To: <7d3530220610201303m6bf8fd8do3600e6e89f075c1a@mail.gmail.com>

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.



      parent reply	other threads:[~2006-10-20 22:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-20 17:36 John Floren
2006-10-20 17:46 ` Skip Tavakkolian
2006-10-20 20:03   ` John Floren
2006-10-20 20:05     ` Francisco J Ballesteros
2006-10-20 20:12       ` John Floren
2006-10-20 20:31         ` Francisco J Ballesteros
2006-10-21  2:05         ` John Floren
2006-10-21  4:12           ` Bruce Ellis
2006-10-21  9:57           ` Steve Simon
2006-10-20 22:32     ` geoff [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=349f518600b804fa5f0fd25f42b32203@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).