9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Matthias Teege <matthias-9fs@mteege.de>
To: rminnich@gmail.com, 9fans@9fans.net
Subject: Re: [9fans] p9_errstr2errno unknown mode
Date: Mon,  7 Apr 2008 15:18:24 +0200	[thread overview]
Message-ID: <04d13427b0bde819bfee9cff7bb726e3@mteege.de> (raw)
In-Reply-To: <13426df10804070006h76950753pc5f2f8ae3d8e129a@mail.gmail.com>

> There's never any sign that the second command even happens. How are
> you capturing this data? I don't see any bits from the second command.

tcpdump -n -w /tmp/p93.dmp -s 0 -i eth0 port not 22

As root I can create a file but cant copy a file to the Plan 9 fileserver.

% whoami
matthias
% cd /n/crn/usr/mtg/
% touch hello
touch: cannot touch `hello': Permission denied
% cp /home/matthias/notes.txt ./
cp: cannot create regular file `./notes.txt': Permission denied
% sudo su -
# cd /n/crn/usr/mtg
# touch hello
# echo Hello >> hello
# cat hello
Hello
# cp /root/scan.txt ./
cp: cannot create regular file „./scan.txt“ : Permission denied

There is only one TCreate and RError in the dump [1]. Its a little strange.

Matthias

http://mteege.de/2008/04/p93.dmp



  reply	other threads:[~2008-04-07 13:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-06  8:47 Matthias Teege
2008-04-06 14:39 ` Eric Van Hensbergen
2008-04-06 16:15   ` Matthias Teege
2008-04-07  6:35     ` ron minnich
2008-04-07  6:45       ` ron minnich
2008-04-07  6:57       ` Matthias Teege
2008-04-07  7:02         ` ron minnich
2008-04-07  7:06         ` ron minnich
2008-04-07 13:18           ` Matthias Teege [this message]
2008-04-07 14:20             ` 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=04d13427b0bde819bfee9cff7bb726e3@mteege.de \
    --to=matthias-9fs@mteege.de \
    --cc=9fans@9fans.net \
    --cc=rminnich@gmail.com \
    /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).