-
Notifications
You must be signed in to change notification settings - Fork 747
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
Infinite loop error in "find files with write-permissions for group" task #215
Comments
Hey! I thought I kept this in mind when implementing the faster way... Seems I didn't, sorry. Can you try to add
|
@rndmh3ro This wouldn't help because
We can ignore the task error at all using |
I guess ignore_errors should work here. I'll have to try! |
It should definitely work, but it would ignore other important error types too. |
Yes, we'll have to check if there are any errors in the command that are critical when missed. Right now I don't think that there are any. |
I just checked everything again. When I install xorg and then run the find command manually, I get the error you described:
However when running the role, the error is ignored and the permissions are correctly set:
Are you running the latest master-version? |
@rndmh3ro No, I maintain a local copy of this role. Thanks for checking this! |
Hi, so just to be clear, can these errors be safely ignored?
|
Yes. |
Same
|
@jafaripur you're probably using a very old version of the role. Can you update? |
I get the X11 loop errors too:
I understand these can be safely ignored, but can you please provide info about the expected permissions I should find on other dirs in bin, to confirm that only the X11 directory has been skipped? |
If you have this problem with a recent version of the role, please open a new issue and fill in all relevant information using the provided template. |
We have implemented a faster way of finding files with invalid permissions in #208 and #209 recently. But today I was unable to run this task against a fresh Ubuntu 18.04 LXC container:
Error output:
The problem is that
/usr/bin/X11
is a symlink to.
:I'm not sure how to fix that.
The text was updated successfully, but these errors were encountered: