[Install Error] Ubuntu 16.04 - No repository field

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

[Install Error] Ubuntu 16.04 - No repository field

L1 Bithead

Hello,

 

I'm trying to install Minemeld on Ubuntu 16.04.

 

https://github.com/PaloAltoNetworks/minemeld-ansible

 

$ ansible-playbook -K -i 127.0.0.1, local.yml

 

I receive the following fatal error during the npm install:

 

TASK [minemeld : npm install] **************************************************

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["npm", "install"], "delta": "0:00:29.360396", "end": "2017-07-27 18:14:05.947246", "failed": true, "rc": 1, "start": "2017-07-27 18:13:36.586850", "stderr": "npm WARN package.json minemeldWebui@0.9.41-beta.3 No repository field.

 

Looking for any guidance or direction on where to go from here. Thanks!

-Eric

2 REPLIES 2

L1 Bithead

/opt/minemeld/www/webui/npm-debug.log

 

1202 verbose stack Error: Command failed: git clone --template=/root/.npm/_git-remotes/_templates --mirror git@github.com:mozilla/npm-lockdown.git /root/.npm/_git-remotes/git-github-com-mozilla-npm-lockdown-git-0d578943
1202 verbose stack Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-mozilla-npm-lockdown-git-0d578943'...
1202 verbose stack Permission denied (publickey).
1202 verbose stack fatal: Could not read from remote repository.
1202 verbose stack
1202 verbose stack Please make sure you have the correct access rights
1202 verbose stack and the repository exists.
1202 verbose stack
1202 verbose stack at ChildProcess.exithandler (child_process.js:751:12)
1202 verbose stack at ChildProcess.emit (events.js:110:17)
1202 verbose stack at maybeClose (child_process.js:1015:16)
1202 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)

Hi @ekampling,

npm modules are downloaded via git and by default git uses ssh to download modules from github.

Could you check that something is not blocking ssh traffic ?

 

Thanks,

luigi

  • 3907 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!