Any issue which worked previously fine.
This is a project-as-a-tag.
Any issue which worked previously fine.
This is a project-as-a-tag.
T1992 seems to solve this issue, we're good.
It could be solved upstream with 3006.26.
@yousra It seems better with last Salt versions on 3006 LTS branch.
Actually, this has already been fixed in 0.3.0, switching from Rocket 0.4.11 to axum, so we just need to bump the port.
Issue is devise_core max version is 0.4.2.
In a Debian container, this works:
I tried pip install salt==3006.8, but it brings the same strange issue : AttributeError: cannot access submodule 'cmdmod' of module 'salt.modules' (most likely due to a circular import)
(same in WindRiver)
@yousra I think pip install salt==3006.8 should work, with dependencies.
Salt dependencies are reasonable enough to add to requirements.txt:
If Salt dependencies are the issue, a possibility is to define requirements from https://github.com/saltstack/salt/tree/master/requirements
Same thing for Dwellers:
Solved by removing space from conf/security.xml in Base64 string.
Illegal base64 character 20 is an hexadecimal ASCII code, so it's a space.
Raised the issue on the Ignite discussion forum - https://discourse.igniterealtime.org/t/regression-on-4-9-0-after-of-2864-illegal-base64/94703
Could be triggered by https://igniterealtime.atlassian.net/browse/OF-2864 base64 class replacement.
We can actually provide P352 as hotfix.
I've applied P352 to replace egrep by grep -E on dwellers and docker-002.
Already reported upstream: https://github.com/saltstack/salt/issues/65608