Nathan Dorfman
Nathan Dorfman
> The biggest issue is that the frontend likely states in the UI "transactions remaining" or something. It shows blocks remaining, not txs.
[This change](https://github.com/ungureanuvladvictor/BBBlfs/pull/33) seems to be all that's needed, to get BBBlfs working with the latest (9.1) debian images.
@loftyhauser do you still have the patch handy? I'd be happy to help you get it on github if you'd like. I'm having the same problem -- only the /boot...
Thanks! It works great for me.
Hmm, I spoke too soon. With this patch, my MATE multiload applet crashes like clockwork every 15 minutes. The crash is always in the same place, which is in the...
Yep, that was it. You also forgot to free the buffer, leading to a memory leak. Both are fixed [here](https://github.com/ndorf/multiload-ng/tree/disk_io_fix). (edit: fixed broken link) Thanks again for this patch!
@haarp I don't know for sure as I don't have any NVMe drives, but this might be the fix: https://github.com/udda/multiload-ng/pull/63
@haarp d'oh, you might want to try nylen's fork at https://github.com/nylen/multiload-ng
On Sat, Mar 25, 2017 at 04:49:27PM -0700, Mario Cianciolo wrote: > Hello, sorry for the delay. No worries! Thanks for the response. > **Native** support for GNOME Shell/GNOME Flashback...
> One implementation detail worth highlighting/discussing: assume a user needs to rescan for their tx's (or spends from a different device), the background cache wouldn't be able to pick up...