This message appears when editing a draft email in outlook and generally when using IMAP with/without a flaky wifi. The solution is simple:
Solution # Open Outlook, File -> Options -> Mail. Uncheck all options under “Conversation Clean up”. Save, quit Outlook and restart Outlook. Workaround # If you don’t want to or cannot spend any time tinkering as explained above, you can use the online version of Outlook at either office.com or outlook.com. Online versions are not affected by this issue.
Sometimes when you release upgrade freebsd, you might get the following error:
Failed to load kernel ‘kernel’
can’t load ‘kernel’
can’t load ‘kernel’
Type ‘?’ for a list of commands…
When you push commits to git, you sometimes might get into this error. I got this when pushing hugo code into git.
git push -u origin main Enumerating objects: 61, done. Counting objects: 100% (61/61), done. Delta compression using up to 4 threads Compressing objects: 100% (45/45), done. error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (54/54), 2.07 MiB | 5.37 MiB/s, done. Total 54 (delta 14), reused 0 (delta 0), pack-reused 0 (from 0) fatal: the remote end hung up unexpectedly This is caused by git buffer settings. Run:
Rsync Error:
send_files(71922, /source/TQR6~B)
rsync: [sender] fstat failed: No such file or directory (2) Trying to rsync between two different machines, I found rsync fails when it finds files that have ~ (tilde) in their filenames. I initially thought this was an issue specific to copying from a Samba Share to FreeBSD zpool. I couldn’t solve the issue entirely but figured escaping the awful tilde was a way to finish copying without rsync crashing. Here’s the command:
Note of caution:
Read the FreBSD Release Notes carefully at https://www.freebsd.org/releases/14.0R/relnotes/ especially the section called “Upgrading from Previous Releases of FreeBSD”.
If you recently upgraded to FreeBSD 14 but you get the above error displayed before the beastie logo (see image below), here’s a solution for those with the boot loader in the MBR and that use the GPT partition scheme.