Git Product home page Git Product logo

Comments (5)

cassdeckard avatar cassdeckard commented on June 16, 2024 2

@tom2strobl Don't know if this will help you but the following steps allowed me to work around this:

  • pkill -9 PM2 to shut down pm2 as the pm2 kill command also was hanging
  • pkill node to kill any running node processes
  • Install node version 6.9.1 (was previously running 7.2.0)
  • pod list should show all apps as OFF and will kick back off pm2

Now that everything is running with node 6.9.1 I'm not having any other issues with hanging.

from pod.

cassdeckard avatar cassdeckard commented on June 16, 2024 1

This is affecting me as well. Right now I'm in a state where pod thinks one of my apps is running but it isn't, and I haven't found any way to get it too since all the start, stop, and restart commands just hang indefinitely.

from pod.

tom2strobl avatar tom2strobl commented on June 16, 2024 1

@mattdeckard yeah something along that lines also worked for us, although hacky and not really a solution. Good to hear I'm not the only one!

from pod.

Grynn avatar Grynn commented on June 16, 2024

pod also acting wonky for me; hangs with no output on console.

node: 7.5.0
[email protected]

Based on comment from @mattdeckard

Tried:

sudo apt-get remove nodejs
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install nodejs=6.9.* yarn
sudo pkill -9 PM2
sudo pkill node
sudo yarn global add pod
pod web start
pod start foo
pod list   # all good!
pod web status # all good!

Seems to be stable now.

from pod.

octalmage avatar octalmage commented on June 16, 2024

I was having similar issues and the solution from @Grynn worked, plus removing pm2 and letting pod reinstall it. I had another version of pm2 installed and it was causing additional issues after completing the steps above. Just running npm uninstall -g pm2 wasn't enough, I had to manually delete the binary. After that pod seems to be working as expected.

from pod.

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.