Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bftw(): Permission denied #7

Closed
simonbcn opened this issue Feb 26, 2016 · 2 comments
Closed

bftw(): Permission denied #7

simonbcn opened this issue Feb 26, 2016 · 2 comments

Comments

@simonbcn
Copy link

Arch Linux 64 bits
bfs 0.70 (installed from AUR)

When I execute a search in system folders, it shows the error bftw(): Permission denied.
Example:

$ bfs /usr > /dev/null 
'/usr/share/polkit-1/rules.d/': Permission denied
bftw(): Permission denied
@tavianator
Copy link
Owner

Indeed, but

$ find /usr > /dev/null
find: `/usr/share/polkit-1/rules.d': Permission denied

Are you talking about the duplicate error message? I could get rid of that, yeah.

@simonbcn
Copy link
Author

I refer to this error: bftw(): Permission denied. find command doesn't show this message.

@tavianator tavianator added the bug label Feb 29, 2016
tavianator added a commit that referenced this issue Nov 4, 2016
With BFTW_RECOVER set, we're not supposed to fail just because a single
measly directory couldn't be handled.  But using state.error as scratch
space made us fail in this case.  The end result is that #7 resurfaced,
so fix it again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants