flixman
flixman
@grawity ? Did you see my last comment?
The only RPI I have around I cannot use it, because it is running already a project that needs to be open 24/7 :-/. Which ```iw``` commands fail on your...
@Cossid Sorry for taking more time than expected for this, but I have hit an issue: After the success with last plug I have bought 3 more (Same model, Denver...
@Cossid I am getting mixed results: on one hand it is not changing the SSID does not change to A-, but on the other hand every single time I run...
@Cossid That's it, then: the version I am getting is 1.3.5, which shows as patched on the wiki. That is..... sad :_-(
Hi @nedbat Indeed, this is my .coveragerc: ``` [run] branch = true parallel = true concurrency = multiprocessing sigterm = true omit = backend/tests/* backend/blueprints/test.py backend/blueprints/checkout.py [report] fail_under = 90...
Found the issue. This docker file successfully builds the toolkit: ```Dockerfile FROM timescale/timescaledb:latest-pg14 AS toolkit-tools RUN apk add --no-cache clang pkgconfig openssl-dev gcc postgresql14-dev curl jq make musl-dev RUN chown...
I am hitting now the same bug: I have a container that is supposed to start when 4 previous containers are up and healthy, and instead it starts right away...
@yrro Thank you for your answer. After doing what you suggested, this is what I got in the journal: ``` Aug 26 18:57:54 test kernel: rpfilter_DROP: IN=wlp2s0 OUT= MAC=3c:55:76:0f:c9:01:3c:55:76:0f:c9:01:86:dd SRC=fe80:0000:0000:0000:3e55:76ff:fe0f:c901...
What I have found out is: the ports that are always used are 137/udp, 5353/udp and 5355/udp. Additionally, every time I try to detect the printer I am getting SNMP...