wibbit

Results 10 comments of wibbit

Good morning all Just here to confirm, the issue related to libcap static is still present in 5.0.1.

Morning all Would it be possible to get confirmation whether the static libraries are required, or whether they are actually optional. I'm happy to go digging through the Meson build...

Good morning I just got a tip from a member in the mesonbuild IRC channel, that he believes the LXC project chose to include the libcap-static requirement to be able...

Just as an FYI for others, RedHat's libcap SRPM creates the -static package, it's just not distributed, so it is possible to build this your self. However, ideally this would...

I suppose that is always a possibility, however, at the moment, anyone trying to build this on RHEL is going to struggle, as the requirement simply isn't satisfied, which means...

Morning all Just a note that we have the same issue on RHEL9.

For us the conflict is buildah (depends on runc) and docker-ce, as opposed to podman specifically.

So, for me, updating the code to include the delay(1000) right after WiFi.begin() appears to result in a reliable connection each time.

This may not be the right place, but could anyone perhaps point me in the right direction of adding the delay when using WifiManager?

> > So, for me, updating the code to include the delay(1000) > > right after WiFi.begin() appears to result in a reliable connection each time. > > @wibbit can...