From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <5709BAE7-247B-4B33-A7B7-137E86CDCF42@gmail.com> References: <5709BAE7-247B-4B33-A7B7-137E86CDCF42@gmail.com> From: =?UTF-8?B?5pyJ5r6k5YGl5rK7?= Date: Tue, 25 Apr 2017 06:57:41 +0900 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f403045f3c7e4e0f80054df0b29c Subject: [9fans] p9p: 9pfuse Topicbox-Message-UUID: bab957fc-ead9-11e9-9d60-3106f5b1d025 --f403045f3c7e4e0f80054df0b29c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, my 9pfuse on mac is something weird. by executing: 9pfuse hebe /n/hebe # hebe is one of my plan9 server (9front) I can see /n/hebe/usr/arisawa/tmp -bash$ ls -l /n/hebe/usr/arisawa/tmp/x ls: /n/hebe/usr/arisawa/tmp/x: No such file or directory # this is OK. I don=E2=80=99t have x -bash$ echo abc >/tmp/a -bash$ cp /tmp/a /n/hebe/usr/arisawa/tmp/x cp: /n/hebe/usr/arisawa/tmp/x: fchmod failed: Result too large -bash$ cat /tmp/a >/n/hebe/usr/arisawa/tmp/x -bash$ ls -l /n/hebe/usr/arisawa/tmp/x -rw-r----- 1 arisawa staff 4 4 22 22:29 /n/hebe/usr/arisawa/tmp/x -bash$ chmod 664 /n/hebe/usr/arisawa/tmp/x chmod: Unable to change file mode on /n/hebe/usr/arisawa/tmp/x: Result too large -bash$ Is this only to me? or any one already have fixed this problem? Kenji Arisawa --f403045f3c7e4e0f80054df0b29c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

my 9pfuse on mac is= something weird.
by executing: 9pfuse hebe /n/hebe # hebe is one of my plan9 server (9front)
I can see /n/hebe= /usr/arisawa/tmp

-bash$ ls -l /n/hebe/usr/arisawa/tmp/x
ls: /n/he= be/usr/arisawa/tmp/x: No such file or directory # this is O= K. I don=E2=80=99t have x
-bash$ echo abc >/tmp/a
-bash$ cp /tmp/a= /n/hebe/usr/arisawa/tmp/x
cp: /n/hebe/usr/arisawa/tmp/x: fchmod failed:= Result too large
-bash$ cat /tmp/a >/n/hebe/usr/arisawa/tmp/x
-ba= sh$ ls -l /n/hebe/usr/arisawa/tmp/x
-rw-r----- =C2=A01 arisawa =C2=A0sta= ff =C2=A04 =C2=A04 22 22:29 /n/hebe/usr/arisawa/tmp/x
-bash$ chmod 664 /= n/hebe/usr/arisawa/tmp/x
chmod: Unable to change file mode on /n/hebe/us= r/arisawa/tmp/x: Result too large
-bash$=C2=A0

Is this only to me= ?
or any one already have fixed this problem?

Kenji Arisawa
=
--f403045f3c7e4e0f80054df0b29c--