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

invalid argument, uv_interface_addresses inside Windows Linux Subssystem #9156

Closed
daimor opened this issue Oct 18, 2016 · 1 comment · May be fixed by adamlaska/node#99
Closed

invalid argument, uv_interface_addresses inside Windows Linux Subssystem #9156

daimor opened this issue Oct 18, 2016 · 1 comment · May be fixed by adamlaska/node#99

Comments

@daimor
Copy link

daimor commented Oct 18, 2016

  • Version: 6.8.1
  • Platform: Linux DESKTOP-BI5R2GM 3.4.0+ deps: update openssl to 1.0.1j #1 PREEMPT Thu Aug 1 17:06:05 CST 2013 x86_64 x86_64 x86_64 GNU/Linux
  • Subsystem: Network
var os = require('os')
os.networkInterfaces()
Error: EINVAL: invalid argument, uv_interface_addresses
    at Error (native)
    at repl:1:4
    at sigintHandlersWrap (vm.js:22:35)
    at sigintHandlersWrap (vm.js:96:12)
    at ContextifyScript.Script.runInThisContext (vm.js:21:12)
    at REPLServer.defaultEval (repl.js:313:29)
    at bound (domain.js:280:14)
    at REPLServer.runBound [as eval] (domain.js:293:12)
    at REPLServer.<anonymous> (repl.js:513:10)
    at emitOne (events.js:101:20)
@rvagg
Copy link
Member

rvagg commented Oct 18, 2016

You're going to have to track this one over at Microsoft's BashOnWindows repository unfortunately, there doesn't appear to have been any movement on fixing the missing networking pieces yet unfortunately. See microsoft/WSL#69 and other issues in that repo with "getifaddrs" in their name or summary (there are a bunch). Nothing else we can do here.

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

Successfully merging a pull request may close this issue.

2 participants