9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Eric Van Hensbergen" <ericvh@gmail.com>
To: 9fans@9fans.net
Subject: Re: [9fans] p9_errstr2errno unknown mode
Date: Mon,  7 Apr 2008 09:20:01 -0500	[thread overview]
Message-ID: <a4e6962a0804070720w32d17573we3e7f3426295d051@mail.gmail.com> (raw)
In-Reply-To: <04d13427b0bde819bfee9cff7bb726e3@mteege.de>

I think Ron is on the right track, it sounds like a bug in the
Create/Open code which doesn't do the right thing with respect to
extended/legacy mode.  I'll try to look at it in depth today.

           -eric


On Mon, Apr 7, 2008 at 8:18 AM, Matthias Teege <matthias-9fs@mteege.de> wrote:
> > 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 14:20 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
2008-04-07 14:20             ` Eric Van Hensbergen [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=a4e6962a0804070720w32d17573we3e7f3426295d051@mail.gmail.com \
    --to=ericvh@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).