Yap Sok Ann
Yap Sok Ann
Oh wait, conflicting info from a different AWS guy: https://forums.aws.amazon.com/thread.jspa?messageID=638840򛽸
I use pipewire and have intel 8087:0a2b, and the patch above fixed the garbled audio issue when using msbc with kernel >=5.13.3. Thanks!
Coming from the python world, it seems like the problem here is the usage of static methods. For comparison, we can refer to sample code at http://code.google.com/p/geopy/wiki/GettingStarted, where users can...
We also experience the same issue. After deleting a 14GB hash key from master X, we found the same hash key on master Y, with the size of 21GB. We...
@antirez Thanks for the tip. Do you mean something like: 1. (open the slot) Run `CLUSTER SETSLOT IMPORTING ` on the node with keys that don't belong to the node...
From initial boot, it will hit the VT_WAITACTIVE race condition 100% of the time. I haven't tried restarting sddm yet.
Ah, my system doesn't have systemd. Would /var/log/sddm.log be sufficient?
Just tried the patch from #1445, it doesn't help in this case. Here's the log if I type a wrong password: ``` [05:14:01.893] (II) DAEMON: Message received from greeter: Login...
Here's both /var/log/sddm.log and /var/log/messages when the race condition happens: ``` # /var/log/sddm.log [05:30:44.476] (II) DAEMON: Message received from greeter: Login [05:30:44.476] (II) DAEMON: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop" [05:30:44.477] (II) DAEMON:...
This bug should still be reproducible, due to the problem I described in #13577: > ... trying to do clientv3.Watch with an expired token would result in ErrGRPCPermissionDenied, due to...