From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <04d13427b0bde819bfee9cff7bb726e3@mteege.de> To: rminnich@gmail.com, 9fans@9fans.net Date: Mon, 7 Apr 2008 15:18:24 +0200 From: Matthias Teege In-Reply-To: <13426df10804070006h76950753pc5f2f8ae3d8e129a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] p9_errstr2errno unknown mode Topicbox-Message-UUID: 89e5c300-ead3-11e9-9d60-3106f5b1d025 > 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 =E2=80=9E./scan.txt=E2=80=9C : Permission = denied There is only one TCreate and RError in the dump [1]. Its a little strang= e. Matthias http://mteege.de/2008/04/p93.dmp