Re: [kbuild-devel] make install with nfs root_squash

2007-04-19 Thread Sam Ravnborg
On Thu, Apr 19, 2007 at 10:59:23AM -0400, Frank Mori Hess wrote: > On Wednesday 18 April 2007 16:39 pm, you wrote: > > > Is there any reason that a "make modules_install" has to modify files in > > > the source tree? > > > > This should not happen. (I do not know the root_squash option but that > >

Re: [kbuild-devel] make install with nfs root_squash

2007-04-19 Thread Frank Mori Hess
On Wednesday 18 April 2007 16:39 pm, you wrote: > > Is there any reason that a "make modules_install" has to modify files in > > the source tree? > > This should not happen. (I do not know the root_squash option but that > should not matter). > Can you please try: > make V=1 modules_install > and p

Re: [kbuild-devel] make install with nfs root_squash

2007-04-18 Thread Sam Ravnborg
On Wed, Apr 18, 2007 at 03:27:53PM -0400, Frank Mori Hess wrote: > Hi, > > I'm encountering some annoyances building (out-of-tree) modules on an NFS > filesystem. The NFS filesystem is exported with the default root_squash > option. When I build as a normal user, then su to root to do the fina

[kbuild-devel] make install with nfs root_squash

2007-04-18 Thread Frank Mori Hess
Hi, I'm encountering some annoyances building (out-of-tree) modules on an NFS filesystem. The NFS filesystem is exported with the default root_squash option. When I build as a normal user, then su to root to do the final make modules_install, it fails with permission denied. For example, mo