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] 9vx (is this the right list)? import issue
Date: Tue, 22 Sep 2009 14:12:36 -0700	[thread overview]
Message-ID: <13426df10909221412l22602735l2218a6a9270ae0de@mail.gmail.com> (raw)
In-Reply-To: <df49a7370909221234j3c2ae5dbja13e3bfb7c22a9b6@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

here is a 9p trace of the problem. See line 43. Topen and Tclunk go
out with same tag. This is with a print in the rpc code as suggested
by Russ.

ron

[-- Attachment #2: y --]
[-- Type: application/octet-stream, Size: 3026 bytes --]

Twrite tag 1 fid 365 offset 54 count 6 'term% '
reply Rwrite tag 1 count 6
Tread tag 1 fid 364 offset 68 count 512
reply Rread tag 1 count 14 'grep full *.c
'
Twalk tag 1 fid 421 newfid 426 nwname 0 
reply Rwalk tag 1 nwqid 0 
Topen tag 1 fid 426 mode 0
reply Ropen tag 1 qid (0000000000142ef2 318 d) iounit 8192 
Tstat tag 1 fid 426
reply Rstat tag 1  stat 'pc' 'geoff' 'sys' 'geoff' q (0000000000142ef2 318 d) m 01777777777760000000775 at 1253652282 mt 1207255391 l 0 t 77 d 123312
Tread tag 1 fid 426 offset 0 count 8192
reply Rread tag 1 count 8127 '49004d00 b0e10100 00010000 00f32e14 00000000 00b40100 00b1434a 4aad5c62 43dd0b00 00000000 000d0061 70626f6f 74737472 61702e73 05006765 6f666603'
Tread tag 1 fid 426 offset 8127 count 8192
reply Rread tag 1 count 2754 '45004d00 b0e10100 00050000 00842f14 00000000 00b40100 00d41cb9 4a90dd8b 47609600 00000000 00090073 64696168 63692e63 05006765 6f666603 00737973'
Tread tag 1 fid 426 offset 10881 count 8192
reply Rread tag 1 count 0 ''
Tclunk tag 1 fid 426
reply Rclunk tag 1
Twalk tag 1 fid 421 newfid 425 nwname 1 0:grep 
reply Rerror tag 1 ename './sys/src/9/pc/grep' does not exist
Twalk tag 1 fid 421 newfid 428 nwname 1 0:apic.c 
reply Rwalk tag 1 nwqid 1 0:(0000000000142ef4 2 ) 
Topen tag 1 fid 428 mode 0
reply Ropen tag 1 qid (0000000000142ef4 2 ) iounit 8192 
Tread tag 1 fid 428 offset 0 count 8192
reply Rread tag 1 count 8192 '#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#includ'
Tread tag 1 fid 428 offset 8192 count 8192
reply Rread tag 1 count 799 'apic);

	hi = 0;
	lo = ApicIMASK;
	for(v = 0; v <= apic->mre; v+'
Tread tag 1 fid 428 offset 8991 count 8192
reply Rread tag 1 count 0 ''
Tclunk tag 1 fid 428
reply Rclunk tag 1
Twalk tag 1 fid 421 newfid 428 nwname 1 0:apm.c 
reply Rwalk tag 1 nwqid 1 0:(0000000000142ef5 1 ) 
Topen tag 1 fid 428 mode 0
Tclunk tag 1 fid 428
reply Ropen tag 1 qid (0000000000142ef5 1 ) iounit 8192 
mnt: proc grep 76: mismatch from /net/tcp/0/data /n/o/sys/src/9/pc/apm.c rep 0x1734f70 tag 1 fid 428 T120 R113 rp 1
Twrite tag 1 fid 365 offset 60 count 6 'term% '
reply Rwrite tag 1 count 6
Tread tag 1 fid 364 offset 82 count 512
reply Rread tag 1 count 1 '
'
Twrite tag 1 fid 365 offset 66 count 6 'term% '
reply Rwrite tag 1 count 6
Tread tag 1 fid 364 offset 83 count 512
reply Rread tag 1 count 3 'ls
'
Twalk tag 1 fid 421 newfid 428 nwname 1 0:ls 
reply Rclunk tag 1
mnt: proc rc 78: mismatch from /net/tcp/0/data /n/o/sys/src/9/pc rep 0x1734f70 tag 1 fid 421 T110 R121 rp 1
Twalk tag 1 fid 421 newfid 427 nwname 0 
reply Rerror tag 1 ename './sys/src/9/pc/ls' does not exist
Twrite tag 1 fid 365 offset 72 count 20 'ls: .: clone failed
'
reply Rwrite tag 1 count 20
Twrite tag 1 fid 365 offset 92 count 6 'term% '
reply Rwrite tag 1 count 6
Tread tag 1 fid 364 offset 86 count 512
reply Rread tag 1 count 24 'cat /dev/kmesg > /tmp/x
'
Twalk tag 1 fid 421 newfid 433 nwname 1 0:cat 
reply Rwalk tag 1 nwqid 0 
Twalk tag 1 fid 361 newfid 433 nwname 1 0:kmesg 
reply Rerror tag 1 ename file does not exist

  reply	other threads:[~2009-09-22 21:12 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <<df49a7370909221158u3f071cc3j125c85241c5088e6@mail.gmail.com>
2009-09-22 19:01 ` erik quanstrom
2009-09-22 19:34   ` roger peppe
2009-09-22 21:12     ` ron minnich [this message]
2009-09-22 21:20       ` ron minnich
     [not found] <<dd6fe68a0909222111y1af0f4a2qd30a3b4eded30b2b@mail.gmail.com>
2009-09-23  4:56 ` erik quanstrom
2009-09-23 18:52   ` Russ Cox
2009-09-23 19:12     ` ron minnich
2009-09-23 19:25       ` erik quanstrom
2009-09-23 19:26       ` Russ Cox
2009-09-23 20:33         ` ron minnich
2009-09-23 20:35           ` ron minnich
2009-09-23 22:13             ` Russ Cox
2009-09-23 21:25     ` erik quanstrom
     [not found] <<dd6fe68a0909222011u4243953dged01d77ecdc93e46@mail.gmail.com>
2009-09-23  3:17 ` erik quanstrom
2009-09-23  4:11   ` Russ Cox
     [not found] <<fadaba2046122acf656140c0618e1d1e@ladd.quanstro.net>
2009-09-23  2:41 ` erik quanstrom
2009-09-23  3:11   ` Russ Cox
     [not found] <<13426df10909221532t5de9f010pfeb2ca2c3b44db89@mail.gmail.com>
2009-09-23  2:36 ` erik quanstrom
     [not found] <<13426df10909221420x1298139fhdeb4f0803924e5a3@mail.gmail.com>
2009-09-22 21:23 ` erik quanstrom
2009-09-22 22:32   ` ron minnich
     [not found] <<13426df10909221147w665e30adt93b6121281294647@mail.gmail.com>
2009-09-22 18:51 ` erik quanstrom
2009-09-21 18:29 ron minnich
2009-09-22  5:51 ` Russ Cox
2009-09-22 17:27   ` ron minnich
2009-09-22 18:21     ` ron minnich
2009-09-22 18:35       ` roger peppe
2009-09-22 18:47         ` ron minnich
2009-09-22 18:58           ` roger peppe
2009-09-22 19:08           ` Eric Van Hensbergen

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=13426df10909221412l22602735l2218a6a9270ae0de@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).