-
Notifications
You must be signed in to change notification settings - Fork 303
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
Odoo 15.0 flanker installation seems incomplete #486
Comments
I intend to investigate this further and provide a fix. Currently i guess that we need to import flanker once during install (when we still have enough permissions for flanker to do its post install stuff). Possibly related (could also be a flanker issue):
Flanker version installed:
shows Seems to match: mailgun/flanker#208 (comment) |
Yes, I saw these warnings and indeed are annoying. However I didn't have any more time to investigate. Odoo added it as a lazy dependency, but there are no docs whatsoever about how to configure it, or which version to install. 🙄 |
i tested the fix in #487 yesterday on our systems, and now the permission error is gone, and the other flanker warning only appear during build of doodba 15.0 base image not on every start of the container |
There's no way to avoid such warnings at all? |
I guess there would be running
It pops up a lot in our logs and i try to detect the more successful hacking attempts early. A lot of false positive Errno 13 are a bit annoying for that. |
Yeah, I agree. I wonder if there's a runnable in the library for pre-creating such entries instead of being created on first import with the warning. |
Well strictly speaking it's (the warnings) a flanker issue mailgun/flanker#231 and should be fixed there, but as it did not get fixed within a few years, i think the workaround in doodba is justified. (The permission errors are a different flanker issue) |
OK, seems weird that nobody attends such issue, but let's workaround it here silencing the warning output in the build as you have said. |
Solved here: #487 |
Describe the bug
When running
docker-compose -f devel.yaml run --rm odoo odoo -i mail --stop-after-init
during installation of mail addon it seems that on the first import of flanker it tries to create some stuff that is forbidden to be created at this time:To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
Flanker should work without permission errors in doodba
The text was updated successfully, but these errors were encountered: