9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Thomas West west9@worldnet.att.net
Subject: [9fans] need help with u9fs
Date: Mon, 15 Dec 1997 22:01:29 +0000	[thread overview]
Message-ID: <19971215220129.TBXBYsxRidhStcwoRVNkYkU-0B8IZGSRcvRM5U6yuaA@z> (raw)

At 12:22 AM 12/15/97 +0000, you wrote:
>>        mount -c /srv/tcp!i!564 /n/i  permission denied
>>also, 
>>        mount -c /srv/tcp!i!564 /n/kremvax  permission denied
>check the plan9 machine is in hosts.equiv
>check the u9fs is setuid root
>

added plan9 machine and user to /etc/usr/hosts.equiv 
         still: mount : permission denied

ls -l /bin/u9fs gives:
-rwxr-xr-x      1       root    sys     61368 /bin/u9fs

When u9fs was compiled on the indy, the CFLAG "-DNEEDPROTO" in the makefile
was deleted; with original makefile, the compiler found these incompatible
types:

        p9 libc.h                    indy /usr/include/sys/stat.h

int chmod(const char *,int)         int external chmod(const char *,mode_t)
int fchmod(const char *,int)        int  fchmod(const char *,mode_t)
int mkdir(const char *,int)         int external mkdir(const char *,mode_t)

I don't know how to resolve this.





             reply	other threads:[~1997-12-15 22:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-15 22:01 Thomas [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-12-17  8:36 Thomas
1997-12-16 16:42 Thomas
1997-12-16 14:06 Steve_Kilbane
1997-12-16 12:21 Boyd
1997-12-16 12:13 Steve_Kilbane
1997-12-16 10:54 Kenji
1997-12-15 22:03 Eric
1997-12-15 21:50 Tom
1997-12-15 21:46 Tom
1997-12-15 19:13 Thomas
1997-12-15 11:46 Boyd
1997-12-15 11:11 Russ
1997-12-15  9:31 forsyth
1997-12-15  6:00 kvanhees
1997-12-15  0:22 philw

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=19971215220129.TBXBYsxRidhStcwoRVNkYkU-0B8IZGSRcvRM5U6yuaA@z \
    --to=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).