From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 15 Dec 1997 22:01:29 +0000 From: Thomas West west9@worldnet.att.net Subject: [9fans] need help with u9fs Topicbox-Message-UUID: 6d6958aa-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971215220129.TBXBYsxRidhStcwoRVNkYkU-0B8IZGSRcvRM5U6yuaA@z> 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.