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.

Setup not working

See original GitHub issue

I think i don’t know how to do it, but the error is:

mup setup

Started TaskList: Setup Docker
[0.0.0.0] - setup docker
Error Invalid username

my mup.js

module.exports = {
  servers: {
    one: {
      host: '0.0.0.0',
      user: 'root',
      pem: "/home/webaula/.ssh/id_rsa"
    }
  },

  meteor: {
    name: 'app',
    path: '../',
    servers: {
      one: {},
    },
    env: {
      MONGO_URL: 'mongodb://localhost/meteor'
    },
    deployCheckWaitTime: 60
  },

  mongo: {
    oplog: true,
    port: 27017,
    servers: {
      one: {},
    },
  },
};

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
paulo2ndcommented, Nov 9, 2016

@madhan5000 thank you, the problem was ssh rootlogin disabled.

now i have:

Started TaskList: Setup Docker [10.61.1.8] - setup docker [10.61.1.8] - setup docker: SUCCESS

Started TaskList: Setup Meteor [10.61.1.8] - Setup Environment

Started TaskList: Setup Mongo [10.61.1.8] - setup environment [10.61.1.8] - setup environment: SUCCESS [10.61.1.8] - copying mongodb.conf [10.61.1.8] - Setup Environment: SUCCESS [10.61.1.8] - copying mongodb.conf: SUCCESS

Started TaskList: Start Mongo [10.61.1.8] - start mongo [10.61.1.8] - start mongo: SUCCESS

Thanks all 😃

0reactions
madhan5000commented, Nov 8, 2016

@paulo2nd You probably did this but just want to make sure you did username + password and commented out “pem :” entry

Also, from the mup.js that you have posted, I see you are referring to

pem: "/home/webaula/.ssh/id_rsa"

which is not a pem file. you can certainly put a pem file in that folder but I believe it needs to be referenced explicitly. for example

pem: "/home/webaula/.ssh/id_rsa/my_secret.pem"

hope that helps

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix .exe Setup Files Not Opening in Windows 10
Hi Friends... This video tutorial is about "How to Fix .exe Setup Files Not Opening in Windows 10 | 3 Best Solutions" If...
Read more >
setup.exe doesn't open - Microsoft Community
I have windows 8.1. I am trying to install Ansys. Whenever I run the setup.exe application, the system asks me the permission and...
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
2. Check App Installer Settings in Windows · Windows 10-Choose Where to Get Apps ; 4. Run the Installer as an Administrator ·...
Read more >
Exe File is Not Opening: 6 Ways to Fix it [Force Launch]
1. Edit the registry · 2. Scan for malware · 3. Change the location of the Program Files folder to default · 4....
Read more >
Setup.exe not working - Windows 10 Support
Page 1 of 2 - Setup.exe not working - posted in Windows 10 Support: Using Win10 Pro, Trying to install a legacy game,...
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