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
The uninstall process did remove the drivers from /Library/Audio/Plug-Ins/HAL/, but I guess coreaudio needs to be restarted to fully unload them. It looks like the old way of doing this was with sudo launchctl kickstart -k system/com.apple.audio.coreaudiod. However this is no longer permitted. This page: https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Core-Audio says:
To improve security and stability, using launchctl kickstart -k is no longer permitted for critical system processes. If a process must be forcefully terminated, it is recommended to use kill instead.
I'm not sure the exact right way to do it via homebrew formula.
Command that failed
brew uninstall jump-desktop-connect
Output of command with --verbose --debug
Github tells me "Field can not be longer than 65536 characters"
Output of brew doctor and brew config
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: Some installed formulae are deprecated or disabled.You should find replacements for the following formulae:[email protected]Warning: The following formulae have the same name as core formulae: homeport/tap/dyff homeport/tap/havener homeport/tap/retry onlynone/tap/[email protected]Their taps are in use, so you must use these full names throughout Homebrew.HOMEBREW_VERSION: 4.4.27ORIGIN: https://github.com/Homebrew/brewHEAD: 9b1efcd944408db0bd85f82fe4724ccae04a812fLast commit: 11 hours agoBranch: stableCore tap HEAD: 97bcc91f7d27fd07941f3f375388f5a4b31690b8Core tap last commit: 50 minutes agoCore tap JSON: 25 Mar 20:00 UTCCore cask tap HEAD: 00384b5fb97e971d3dcbd63d0ba4f8012469b327Core cask tap last commit: 8 minutes agoCore cask tap JSON: 25 Mar 19:57 UTCHOMEBREW_PREFIX: /opt/homebrewHOMEBREW_CASK_OPTS: []HOMEBREW_EDITOR: emacsHOMEBREW_GITHUB_API_TOKEN: setHOMEBREW_MAKE_JOBS: 16HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: setHOMEBREW_NO_INSTALL_CLEANUP: setHOMEBREW_NO_INSTALL_FROM_API: setHomebrew Ruby: 3.3.7 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/rubyCPU: 16-core 64-bit arm_bravaClang: 16.0.0 build 1600Git: 2.49.0 => /opt/homebrew/bin/gitCurl: 8.7.1 => /usr/bin/curlmacOS: 15.3.1-arm64CLT: 16.2.0.0.1.1733547573Xcode: N/ARosetta 2: false
Verification
--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
After installing and then uninstalling
jump-desktop-connect
, it left two processes running:The uninstall process did remove the drivers from
/Library/Audio/Plug-Ins/HAL/
, but I guess coreaudio needs to be restarted to fully unload them. It looks like the old way of doing this was withsudo launchctl kickstart -k system/com.apple.audio.coreaudiod
. However this is no longer permitted. This page: https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Core-Audio says:I was able to accomplish this with:
I'm not sure the exact right way to do it via homebrew formula.
Command that failed
brew uninstall jump-desktop-connect
Output of command with
--verbose --debug
Github tells me "Field can not be longer than 65536 characters"
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: