Open scrutinizer11 opened 1 year ago
I'm guessing this is related to #96
The SCNetworkReachability server not available
is from within system configuration framework
} else if (type == XPC_TYPE_ERROR) {
if (xobj == XPC_ERROR_CONNECTION_INVALID) {
SCLog(TRUE, LOG_ERR,
CFSTR("SCNetworkReachability server not available"));
All those errors seem to indicate some sort of weird sandboxing related issue, seems like it can't lookup or communicate with the other system processes. Given that it's the same error as in #96 that others were not able to reproduce, my best suggestion would be to try cleaning profile, removing existing keychain entries, restarting (to kill any lingering chromium processes), then retrying.
Describe the bug It fails to connect upon launch, aggravated by the new-became-old Safe Storage entries spawning.
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Logs