9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Venti Server: Connection reset error
@ 2010-09-20  8:34 raghuveer
  2010-09-20 16:30 ` ron minnich
  0 siblings, 1 reply; 2+ messages in thread
From: raghuveer @ 2010-09-20  8:34 UTC (permalink / raw)
  To: 9fans

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

Note: I built my program using GNU Make instead of Mk command. I
linked all the required static libraries during compilation. My
program compiles without errors. Is using GNU make the reason for this
error?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Venti Server: Connection reset error
  2010-09-20  8:34 [9fans] Venti Server: Connection reset error raghuveer
@ 2010-09-20 16:30 ` ron minnich
  0 siblings, 0 replies; 2+ messages in thread
From: ron minnich @ 2010-09-20 16:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-20 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-20  8:34 [9fans] Venti Server: Connection reset error raghuveer
2010-09-20 16:30 ` ron minnich

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).