Git Product home page Git Product logo

Comments (9)

awaldow avatar awaldow commented on September 27, 2024

Well, the first things I notice are both less than ideal: you're installing nova as root (needs to be installed under the 'nova' user) and your node/npm versions are highly out of date. What OS are you trying to install this on?

from nova.

nonofficialcover avatar nonofficialcover commented on September 27, 2024

Hello! I'm using Ubuntu 12.04.4.
Thank you for pointing out the root installation.
What's weird though is I've tries installing this on quite a number of boxes as root and it's only til recently that I've encountered any problem. I'll try installing it as 'nova'.

from nova.

nonofficialcover avatar nonofficialcover commented on September 27, 2024

I ran the installation using 'nova' user and it's a no joy. Still getting the same errors.
I also tried updating nodej and npm but to no avail....

from nova.

awaldow avatar awaldow commented on September 27, 2024

It looks like maybe the node install for getting the node_modules folder
failed midway, there are a lot of ENOENT's for files in node_modules
subdirectories. Try and uninstall node and npm and use the downloaded node
version in the Quasar directory to make/install from scratch. I don't know
what else the problem could be if the versions of node and npm are correct,
aside from a bad npm install that didn't get cleaned up.

Addison

On Sun, May 31, 2015 at 5:41 PM, nonofficialcover [email protected]
wrote:

I ran the installation using 'nova' user and it's a no joy. Still getting
the same errors.
I also tried updating nodej and npm but to no avail....


Reply to this email directly or view it on GitHub
#2 (comment).

from nova.

gsakel1 avatar gsakel1 commented on September 27, 2024

I installed on Centos7 successfully, but I had a similar error. After the getDependencies.sh script runs, I had to update npm, but NOT node. To do this I ran:

npm install npm -g --ca=""

I added this line right before you change permissions on the .npm/ directory:
chown -R $NEW_PERM .npm/

Hopefully this helps!

from nova.

nonofficialcover avatar nonofficialcover commented on September 27, 2024

Thank you! Following your advise, I was able to install the Nova.
Quasar runs now and I can access the GUI. However, for some reason I can't run the haystack.
I'm getting a "interface_new: intf_get" error

P.S. - I'm trying to follow this step >> I added this line right before you change permissions on the .npm/ directory: chown -R $NEW_PERM .npm/ >> but I can't seem to find the npm directory you mentioned.

from nova.

awaldow avatar awaldow commented on September 27, 2024

.npm would be in your home directory, or at least it should be. It'd be under the $HOME of the user it was installed under.

interface_new: intf_get means honeyd is having problems finding the interface that it's being told to use. Are your interfaces names eth0, eth1, etc.? Or something else? Can you try running the following command on the command line and show the output?

novacli start haystack debug

from nova.

nonofficialcover avatar nonofficialcover commented on September 27, 2024

Hi! I'm using "eth0" as the interface name. Below is the command output you asked for:


Honeyd V1.6d Copyright (c) 2002-2007 Niels Provos
honeyd[1488]: started with -i undefined --disable-webserver -i lo -f /home/infosec/.config/nova/config/haystack_honeyd.config -p /usr/share/nova/sharedFiles/nmap-os-db -s /var/log/honeyd/honeydHaystackservice.log -t /var/log/honeyd/ipList -m /usr/share/nova/sharedFiles/nmap-mac-prefixes -d
honeyd[1488]: interface_new: intf_get
Failed to start Haystack


Thank you very much!

from nova.

nonofficialcover avatar nonofficialcover commented on September 27, 2024

Hi Guys,

I still can't install Nova after so many attempts.
Would appreciate if someone could help me out please.

My last attempt was a straight forward install from a fresh Ubuntu 12.04 and running:

wget https://raw.github.com/DataSoft/Nova/master/debian/novaInstallHelper.sh
sudo bash novaInstallHelper.sh

Still getting the errors:

npm ERR! Error: No compatible version found: clone@'^1.0.2'
npm ERR! Valid install targets:
npm ERR! ["0.0.0","0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13","0.1.14","0.1.15","0.1.16","0.1.17","0.1.18","0.2.0","0.1.19","1.0.0","1.0.1","1.0.2"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:553:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:477:15
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:220:7
npm ERR! at Object.oncomplete (fs.js:297:15)

.......

Thank you very much.

from nova.

Related Issues (8)

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.