rettier
rettier
i have had a similar issue, check my PR #107 it should fix the problem.
i came across this issue when noticing huge performance differences, i gave it a go at #2463
i am seeing the same issue in `5.2.7` and `5.1.2` and i can say from out side disabling gossip and mingle does not improve the situation. The connection can be...
i can confirm this still exists in version 15.x. The issue arises from the fact that the `equals` method compares `Date` objects as objects, and the `keySet` only exists of...
I am not sure but is Ubuntu minimal running a X-server? Do you have xclip or xsel installed? If not, c currently is not working without a x-server and it's...
Currently yes. A error/warning message in this case would also be a nice feature to be honest.
@mtoman we have seen issues with this change because lsblk sometimes seems to output an extra whitespace. here for example: ```shell $ LUKS_PARTITIONS=$(lsblk -nlo "kname,uuid,fstype,partlabel" "/dev/${BOOT_DEVICE}" | grep "crypto_LUKS") $...
@mtoman thanks for the info, i was looking through the latest merges but must have missed this one. It does indeed fix our issue. Sorry for the unnecessary comment.