brew services start yugabyte does not bring up yugabyted
Closed this issue · 1 comments
iSignal commented
Running
$ brew tap yugabyte/yugabyte
$ brew start yugabyte
reports success but does not seem to bring up yugabyted
14:01 $ brew services start yugabyte
==> Successfully started `yugabyte` (label: homebrew.mxcl.yugabyte)
Sankeths-MacBook-Pro:/tmp
14:01 $ sudo ps aux | egrep yugabyted
sanketh 82774 0.0 0.0 4277272 836 s004 S+ 2:02PM 0:00.00 egrep --color yugabyted
iSignal commented
Tried with the latest package and issue still happens.
Sankeths-MacBook-Pro:~
18:43 $ brew rm yugabyte
Uninstalling /usr/local/Cellar/yugabyte/2.0.6.0... (5,820 files, 297.5MB)
Sankeths-MacBook-Pro:~
18:43 $ brew install yugabyte
==> Installing yugabyte from yugabyte/yugabyte
==> Downloading https://downloads.yugabyte.com/yugabyte-2.0.6.0-darwin.tar.gz
Already downloaded: /Users/sanketh/Library/Caches/Homebrew/downloads/8b51d79d27554a3952a933d6a263e6c69a44f435014fbc5e1ee73b68acb8bf75--yugabyte-2.0.6.0-darwin.tar.gz
==> Caveats
Use yugabyted status to check the status of the database.
Use ysqlsh to drop into an SQL shell to interact with the database
To have launchd start yugabyte/yugabyte/yugabyte now and restart at login:
brew services start yugabyte/yugabyte/yugabyte
Or, if you don't want/need a background service you can just run:
yugabyted start --config /usr/local/etc/yugabyte.conf
==> Summary
🍺 /usr/local/Cellar/yugabyte/2.0.6.0: 5,818 files, 297.5MB, built in 10 seconds
Sankeths-MacBook-Pro:~
18:44 $ ps -ef | egrep yugabyted
501 83865 76450 0 6:44PM ttys003 0:00.00 egrep --color yugabyted
Sankeths-MacBook-Pro:~
18:44 $ brew services start yugabyte/yugabyte/yugabyte
Service `yugabyte` already started, use `brew services restart yugabyte` to restart.
Sankeths-MacBook-Pro:~
18:44 $ ps -ef | egrep yugabyted
501 84085 76450 0 6:47PM ttys003 0:00.00 egrep --color yugabyted
Sankeths-MacBook-Pro:~
18:47 $ brew services restart yugabyte/yugabyte/yugabyte
Stopping `yugabyte`... (might take a while)
==> Successfully stopped `yugabyte` (label: homebrew.mxcl.yugabyte)
==> Successfully started `yugabyte` (label: homebrew.mxcl.yugabyte)
Sankeths-MacBook-Pro:~
18:47 $ ps -ef | egrep yugabyted
501 84296 76450 0 6:47PM ttys003 0:00.00 egrep --color yugabyted
Sankeths-MacBook-Pro:~
18:47 $```