* Autodir and nfs
@ 2004-11-14 4:12 ramana
2004-11-14 16:57 ` Trond Myklebust
0 siblings, 1 reply; 7+ messages in thread
From: ramana @ 2004-11-14 4:12 UTC (permalink / raw)
To: nfs
Dear nfs team,
I am author of Autodir and for more info please visit
http://www.intraperson.com/autodir/.
Autodir is performing as expected with user level software like ssh,
smtp servers etc.
But when NFS is used to mount Autodir maintained directories, NFS
mounting them perfectly but it is not allowing to enter into those nfs
mounted directories -- Permission denied.
I did not hack NFS kernel code to give you patch myself. Any solutions?
Thanks in advance.
Regards
ramana
--
http://www.intraperson.com
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-14 4:12 Autodir and nfs ramana
@ 2004-11-14 16:57 ` Trond Myklebust
2004-11-14 16:59 ` Trond Myklebust
0 siblings, 1 reply; 7+ messages in thread
From: Trond Myklebust @ 2004-11-14 16:57 UTC (permalink / raw)
To: ramana; +Cc: nfs
su den 14.11.2004 Klokka 09:42 (+0530) skreiv ramana:
> But when NFS is used to mount Autodir maintained directories, NFS
> mounting them perfectly but it is not allowing to enter into those nfs
> mounted directories -- Permission denied.
"man 5 nfs". Read all about the "no_root_squash" export option.
Cheers,
Trond
--
Trond Myklebust <trond.myklebust@fys.uio.no>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-14 16:57 ` Trond Myklebust
@ 2004-11-14 16:59 ` Trond Myklebust
2004-11-15 7:43 ` ramana
0 siblings, 1 reply; 7+ messages in thread
From: Trond Myklebust @ 2004-11-14 16:59 UTC (permalink / raw)
To: ramana; +Cc: nfs
su den 14.11.2004 Klokka 11:57 (-0500) skreiv Trond Myklebust:
> su den 14.11.2004 Klokka 09:42 (+0530) skreiv ramana:
> > But when NFS is used to mount Autodir maintained directories, NFS
> > mounting them perfectly but it is not allowing to enter into those nfs
> > mounted directories -- Permission denied.
>
> "man 5 nfs". Read all about the "no_root_squash" export option.
Sorry. Should be "man 5 exports"...
Cheers,
Trond
--
Trond Myklebust <trond.myklebust@fys.uio.no>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-14 16:59 ` Trond Myklebust
@ 2004-11-15 7:43 ` ramana
2004-11-15 15:44 ` Trond Myklebust
0 siblings, 1 reply; 7+ messages in thread
From: ramana @ 2004-11-15 7:43 UTC (permalink / raw)
To: Trond Myklebust, nfs
Trond Myklebust wrote:
>Sorry. Should be "man 5 exports"...
>
>Cheers,
> Trond
>
>
>
No.
It does not work when whole /home exported like this.
/home 127.0.0.1(rw)
Becuase NFS does not see any dirs within /home dir because of the way
Autodir works.
It works when individual home dirs exported like this.
/home/t1000 127.0.0.1(rw)
Regards
ramana
--
http://www.intraperson.com
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-15 7:43 ` ramana
@ 2004-11-15 15:44 ` Trond Myklebust
2004-11-16 1:54 ` ramana
2004-11-16 1:58 ` ramana
0 siblings, 2 replies; 7+ messages in thread
From: Trond Myklebust @ 2004-11-15 15:44 UTC (permalink / raw)
To: ramana; +Cc: nfs
m=E5 den 15.11.2004 Klokka 13:13 (+0530) skreiv ramana:
> It does not work when whole /home exported like this.
> /home 127.0.0.1(rw)
>=20
> Becuase NFS does not see any dirs within /home dir because of the way=20
> Autodir works.
>=20
> It works when individual home dirs exported like this.
> /home/t1000 127.0.0.1(rw)
Probably because user "nobody" does not have access to /home on the
server. RTFM about root squashing...
Cheers,
Trond
--=20
Trond Myklebust <trond.myklebust@fys.uio.no>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-15 15:44 ` Trond Myklebust
@ 2004-11-16 1:54 ` ramana
2004-11-16 1:58 ` ramana
1 sibling, 0 replies; 7+ messages in thread
From: ramana @ 2004-11-16 1:54 UTC (permalink / raw)
To: Trond Myklebust; +Cc: nfs
Trond Myklebust wrote:
>må den 15.11.2004 Klokka 13:13 (+0530) skreiv ramana:
>
>
>
>>It does not work when whole /home exported like this.
>>/home 127.0.0.1(rw)
>>
>>Becuase NFS does not see any dirs within /home dir because of the way
>>Autodir works.
>>
>>It works when individual home dirs exported like this.
>>/home/t1000 127.0.0.1(rw)
>>
>>
>
>Probably because user "nobody" does not have access to /home on the
>server. RTFM about root squashing...
>
>Cheers,
> Trond
>
>
>
I appreciate your time. You can not solve it from man page.
Regards
ramana
--
http://www.intraperson.com
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Autodir and nfs
2004-11-15 15:44 ` Trond Myklebust
2004-11-16 1:54 ` ramana
@ 2004-11-16 1:58 ` ramana
1 sibling, 0 replies; 7+ messages in thread
From: ramana @ 2004-11-16 1:58 UTC (permalink / raw)
To: nfs
Trond Myklebust wrote:
>må den 15.11.2004 Klokka 13:13 (+0530) skreiv ramana:
>
>
>
>>It does not work when whole /home exported like this.
>>/home 127.0.0.1(rw)
>>
>>Becuase NFS does not see any dirs within /home dir because of the way
>>Autodir works.
>>
>>It works when individual home dirs exported like this.
>>/home/t1000 127.0.0.1(rw)
>>
>>
>
>Probably because user "nobody" does not have access to /home on the
>server. RTFM about root squashing...
>
>Cheers,
> Trond
>
>
>
I appreciate your time. You can not solve it from man page.
Regards
ramana
--
http://www.intraperson.com
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-11-16 1:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14 4:12 Autodir and nfs ramana
2004-11-14 16:57 ` Trond Myklebust
2004-11-14 16:59 ` Trond Myklebust
2004-11-15 7:43 ` ramana
2004-11-15 15:44 ` Trond Myklebust
2004-11-16 1:54 ` ramana
2004-11-16 1:58 ` ramana
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.