> Yeah, that seems to be the case. I have printed out the user id and
> group id vectors and the stat user and group fields that are looked for.
> The latter were normal, the former were empty.
The thing to do now is look at the creation of the iouser, which is the
server's side of the authentic
On Mon, Mar 25, 2002 at 01:15:16AM -0500, Roland McGrath wrote:
> I think that fshelp_isowner in libfshelp/perms-isowner.c should be the only
> place making this decision. So you can hack that function to print out
> details when it makes a negative decision, if it's not convenient to just
> debu
I think that fshelp_isowner in libfshelp/perms-isowner.c should be the only
place making this decision. So you can hack that function to print out
details when it makes a negative decision, if it's not convenient to just
debug the filesystem and set a breakpoint there.
There should not be any so
On Sun, Mar 24, 2002 at 09:06:55PM -0800, Jeff Bailey wrote:
> On Sun, Mar 24, 2002 at 11:04:46PM -0500, Marcus Brinkmann wrote:
>
> > The second bug that does not happen as often is that a program hangs
> > without outputting anything (well, I am not sure _which_ program
> > hangs, so it might a
On Sun, Mar 24, 2002 at 11:04:46PM -0500, Marcus Brinkmann wrote:
> Sometimes creating a file fails with ENOPERM for no apparent reason.
> This is not reproducible, trying again creates the file just fine.
> (For example, gcc fails to create a tmp file, or install can not install
> a file). Can t
On Sun, Mar 24, 2002 at 11:04:46PM -0500, Marcus Brinkmann wrote:
> The second bug that does not happen as often is that a program hangs
> without outputting anything (well, I am not sure _which_ program
> hangs, so it might also be in the middle of output, but only at the
> start of a new line).
On Sun, Mar 24, 2002 at 11:04:46PM -0500, Marcus Brinkmann wrote:
> Sometimes creating a file fails with ENOPERM for no apparent reason.
> This is not reproducible, trying again creates the file just fine.
> (For example, gcc fails to create a tmp file, or install can not install
> a file). Can t