9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa <karisawa@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] p9p: 9pfuse
Date: Sat, 29 Apr 2017 07:16:16 +0900	[thread overview]
Message-ID: <886BD23D-A26E-47FF-AEF2-A468AA33654B@gmail.com> (raw)

Hello,

my 9pfuse on mac is something weird.
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’t have tmp/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

P.S. it seems that I need to send mail twice or more to be received by 9fans.


             reply	other threads:[~2017-04-28 22:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 22:16 arisawa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-22 21:52 arisawa
2017-04-24 21:57 ` 有澤健治
2017-04-24 22:15   ` 有澤健治
2017-04-22 13:37 arisawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=886BD23D-A26E-47FF-AEF2-A468AA33654B@gmail.com \
    --to=karisawa@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).