Giter Club home page Giter Club logo

Comments (14)

AlJohri avatar AlJohri commented on September 25, 2024 1

You can still use brew services from the boneyard like so:

brew tap homebrew/boneyard
brew services start mysql

source: http://robots.thoughtbot.com/starting-and-stopping-background-services-with-homebrew

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

Do you have the correct command development tools for Yosemite? https://developer.apple.com/downloads/index.action

We have not updated and tested the script on Yosemite, but I don't see why it shouldn't work...

Let me know how it goes!

from kaishi.

gabehoffman avatar gabehoffman commented on September 25, 2024

I've been running the xcode 6 beta, I've reinstalled with the App Store version, the command line tools are 6.1 (6A1052d).

It's giving me the same thing.

Also before this I had the postgres app going, but I unlinked in homebrew like it said and I closed the app.

from kaishi.

gabehoffman avatar gabehoffman commented on September 25, 2024

It's not the postgres app as I don't have it on my MBP (newly updated to 10.10). And it's giving the same error as my Mac Pro (2014 and on 10.10). I'll try it on another few machines and see if it's just Yosemite or if just me.

from kaishi.

gabehoffman avatar gabehoffman commented on September 25, 2024

Still looking for and working on a solution. It's not Yosemite.
I tried on an old Mac Pro running Lion, and a Mac Mini running Mavericks. All with the same result. All with very different histories of development. I love the idea of this script and getting everything up to date on the same platform, but something isn't working.

I removed rvm if it was there. ($ rvm implode).

I've manually got Postgres to launch, and removed any previous versions.

The lion machine was even running an old version of the command line tools, so it's not those.

from kaishi.

gabehoffman avatar gabehoffman commented on September 25, 2024

It's Homebrew. They no longer support the brew services command. They've been warning for a while, and now it seems they've pulled it.

Homebrew/legacy-homebrew#32006

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

All right, so I'll update the repository to stop using homebrew services, and hopefully that will do the trick, thanks for the information @gabehoffman hope you can still continue using the script.

Actually we will update it soon to include many other applications such as slack, chrome and some other developer tools we use here at Icalia.

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

We just updated to the Yosemite version, it should be working by now, it is not on master yet, but you can visit https://github.com/IcaliaLabs/kaishi/tree/yosemite o look for the yosemite branch on the project!

Cheers!

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

I'm closing this, as it is solved by now 534f1d6

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

Nice to know @AlJohri have you try this with Yosemite?

from kaishi.

mrsantucci avatar mrsantucci commented on September 25, 2024

@AlJohri Excellent!

from kaishi.

AlJohri avatar AlJohri commented on September 25, 2024

No, I currently use this approach:

https://github.com/thoughtbot/laptop/blob/master/mac#L90

brew_launchctl_restart() {
  local name="$(brew_expand_alias "$1")"
  local domain="homebrew.mxcl.$name"
  local plist="$domain.plist"

  fancy_echo "Restarting %s ..." "$1"
  mkdir -p "$HOME/Library/LaunchAgents"
  ln -sfv "/usr/local/opt/$name/$plist" "$HOME/Library/LaunchAgents"

  if launchctl list | grep -Fq "$domain"; then
    launchctl unload "$HOME/Library/LaunchAgents/$plist" >/dev/null
  fi
  launchctl load "$HOME/Library/LaunchAgents/$plist" >/dev/null
}

from kaishi.

kurenn avatar kurenn commented on September 25, 2024

Thanks for sharing @AlJohri ! does this works on yosemite?, if so, maybe you can place a pull request, how about that? =)

from kaishi.

milan-chen avatar milan-chen commented on September 25, 2024

thx!!! @AlJohri

from kaishi.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.