Re: [9fans] p9_errstr2errno unknown mode
- From: matthias-9fs@xxxxxxxxx (Matthias Teege)
- Date: Mon, 7 Apr 2008 13:23:42 GMT
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
.
- Follow-Ups:
- Re: [9fans] p9_errstr2errno unknown mode
- From: Eric Van Hensbergen
- Re: [9fans] p9_errstr2errno unknown mode
- References:
- Re: [9fans] p9_errstr2errno unknown mode
- From: ron minnich
- Re: [9fans] p9_errstr2errno unknown mode
- Prev by Date: Re: [9fans] p9_errstr2errno unknown mode
- Next by Date: Re: [9fans] p9_errstr2errno unknown mode
- Previous by thread: Re: [9fans] p9_errstr2errno unknown mode
- Next by thread: Re: [9fans] p9_errstr2errno unknown mode
- Index(es):
Relevant Pages
|