GetHostUUIDString: unable to determine UUID for host. Error: 35解决方法

简介:
GetHostUUIDString: unable to determine UUID for host. Error: 35" that some apps reports time to time and then they hang; so well the problem appears to be something about IEEE80211 wireless that some how osx looks for??... anyway, i found that adding a config for that into the NetworkInterfaces this problem get solved! 
You need to go to /Library/Preferences/SystemConfiguration and edit NetworkInterfaces.plist and add a new dict with the IEEE80211 config..

      <dict>
         <key>BSD Name</key>
         <string>en3</string>
         <key>IOBuiltin</key>
         <false/>
         <key>IOInterfaceType</key>
         <integer>6</integer>
         <key>IOInterfaceUnit</key>
         <integer>3</integer>
         <key>IOLocation</key>
         <string></string>
         <key>IOMACAddress</key>
         <data>
         ABbPoF5V
         </data>
         <key>IOPathMatch</key>
         <string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/
      IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string>
         <key>SCNetworkInterfaceType</key>
         <string>IEEE80211</string>
      </dict>

Save and reboot... After i did this, the problem got solved and all the broken apps and games starting working....




本文转自 fsjoy1983 51CTO博客,原文链接:http://blog.51cto.com/fsjoy/89552,如需转载请自行联系原作者
目录
相关文章
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
1130 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
3月前
|
网络安全
出现“Host key verification failed”错误--解决
遇到“Host key verification failed”错误,通常是因为远程主机密钥发生变化,与本地保存的信息不符。这种情况可能是远程主机系统更改或重装等原因导致的。解决方法是根据提示使用`ssh-keygen -f "/root/.ssh/known_hosts" -R "[10.61.0.152]:29022"`命令移除旧的密钥信息,然后重新尝试连接。
722 5
|
4月前
|
iOS开发 Perl
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
91 0
|
网络安全 Docker 容器
failed to create network error response from daemon filed to setup ip tables问题
failed to create network error response from daemon filed to setup ip tables问题
210 0
|
7月前
|
安全 Java 应用服务中间件
A configuration error occurred during startup.Please verify the preference field with the prompt: To
A configuration error occurred during startup.Please verify the preference field with the prompt: To
Error from server error dialing backend remote error tls internal error
Error from server error dialing backend remote error tls internal error
127 0
|
安全 网络安全 开发工具
【已解决】Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
502 0
【已解决】Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
服务器重启后 Host key verification failed
服务器重启后 Host key verification failed
148 0
服务器重启后 Host key verification failed
|
Go iOS开发
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
474 0