• 2 Posts
  • 477 Comments
Joined 3 years ago
cake
Cake day: December 14th, 2023

help-circle

  • Raidz5 doesn’t exist, I assume you mean raid5? And you wouldn’t know, URE is sometimes silent, and because without parity during a rebuild you would be recalculating the parity bit and assumig every read on the remaining drives is successful. Except the URE rate for drives hasn’t gone down to match the increasing size of drives - so for a full 1x read of a large drive, you’re statistically at risk to get at least 1 URE.

    In short, there is no integrity checking when rebuilding a single redundancy array after a drive failure, so just because a rebuild succeeds, doesn’t mean nothing was lost or corrupted. With double redundancy, you will still have single redundancy during a rebuild, so you would be able to detect URE and retry reads or raise an error to the user.

    Some articles may make it overblown - you won’t lose your whole array, but any files stored in the block that had the URE during rebuild would be lost. And you might not know that it happened.

    You can read about it here: https://www.servnetuk.com/insights/ure-is-raid-5-dead














  • I emailed them at support@greenfi.com with basically the message “I can’t login I get this message, what can I do to resolve this”, went back and forth a bunch, did all the annoying troubleshooting reinstalling the app, clearing app data, etc, sent screenshots of the message, assured I wasn’t using a VPN, sent all the details of my phone and rom version, had to poke them when they didn’t respond, got a random message of them saying “we see you were able to gain access” and I had to be like wtf no I didn’t?, told them it worked if I temporarily enabled play protect and said I would switch banks if I couldnt access check deposit which is mobile only, they replied with some justification why play protect is tripping it up, so I told them that I had no issues having play protect off with other financial apps like fidelity and chase bank, and finally got a response from a “supervisor” saying “i refreshed your settings” settings" and it started working.

    Not sure if they just whitelisted my account or what, but maybe if enough people complain they will get tired of whitelisting everyone and change course.


  • I switched away from Ally bank for similar reasons, on my lineage’d pixel 5 with gapps, their app would always fail the login the first time then succeed the second time for no reason.

    Then the bank I switched to, greenfi (coastal community bank) completely blocked login unless I had play protect (in Google play) enabled, which allows Google to uninstall any app from your phone without asking if they decide it’s a “security risk” or whatever - I can totally imaging them deciding that ReVanced / morphie / patched apps that block their ads to be a “security issue”. Luckily greenfi was more understanding and they did something that allowed me to log in again.



  • I completed a 300 mile move yesterday, and my homelab was one of the least stressful parts thanks to my pre-emptive downsizing from a half rack to just a Synology + Intel nuc. I also pre-emptively switched from forwarded ports to a reverse proxy because I didn’t want to be thinking about what isp I would end up with. Even further, I linked the nas and nuc directly with Ethernet so that I wouldn’t need to rely on static IPs or router-assisted local hostnames, mdns, avahi, whatever because I wanted to be able to transplant my lab onto any network just in case of emergency - thankfully I haven’t had to test that out but it’s nice knowing my lab should work on any network where both boxes can reach the internet / my reverse proxy. I was thinking worst case if we ended up in some apartment complex with some crappy provided setup that had broken local discovery then it would be 1 less thing to worry about.