Re: wierdness with mountd

2001-05-29 Thread John
- Ian Dowse's Original Message - In message [EMAIL PROTECTED], John Polstra writes: In article [EMAIL PROTECTED], Matthew Jacob [EMAIL PROTECTED] wrote: May 28 10:21:43 farrago mountd[217]: can't delete exports for /tmp May 28 10:21:43 farrago mountd[217]: can't delete exports for

Re: wierdness with mountd

2001-05-29 Thread Ian Dowse
In message [EMAIL PROTECTED], John writes: Looking in /usr/src/sbin/mountd/mountd.c, under line 930 shows the following: num = getmntinfo(fsp, MNT_NOWAIT); and then runs through a loop 'num' times trying to delete any export for each entry. Thanks, you're right - this has nothing to

Re: wierdness with mountd

2001-05-29 Thread Ian Dowse
In message [EMAIL PROTECTED], Ian Dowse writes: error? (untested patch below). I braino'd that patch (error vs. errno), but I have just committed a working version that should stop the mountd warnings. Ian To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

Re: wierdness with mountd

2001-05-29 Thread Matthew Jacob
Thanks, Ian! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: wierdness with mountd

2001-05-29 Thread John
Yes, with the error vs errno fix, I've got the patch up and running on my system. It seems to be doing the trick. Thanks, -john - Ian Dowse's Original Message - In message [EMAIL PROTECTED], Ian Dowse writes: error? (untested patch below). I braino'd that patch (error vs. errno),

wierdness with mountd

2001-05-28 Thread Matthew Jacob
Over the last couple of weeks, I've seen wierd statements coming out of mountd: On startup: May 28 10:16:04 farrago mountd[216]: can't delete exports for / On a mount of /usr/obj: May 28 10:21:43 farrago mountd[217]: can't delete exports for /tmp May 28 10:21:43 farrago mountd[217]: can't

Re: wierdness with mountd

2001-05-28 Thread John Polstra
In article [EMAIL PROTECTED], Matthew Jacob [EMAIL PROTECTED] wrote: Over the last couple of weeks, I've seen wierd statements coming out of mountd: On startup: May 28 10:16:04 farrago mountd[216]: can't delete exports for / On a mount of /usr/obj: May 28 10:21:43 farrago

Re: wierdness with mountd

2001-05-28 Thread Ian Dowse
In message [EMAIL PROTECTED], John Polstra writes: In article [EMAIL PROTECTED], Matthew Jacob [EMAIL PROTECTED] wrote: May 28 10:21:43 farrago mountd[217]: can't delete exports for /tmp May 28 10:21:43 farrago mountd[217]: can't delete exports for /usr/obj I've been seeing this too, on a