Re: two bugs in libio environment

2002-03-25 Thread Roland McGrath
> 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

Re: two bugs in libio environment

2002-03-25 Thread Marcus Brinkmann
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

Re: two bugs in libio environment

2002-03-24 Thread Roland McGrath
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

Re: two bugs in libio environment

2002-03-24 Thread Marcus Brinkmann
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

Re: two bugs in libio environment

2002-03-24 Thread Marcus Brinkmann
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

Re: two bugs in libio environment

2002-03-24 Thread Jeff Bailey
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).

Re: two bugs in libio environment

2002-03-24 Thread Marcus Brinkmann
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

two bugs in libio environment

2002-03-24 Thread Marcus Brinkmann
Hi, I have stressted the libioenvironment a bit today. As this is a fresh build, there might still be issues that can be contributed to build weirdness, but it seems unlikely to me. Sometimes creating a file fails with ENOPERM for no apparent reason. This is not reproducible, trying again creat