Re: unionfs and getcwd problem.

2002-03-27 Thread Vladimir B.
On Mon, 2002-03-25 at 18:28, BOUWSMA Beery wrote: > > > > The only obvious `problem' is when a non-r00t user attempts to > > > access the union-mounted fs when the shadow directories have not > > > yet been created, and `permission denied' is returned for all > > > directories that exist below, b

Re: unionfs and getcwd problem.

2002-03-25 Thread BOUWSMA Beery
> > The only obvious `problem' is when a non-r00t user attempts to > > access the union-mounted fs when the shadow directories have not > > yet been created, and `permission denied' is returned for all > > directories that exist below, but not in the unionfs fs. E.g.: > Yes, it is because of fe

Re: unionfs and getcwd problem.

2002-03-13 Thread Vladimir B.
On Mon, 2002-03-11 at 00:47, BOUWSMA Beery wrote: > Thanks! I'm pleased to report that I applied your patch to my > -stable source, and now I'm able to `make buildworld' with my > rw unionfs mount of my local hacks, atop a ro nullfs mount with > unaltered source, which I'm doing right now. > >

Re: unionfs and getcwd problem.

2002-03-10 Thread BOUWSMA Beery
[replies sent directly to me may timeout and bounce, since I'm not online as often as I should be, but I'll check the list archives] Moin, moin! %s wrote on %.3s, %lld Sep 1993 > On Mon, 2002-02-25 at 17:35, Takanori Watanabe wrote: > > Hi, I had trouble with unionfs when it calles getcwd(3) wh

Re: unionfs and getcwd problem.

2002-03-06 Thread Vladimir B.
On Mon, 2002-02-25 at 17:35, Takanori Watanabe wrote: > Hi, I had trouble with unionfs when it calles getcwd(3) when > I mount some directory on the directry in same file system,like > mount -t union /usr/home/foo/bar /usr/src/sys/ . > > I investigate the problem by inserting debug print in getc

Re: unionfs and getcwd problem.

2002-03-05 Thread Brian F. Feldman
Takanori Watanabe <[EMAIL PROTECTED]> wrote: > Hi, I had trouble with unionfs when it calles getcwd(3) when > I mount some directory on the directry in same file system,like > mount -t union /usr/home/foo/bar /usr/src/sys/ . > > I investigate the problem by inserting debug print in getcwd.c. > T

unionfs and getcwd problem.

2002-02-25 Thread Takanori Watanabe
Hi, I had trouble with unionfs when it calles getcwd(3) when I mount some directory on the directry in same file system,like mount -t union /usr/home/foo/bar /usr/src/sys/ . I investigate the problem by inserting debug print in getcwd.c. Then I found issuing __getcwd(2) in getcwd(3) failed, and