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 <[EMAIL PROTECTED]> 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 via email to