Homebrew / homebrew-cask

🍻 A CLI workflow for the administration of macOS applications distributed as binaries
https://brew.sh
BSD 2-Clause "Simplified" License
20.95k stars 10.73k forks source link

IVPN Daemon not working properly #106784

Closed TommyTran732 closed 3 years ago

TommyTran732 commented 3 years ago

Description of issue

IVPN actually installs properly, but when I open it, it cannot seem to connect to the daemon. Running sudo launchctl load net.ivpn.client.Helper.plist gave me a file not found error. I have tried installing IVPN manually, and it does work. I think this is likely an issue with the cask install script where the daemon somehow does not get installed correctly. I hope you could look into this.

Command that failed

None

Output of command with --verbose --debug

Click to expand


==> Downloading https://repo.ivpn.net/macos/bin/IVPN-3.3.10.dmg
Already downloaded: /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
==> Installing Cask ivpn
==> Moving App 'IVPN.app' to '/Applications/IVPN.app'
🍺  ivpn was successfully installed!
tomster@ssid-umass-vl922-172-30-22-71 ~ % brew uninstall ivpn
==> Uninstalling Cask ivpn
==> Changing ownership of paths required by ivpn; your password may be necessary
==> Removing launchctl service net.ivpn.client.Helper
==> Removing files:
/Library/Application Support/IVPN
/Library/PrivilegedHelperTools/net.ivpn.client.Helper
==> Backing App 'IVPN.app' up to '/usr/local/Caskroom/ivpn/3.3.10/IVPN.app'
==> Removing App '/Applications/IVPN.app'
==> Purging files for version 3.3.10 of Cask ivpn
tomster@ssid-umass-vl922-172-30-22-71 ~ % brew install ivpn --verbose --debug
==> Cask::Installer#install
==> Printing caveats
==> Cask::Installer#fetch
==> Downloading https://repo.ivpn.net/macos/bin/IVPN-3.3.10.dmg
/usr/bin/curl --disable --globoff --show-error --user-agent Homebrew/3.1.9\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 11.4\)\ curl/7.64.1 --header Accept-Language:\ en --retry 3 --location --silent --head --request GET https://repo.ivpn.net/macos/bin/IVPN-3.3.10.dmg
Already downloaded: /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
==> Checking quarantine support
/usr/bin/xattr
/usr/bin/swift /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift
==> Quarantine is available.
==> Verifying Gatekeeper status of /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
/usr/bin/xattr -p com.apple.quarantine /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
==> /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg is quarantined
==> Verifying checksum for cask 'ivpn'
hdiutil imageinfo -format /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
==> Installing Cask ivpn
==> Cask::Installer#stage
==> Extracting primary container
==> Using container class UnpackStrategy::Dmg for /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
hdiutil attach -plist -nobrowse -readonly -mountrandom /private/tmp/d20210603-2232-10yz4zw /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
find . -print0
mkbom -s -i /private/tmp/20210603-2232-g3rns.list -- /private/tmp/20210603-2232-1i9yyth.bom
ditto --bom /private/tmp/20210603-2232-1i9yyth.bom -- /private/tmp/d20210603-2232-10yz4zw/dmg.zt9t2y /private/tmp/d20210603-2232-17597pk
diskutil info -plist /private/tmp/d20210603-2232-10yz4zw/dmg.zt9t2y
diskutil eject /private/tmp/d20210603-2232-10yz4zw/dmg.zt9t2y
cp -pR /private/tmp/d20210603-2232-17597pk/IVPN.app/. /usr/local/Caskroom/ivpn/3.3.10/IVPN.app
cp -pR /private/tmp/d20210603-2232-17597pk/IVPN\ Uninstaller.app/. /usr/local/Caskroom/ivpn/3.3.10/IVPN\ Uninstaller.app
cp -pR /private/tmp/d20210603-2232-17597pk/Applications /usr/local/Caskroom/ivpn/3.3.10/Applications
chmod -Rf +w /private/tmp/d20210603-2232-17597pk
==> Verifying Gatekeeper status of /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
/usr/bin/xattr -p com.apple.quarantine /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
==> /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg is quarantined
==> Propagating quarantine from /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg to /usr/local/Caskroom/ivpn/3.3.10
/usr/bin/xattr -p com.apple.quarantine /Users/tomster/Library/Caches/Homebrew/downloads/f8eacb024a509ff51b7c3b687cb479aeb0c7e60d8968ec0dfd7800da701bc584--IVPN-3.3.10.dmg
/usr/bin/xargs -0 -- /bin/chmod -h u\+w
/usr/bin/xargs -0 -- /usr/bin/xattr -w com.apple.quarantine 0181\;60b865ed\;Homebrew\\x20Cask\;89119D05-99F4-4A85-B2CB-ED11F16B7AFF
==> Creating metadata directory: /usr/local/Caskroom/ivpn/.metadata/3.3.10/20210603214322.069
==> Creating metadata subdirectory: /usr/local/Caskroom/ivpn/.metadata/3.3.10/20210603214322.069/Casks
==> Installing artifacts
==> 4 artifacts defined
#, @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @caskroom_path=#, @metadata_master_container_path=#, @config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @dsl=#, @token="ivpn", @version="3.3.10", @sha256=#, @url=#, @verified=nil, @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:user_agent=>:default}>, @name=["IVPN"], @desc="VPN client", @homepage="https://www.ivpn.net/apps-macos", @livecheck=#, @regex=/href=.*?\/IVPN-(\d+(?:\.\d+)*)\.dmg/i, @skip=false, @skip_msg=nil, @strategy=:page_match, @url="https://www.ivpn.net/setup/mac-changelog.html">, @livecheckable=true, @auto_updates=true, @depends_on={:macos=>#="10.14" []>}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:uninstall_preflight=>#}>, #, @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @caskroom_path=#, @metadata_master_container_path=#, @config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @dsl=#, @token="ivpn", @version="3.3.10", @sha256=#, @url=#, @verified=nil, @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:user_agent=>:default}>, @name=["IVPN"], @desc="VPN client", @homepage="https://www.ivpn.net/apps-macos", @livecheck=#, @regex=/href=.*?\/IVPN-(\d+(?:\.\d+)*)\.dmg/i, @skip=false, @skip_msg=nil, @strategy=:page_match, @url="https://www.ivpn.net/setup/mac-changelog.html">, @livecheckable=true, @auto_updates=true, @depends_on={:macos=>#="10.14" []>}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:delete=>["/Library/Application Support/IVPN", "/Library/PrivilegedHelperTools/net.ivpn.client.Helper"], :launchctl=>"net.ivpn.client.Helper", :quit=>"net.ivpn.client.IVPN", :signal=>[]}>, #, @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @caskroom_path=#, @metadata_master_container_path=#, @config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @dsl=#, @token="ivpn", @version="3.3.10", @sha256=#, @url=#, @verified=nil, @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:user_agent=>:default}>, @name=["IVPN"], @desc="VPN client", @homepage="https://www.ivpn.net/apps-macos", @livecheck=#, @regex=/href=.*?\/IVPN-(\d+(?:\.\d+)*)\.dmg/i, @skip=false, @skip_msg=nil, @strategy=:page_match, @url="https://www.ivpn.net/setup/mac-changelog.html">, @livecheckable=true, @auto_updates=true, @depends_on={:macos=>#="10.14" []>}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @source_string="IVPN.app", @target_string="", @source=#, @target=#>, #, @tap=#, @alias_table=nil, @alias_reverse_table=nil, @formula_renames={}, @cask_dir=#>, @block=#, @default_config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @caskroom_path=#, @metadata_master_container_path=#, @config=#["en-US"], :appdir=>#, :colorpickerdir=>#, :prefpanedir=>#, :qlplugindir=>#, :mdimporterdir=>#, :dictionarydir=>#, :fontdir=>#, :servicedir=>#, :input_methoddir=>#, :internet_plugindir=>#, :audio_unit_plugindir=>#, :vst_plugindir=>#, :vst3_plugindir=>#, :screen_saverdir=>#}>, @dsl=#, @token="ivpn", @version="3.3.10", @sha256=#, @url=#, @verified=nil, @using=nil, @tag=nil, @branch=nil, @revisions=nil, @revision=nil, @trust_cert=nil, @cookies=nil, @referer=nil, @header=nil, @user_agent=:default, @data=nil, @specs={:user_agent=>:default}>, @name=["IVPN"], @desc="VPN client", @homepage="https://www.ivpn.net/apps-macos", @livecheck=#, @regex=/href=.*?\/IVPN-(\d+(?:\.\d+)*)\.dmg/i, @skip=false, @skip_msg=nil, @strategy=:page_match, @url="https://www.ivpn.net/setup/mac-changelog.html">, @livecheckable=true, @auto_updates=true, @depends_on={:macos=>#="10.14" []>}, @artifacts=#, @staged_path=#, @language_eval=nil>>, @directives={:trash=>"~/Library/Preferences/net.ivpn.client.IVPN.plist", :signal=>[]}>}>
==> Installing artifact of class Cask::Artifact::PreflightBlock
==> Installing artifact of class Cask::Artifact::App
==> Moving App 'IVPN.app' to '/Applications/IVPN.app'
/usr/local/Homebrew/Library/Homebrew/shims/scm/git --version
git config --get homebrew.private
git config --get homebrew.analyticsdisabled
🍺  ivpn was successfully installed!

Output of brew doctor --verbose

Click to expand


==> Cask Environment Variables:
BUNDLE_PATH
CHRUBY_VERSION
GEM_HOME
GEM_PATH
HOMEBREW_CASK_OPTS
LC_ALL
PATH
RBENV_VERSION
RUBYLIB
RUBYOPT
RUBYPATH
SHELL
==> $LOAD_PATHS
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/warning-1.2.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tapioca-0.4.22/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/spoom-1.0.9/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/thor-1.1.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-stub-0.2.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-cobertura-1.4.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-0.21.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-html-0.12.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-macho-2.5.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-sorbet-0.6.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rspec-2.3.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rails-2.10.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-performance-1.11.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-1.15.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unicode-display_width-2.0.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-progressbar-1.11.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-ast-1.5.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-wait-0.0.9/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-sorbet-1.8.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-0.5.6274/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-static-0.5.6274-universal-darwin-14/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-retry-0.6.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-its-1.3.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-github-2.3.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-3.10.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-mocks-3.10.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-expectations-3.10.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-core-3.10.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-support-3.10.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ronn-0.7.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rexml-3.2.5/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/regexp_parser-2.1.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rdiscount-2.2.0.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/rdiscount-2.2.0.2
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rack-2.2.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/pry-0.14.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/plist-3.6.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/patchelf-1.3.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parlour-6.0.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-0.5.6274/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rainbow-3.0.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parser-3.0.1.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel_tests-3.7.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel-1.20.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mustache-1.1.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/method_source-1.0.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mechanize-2.8.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrobots-0.1.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrick-1.7.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubyntlm-0.6.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/nokogiri-1.11.5-x86_64-darwin/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/racc-1.5.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/racc-1.5.2
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mini_portile2-2.5.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-persistent-4.0.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-digest_auth-1.4.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-3.3.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-data-3.2021.0225/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/http-cookie-1.0.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/hpricot-0.8.6/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/hpricot-0.8.6
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/elftools-1.1.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/domain_name-0.5.20190701/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf-0.1.4/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf_ext-0.0.7.7/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/unf_ext-0.0.7.7
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/docile-1.3.5/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/diff-lcs-1.4.4/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/connection_pool-2.2.5/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/commander-4.6.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/highline-2.0.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/colorize-0.8.1/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/coderay-1.1.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/byebug-11.1.3/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bootsnap-1.7.5/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.7.5
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/msgpack-1.4.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.2
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bindata-2.4.8/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ast-2.4.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/addressable-2.7.0/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/public_suffix-4.0.6/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/activesupport-6.1.3.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/zeitwerk-2.4.2/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tzinfo-2.0.4/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/minitest-5.14.4/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/i18n-1.8.10/lib
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/concurrent-ruby-1.1.8/lib/concurrent-ruby
/Library/Ruby/Site/2.6.0
/Library/Ruby/Site/2.6.0/x86_64-darwin20
/Library/Ruby/Site/2.6.0/universal-darwin20
/Library/Ruby/Site
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0/x86_64-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby/2.6.0/universal-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/vendor_ruby
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/x86_64-darwin20
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20
/usr/local/Homebrew/Library/Homebrew
==> Homebrew Version
3.1.9
==> macOS
11.4
==> SIP
Enabled
==> Homebrew Cask Staging Location
/usr/local/Caskroom
==> Homebrew Cask Taps:
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask (3909 casks)
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-versions (192 casks)
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: The filesystem on /System/Volumes/Data appears to be case-sensitive.
The default macOS filesystem is case-insensitive. Please report any apparent problems.

Output of brew tap

Click to expand


homebrew/cask
homebrew/cask-versions
homebrew/core

SMillerDev commented 3 years ago

Does this happen if you just install the upstream-recommended way?

TommyTran732 commented 3 years ago

Does this happen if you just install the upstream-recommended way?

No, only if I install it via homebrew. If I mount the .dmg and drag the IVPN app into the application folder to replace what brew put in there, it works as well.

cho-m commented 3 years ago

To eliminate one possible variable, can you try with --no-quarantine flag, which is the main extra step done by Homebrew.

Most of the other install steps are the programmatic equivalent of drag-and-drop into the Application folder (there is a temporary copy into /usr/local/Caskroom, but in theory it shouldn't cause any issue)

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.