spatterlight

Results 29 comments of spatterlight

Can confirm the issue persists on Airodump-ng 1.6 rev 5658c752. Please see the attached screenshot displaying the behavior. In any case this issue is not too serious as the filtering...

ungoogled-chromium does that by default See: https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq "Why do I have to login to websites every time I open ungoogled-chromium?"

The `roles/galaxy/docker/tasks/setup-Debian.yml` file is from [ansible-role-docker ](https://github.com/geerlingguy/ansible-role-docker/blob/master/tasks/setup-Debian.yml), and the tasks in it are for configuring **remote** hosts to support Docker. The error you got about a missing module is **client...

I think you are correct, since I sent my prior message I think I ran into this exact thing at work, and resolved it by adding the following to a...

Just wanted to add that I ran this branch to try a fresh installation, cilium installed (which it wont on v2.28 branch) but there are some hubble errors: vars: ```yaml...

This document was enough for me -> https://github.com/kubernetes-sigs/kubespray/blob/master/docs/operations/upgrades.md Although, that is not to say it cannot be improved.

My proposed corrected definition may still be invalid: ``` May 21 18:54:05 dev promtail[97840]: Unable to parse config: /etc/promtail/config.yml: yaml: unmarshal errors: May 21 18:54:05 dev promtail[97840]: line 8: field...

I think this is the correct variable: ```yaml promtail_config_scrape_configs_custom: - job_name: ssh static_configs: - targets: ["localhost"] labels: job: ssh __path__: /data/ssh ``` Will make PR later

This variable in the role is defined but never used i think: ```yaml # Controls the `providers.docker.network` configuration option. cadvisor_config_providers_docker_network: "{{ devture_traefik_container_network }}" ``` ![image](https://github.com/user-attachments/assets/0e0b9c8a-a211-433a-86a0-7e88b8d764fc)