You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a up to date Archlinux (with linux-zen kernel) perform the following:
Fresh install (make reset && make kat)
Add 'Test/0' organization
Enable the Wappalizer boefje
Add url-ooi pointing to https://mispo.es (this should create a Hostname and HostnameURL ooi)
Set the clearance level of the url-ooi to two paws
Bug: wait ~10 minutes before Hostname and HostnameURL oois inherit the set clearance level
Expected behavior
Wait less than a minute for Hostname and HostnameURL oois to inherit the set clearance level
Initial analysis
It seems that during the waiting time is due to Celery is taking a whole CPU after the KAT install (which is possibly related to this upstream bug)
When during this time ooi clearence level inheritance seems to be suspended.
In the logs obtained by docker compose logs -f octopoes_api_worker rabbitmq rabbitmq reports messages like:
This keeps on going until Celery calmes down (which takes to ~10 minutes) after which the inheritance properly commences.
In the logs this is eventually manifested (after many errors) but does not fit this report.
The wait eventually yields the desired behavior:
OpenKAT version
Tested on 18ee8e6 and older versions going back to October 2023.
The text was updated successfully, but these errors were encountered:
On a up to date Archlinux (with linux-zen kernel) perform the following:
make reset && make kat
)Expected behavior
Wait less than a minute for Hostname and HostnameURL oois to inherit the set clearance level
Initial analysis
It seems that during the waiting time is due to Celery is taking a whole CPU after the KAT install (which is possibly related to this upstream bug)
When during this time ooi clearence level inheritance seems to be suspended.
In the logs obtained by
docker compose logs -f octopoes_api_worker rabbitmq
rabbitmq reports messages like:This keeps on going until Celery calmes down (which takes to ~10 minutes) after which the inheritance properly commences.
In the logs this is eventually manifested (after many errors) but does not fit this report.
The wait eventually yields the desired behavior:
OpenKAT version
Tested on 18ee8e6 and older versions going back to October 2023.
The text was updated successfully, but these errors were encountered: