9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: mirtchov@cpsc.ucalgary.ca
To: 9fans@cse.psu.edu
Subject: Re: [9fans] refusenik venti
Date: Mon, 24 Nov 2003 12:47:52 -0700	[thread overview]
Message-ID: <9ccad241d25d7f17ebbf5743e3f68e45@plan9.ucalgary.ca> (raw)
In-Reply-To: <81132473206F3A46A72BD6116E1A06AE479CB0@black.aprote.com>

> term% venti/venti -w -c lib/venti.conf
> term% venti=<my-ip-address>
> term% vac -f /tmp/x.vac /adm
> fatal error: could not connect to server: connection refused
>
> Tiit@clueless

try this:

	venti -w -c /lib/venti.conf -h tcp!*!8000 -a tcp!<my-ip-address>!17034

do 'hget http://<my-ip-address>:8000/index' -- if venti is started it
should show you the index page...

in my case:

	plan9% venti -w -c lib/venti.conf -h tcp!*!8000 -a tcp!127.1!17034
	plan9% hget http://127.1:8000/index
	index=main version=1 blockSize=8192 tabSize=65536
		buckets=411120 div=10447
		sect=isect for buckets [0,411120)

I have other arguments passed to venti, subject to the Wiki page
instructions...

andrey



      reply	other threads:[~2003-11-24 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-24 18:36 Tiit Lankots
2003-11-24 19:47 ` mirtchov [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=9ccad241d25d7f17ebbf5743e3f68e45@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --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).