Hi
The same behaviour exist on latest Big Sur beta.
I am developing a Transparent and DNS Network System Extension on macOS Big Sur.
I request to help me solving Network System Extension initialization problem. These extensions are in the Single App.
My Network extensions do not come up the first time of UI. UI needs to be restarted again i.e. OSSystemExtensionRequestDelegate:activationRequestForExtension should be reinitiated again.
Console log shows during initialization:
App Proxy Logs:
AppProxyManager Failed to save configurations, error: NEVPNErrorDomain / 5
DNS Proxy Application Logs:
dnsproxymgr Failed to save configurations, error: NEConfigurationErrorDomain 10
App Proxy gets failed to start:
Application logs:
AppProxyManager Failed to start App Prxoy Description The operation couldn’t be completed. (NEVPNErrorDomain error 1.) Reason (null) Recovery suggestion (null)
sudo systemextensionsctl list output shows extensions are enabled.
System Preferences Security and Privacy shows two entries after clicking on "Allow" button.
Could you please recommend, how to debug it?
Thanks
The same behaviour exist on latest Big Sur beta.
I am developing a Transparent and DNS Network System Extension on macOS Big Sur.
I request to help me solving Network System Extension initialization problem. These extensions are in the Single App.
My Network extensions do not come up the first time of UI. UI needs to be restarted again i.e. OSSystemExtensionRequestDelegate:activationRequestForExtension should be reinitiated again.
Console log shows during initialization:
Failed to save configuration myext Client DNS Proxy: Error Domain=NEConfigurationErrorDomain Code=10 "permission denied" UserInfo={NSLocalizedDescription=permission denied}
App Proxy Logs:
AppProxyManager Failed to save configurations, error: NEVPNErrorDomain / 5
DNS Proxy Application Logs:
dnsproxymgr Failed to save configurations, error: NEConfigurationErrorDomain 10
App Proxy gets failed to start:
Application logs:
AppProxyManager Failed to start App Prxoy Description The operation couldn’t be completed. (NEVPNErrorDomain error 1.) Reason (null) Recovery suggestion (null)
sudo systemextensionsctl list output shows extensions are enabled.
-- com.apple.systemextension.networkextension
* <<team id>> com.myext.client.myext-Client.myextClientMacAppProxy (1.0/1) myextMacAppProxy [activated enabled]
* <<team id>> com.myext.client.myext-Client.myextClientMacDNSProxy (1.0/1) myextMacDNSProxy [activated enabled]
System Preferences Security and Privacy shows two entries after clicking on "Allow" button.
Could you please recommend, how to debug it?
Thanks