> 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
