9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: ron minnich <rminnich@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Venti Server: Connection reset error
Date: Mon, 20 Sep 2010 09:30:32 -0700	[thread overview]
Message-ID: <AANLkTik86EB7PaGTc+N6uk9xYx7QO-XZn6DQWVguEB==@mail.gmail.com> (raw)
In-Reply-To: <AANLkTi=T68nMFMk_fL+i5hv9EXAfc-QytibbkBXuL7zy@mail.gmail.com>

On Mon, Sep 20, 2010 at 1:34 AM, raghuveer <rgv@cs.utah.edu> wrote:
> I setup Venti (from plan9 port for user space) on an x86 box. When my
> program issues vtwrite( ) call, i get the following error:-
>
> vtversion /dev/fd/10: vtversion: Connection reset by peer
> vtversion /dev/fd/11: vtversion: Connection reset by peer
> vtversion /dev/fd/10: vtversion: Connection reset by peer

strace is your friend here. If you want to see what's up, since this
looks like network stuff, run venti under strace:

strace -f -e trace=network <your venti command line>

ron



      reply	other threads:[~2010-09-20 16:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20  8:34 raghuveer
2010-09-20 16:30 ` ron minnich [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='AANLkTik86EB7PaGTc+N6uk9xYx7QO-XZn6DQWVguEB==@mail.gmail.com' \
    --to=rminnich@gmail.com \
    --cc=9fans@9fans.net \
    /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).