Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when launched in vmware it crashes #3

Open
phra opened this issue Jan 23, 2017 · 3 comments
Open

when launched in vmware it crashes #3

phra opened this issue Jan 23, 2017 · 3 comments

Comments

@phra
Copy link

phra commented Jan 23, 2017

hi.

when launching the application inside an vmware virtual machine in bridge mode (so no NAT involved) the application crashes with the following message:

? What to do? Start KickThemOut
? Select the network Interface: ens33
  Scanning LAN.. |events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: spawn arp ENOENT
    at exports._errnoException (util.js:1022:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:359:16)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)

the guest machine is running debian testing while the host machine is running the latest windows.

@roccomuso
Copy link
Owner

@phra What OS runs on the VM?
Probably the cli arp tools is missing (here).
Error raised from the node-arp dependency.

@phra
Copy link
Author

phra commented Jun 8, 2017

i'm running kali linux and, yes, the arp command is not available. i've installed net-tools but it's still missing.

@roccomuso
Copy link
Owner

ok. It seems a cli deprecated tool. It's worth make a PR to node-arp and have a fallback cmd perhaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants