From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 7 Apr 2008 09:20:01 -0500 From: "Eric Van Hensbergen" To: 9fans@9fans.net In-Reply-To: <04d13427b0bde819bfee9cff7bb726e3@mteege.de> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <13426df10804070006h76950753pc5f2f8ae3d8e129a@mail.gmail.com> <04d13427b0bde819bfee9cff7bb726e3@mteege.de> Subject: Re: [9fans] p9_errstr2errno unknown mode Topicbox-Message-UUID: 89eb7a48-ead3-11e9-9d60-3106f5b1d025 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 wro= te: > > 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 fileserve= r. > > % 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 =84./scan.txt" : Permission denied > > There is only one TCreate and RError in the dump [1]. Its a little stran= ge. > > Matthias > > http://mteege.de/2008/04/p93.dmp > > >