gw0

Results 71 comments of gw0

@cablespaghetti I came to the exactly the same conclusion and same workaround.

No, it seems that it is not possible to recover a Raft cluster if IP addresses are used and they change. I have deployed the Helm chart `hashicorp/vault-helm` in HA...

Resume from suspend is also broken on Qubes R4.1-beta1 on Dell XPS 15 9750 (with Xen 4.14.2 and Linux 5.10.47-1.fc32 or 5.12.14-1.fc32`). Suspend seems to work, but resume just spins...

Same issue in Qubes 4.1 with USB PCI device in `sys-net` and Android 11. My hypothesis is the issue appears because the USB is controlled by the Android device (not...

> > My hypothesis is the issue appears because the USB is controlled by the Android device (not the PC). > > USB tethering works (if connecting Android device to...

You are right. Modifying it to the following does not result in window disappearing if a start animation is specified. But the documentation for `getShowAnimation()` states that you may return...

Starting the application in the usual way two times (without closing the window between) one would expect the window to remain visible without any exception. But what happens: - in...

If you use ArgoCD to normally install `kube-prometheus-stack` it fails, because it uses `kubectl apply` in the background which causes this CRD too long issue. If you manually recreate the...

In your setup you are reusing IP addresses and different services want to use the port 10250, probably because of `hostNetwork: true`. Since https://github.com/prometheus-community/helm-charts/pull/400 it is possible to change the...

I suggest you to stop using host ports (`hostNetwork: true`) if you do not want to solve such issues yourself.