question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'Mup Setup' returning only 'Setup Docker'.

See original GitHub issue

Hi everyone,

when trying to setup my mup.js config, my terminal returns only this:

~/emvulcan/vulcan/.deploy$ mup setup

Started TaskList: Setup Docker
[localhost] - Setup Docker

I’m not sure what is going wrong in my mup.js, I’ve mostly been following the sample configuration. Has anyone else had this problem?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Lucbugcommented, Jan 21, 2018

This error can happen if your IP address cannot SSH. Make sure your IP hasn’t changed, or change your rules/IP in the security groups of the service you are using.

0reactions
cry-chencommented, Dec 3, 2017

@zodern I have the same problem; when I run the DEBUG line it says “setup: command not found” When I run mup setup --verbose, same thing happens as when I run mup setup, which is that it gets stuck and says events.js:183 throw er; // Unhandled ‘error’ event ^

Error: Timed out while waiting for handshake at Timeout._onTimeout (/usr/local/lib/node_modules/mup/node_modules/nodemiral/node_modules/ssh2/lib/client.js:138:17) at ontimeout (timers.js:475:11) at tryOnTimeout (timers.js:310:5) at Timer.listOnTimeout (timers.js:270:5)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Meteor Up
After changing the config, run mup deploy . Volumes. All files created inside of the app's docker container are lost when the app...
Read more >
Mup deploy node version problem - help - Meteor forums
i created simple app and tried to deploy it using mup. This is what i see. ... How i can specify node version...
Read more >
Using MUP returned a container Errors about nonexistent ...
I troubleshoot and run docker ps -a . It shows the MongoDB container only as a running container and the meteor app container...
Read more >
meteor-up/Lobby - Gitter
passed as '-v /host/path:/container/path' to the docker run command ... reify is only installed by mup script, npm install --unsafe-perms works fine in...
Read more >
Troubleshoot Docker Engine installation
Docker can't run correctly if your kernel is older than version 3.10, or if it's missing kernel modules. To check kernel compatibility, you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found