frazou
frazou
> @Frazew Hey, I just saw your work to make TUNE work with rrdcached. Nice work! Thanks! When this change makes it into a rrdcached release, I'll come back here...
tl;dr: if that can help anyone, make sure you test running `corosync-quorumtool` with same user as the one your `ha_cluster_exporter` process runs under and that it does work indeed under...
Oh wow sorry I had completely forgotten about this PR. I'll reopen when I get some time to rework it, thanks!
I believe this issues actually lies directly into `ansible.netcommon`. See the following snippet: ``` from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.config import ( NetworkConfig, dumps, ) candidate_str = """ neighbor 10.0.0.0/24 use neighbor-group peer-leaf-overlay description...
The USB spec needs little-endian bytes, but because the device descriptor is custom, you are the one who gets to set the endianness accordingly. It's possible however that I overlooked...
Can you provide more details ? The Xposed log would be nice, but I think a logcat dump would be even more helpful. Thank you !
I found the issue, I was using a function that did not exist yet in Xposed v54. However, I'm not sure that this is the actual source of the missing...
Right here : https://github.com/Frazew/VirtualSensor/blob/master/app/src/main/java/fr/frazew/virtualgyroscope/hooks/SensorChangeHook.java#L26 Just change the "values" array
I don't have any samsung device to test the module on so it's harder for me to make it work on these devices. I had already looked into this issue...
I think I'll make a "debug" module that will log the state of the hooks to pin down the issue. I'll update here when I have it.