Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created February 9, 2017 05:07
Show Gist options
  • Save ianchen06/f15474beb63ff1b8c1379e21070d84ae to your computer and use it in GitHub Desktop.
Save ianchen06/f15474beb63ff1b8c1379e21070d84ae to your computer and use it in GitHub Desktop.
Fix RethinkDB slow startup in macOS sierra 10.12

It is due to the default missing hostname setting in macOS sierra 10.12

It is observed when installed clean..

sudo hostname [new name]
sudo scutil --set ComputerName [new name]
sudo scutil --set LocalHostName [new name]
sudo scutil --set HostName [new name]
dscacheutil -flushcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment