bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: df shouldn't list mount points that it can't access


From: n0dalus
Subject: Re: df shouldn't list mount points that it can't access
Date: Tue, 11 Oct 2005 19:53:01 +0930

On 10/11/05, Paul Eggert <address@hidden> wrote:
> n0dalus <address@hidden> writes:
>
> > In this case the mount point it can't access is part of a chroot'ed bind.
> > In my opinion it should just quietly ignore that mount point.
>
> Thanks for reporting this.  Does the following patch fix your problem?
>
> http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00048.html
>

Hi Paul,

I checked out the CVS version and applied the patch, but I still have
the problem.

When I run it through gdb, I set breakpoints where ME_DUMMY is used
(the function defined to check fs type) and it goes through all my
mount points but the 'me->me_devname' variable never gets set to
'/var/named/chroot/proc' and it never gets checked.
It's as though this warning is not output by the program itself, but
by something else when access to that mount point is attempted.

So unless I've done something wrong I would say this patch doesn't fix
my problem. If I get some more time I will debug it some more and see
if I can find the point where the error occurs.

n0dalus.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]