Giter VIP home page Giter VIP logo

Comments (5)

the-kenny avatar the-kenny commented on May 31, 2024

Nevermind. Used "sudo rake ..." to install so launchctl loaded the launchagent as root. Fixed now/

from dotjs.

theraccoonbear avatar theraccoonbear commented on May 31, 2024

I have the exact same issue, and while it appears that you found a fix, you're not really clear on what exactly that fix was. Can anyone provide some guidance here?

from dotjs.

the-kenny avatar the-kenny commented on May 31, 2024
sudo launchctl unload ~/Library/LaunchAgents/com.github.dotjs.plist
launchctl load ~/Library/LaunchAgents/com.github.dotjs.plist

(notice the sudo for the first command)

Simply logging out and in again should work too.

from dotjs.

theraccoonbear avatar theraccoonbear commented on May 31, 2024

Thanks for the quick reply. I've got it working now.

Don Smith
[email protected]

"and don't tell me there isn't one bit of difference between null and space,
because that's exactly how much difference there is." --Larry Wall

On Tue, Apr 19, 2011 at 9:41 AM, the-kenny <
[email protected]>wrote:

sudo launchctl unload ~/Library/LaunchAgents/com.github.dotjs.plist
launchctl load ~/Library/LaunchAgents/com.github.dotjs.plist

(notice the sudo for the first command)

Simply logging out and in again should work too.

Reply to this email directly or view it on GitHub:
#11 (comment)

from dotjs.

audionerd avatar audionerd commented on May 31, 2024

I had a similar issue. I did sudo rake install, but curl http://localhost:3131 told me HOME couldn't be found.

So, I added this to my .profile (not sure if this was necessary?):

export HOME=/Users/`whaomi`/

... and I did the launchctl toggle trick mentioned above:

sudo launchctl unload ~/Library/LaunchAgents/com.github.dotjs.plist
launchctl load ~/Library/LaunchAgents/com.github.dotjs.plist

... and that worked.

from dotjs.

Related Issues (20)

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.