You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninstall Teamviewer on Catalina will cause the system hang on boot, reports "Unrecoverable Error: securityagent cannot generate requested teamviewerauthplugin: start" and stuck there.
Command that failed
No failure found, uninstall succeed. Only if you reboot, you can never get back.
I found two way resolve it, both need go into recovery mode:
get a copy of TeamViewerAuthPlugin.bundle from anywhere like another mac, and put it to /Volume/Macintosh HD/Library/Security/SecurityAgentPlugins.
After I could get into system follow method 1, I found this topic in teamviewer forum, which suggests directly delete /Volume/Macintosh HD/var/db/auth.db and let macOS rebuild it. I've also tried remove TeamViewerAuthPlugin.bundle and auth.db and it really work.
In method 2, teamviewer employers suggest this should be caused by the teamviewer security agent was removed without unregister, which causes during booting macOS still looking for it and hangs. They suggest using the built-in uninstaller( in Preferences > Advanced ), but I think homebrew users prefer uninstall with homebrew itself, so the correct way should be find the way of unregistering it, which I failed on searching.
The text was updated successfully, but these errors were encountered:
That looks like a pretty nasty bug on their side, and something they should fix. I’m familiar with TeamViewer (as a user) and the fact they have something that can cause an issue like that makes me think they’re doing things on the system that they shouldn’t.
If they could provide a script to their bult-in uninstaller, it would be ideal. We don’t yet support GUI uninstallers.
General troubleshooting steps
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
Uninstall Teamviewer on Catalina will cause the system hang on boot, reports "Unrecoverable Error: securityagent cannot generate requested teamviewerauthplugin: start" and stuck there.
Command that failed
No failure found, uninstall succeed. Only if you reboot, you can never get back.
I found two way resolve it, both need go into recovery mode:
In method 2, teamviewer employers suggest this should be caused by the teamviewer security agent was removed without unregister, which causes during booting macOS still looking for it and hangs. They suggest using the built-in uninstaller( in Preferences > Advanced ), but I think homebrew users prefer uninstall with homebrew itself, so the correct way should be find the way of unregistering it, which I failed on searching.
The text was updated successfully, but these errors were encountered: