While using Console to monitor my MacMini (Sonoma 14.7.6) I noticed many hundreds of these errors: ... cfprefsd Couldn't open parent path due to [2: No such file or directory] Did some digging into the cfprefsd daemon. Rediscovered the defaults command line tool, but I do not see how to […]
Daily Archives: July 3, 2025
I’m running QTCreator 17.0.0 under MSYS2, trying to get the FortLS (fortran language server) running as a custom language server – to help with working on some Fortran 90 source code. I installed FortLS via pip, and it is version 3.2.2. I have attempted to configure QTCreator to use FortLS […]
I’m working in the company where most of the users are remote users who work on the computers joined to domain. During most of the workday users do not connect to the corporate network, nay, their computers can retinas without connection to the domain whole days. Also, it is quite […]
Logins for domain users with su, cockpit, and ssh all show failures as if the passwords are incorrect. $ su myuser Password: su: Authentication failure It’s got a (should be) identical twin system where everything is working as expected. Versions of required packages are the same as well as OS […]
When I try to ssh into a remote server for the first time, I’m told that the authenticity of the host can’t be established. The recommended way to address this is to find out the host’s key via some other secure channel and add it to my known-hosts file. But […]