You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what is happening when I try and run the example:
$ node -v
v0.6.10
$ sudo node ./examples/jailer.js
hello { [Error: EPERM, Operation not permitted] errno: 1, code: 'EPERM', syscall: 'setgid' }
undefined
server.js running on port 31337
$ curl http://localhost:31337
curl: (7) couldn't connect to host
What is it supposed to be doing? It would be helpful to include what you expect the examples to output in the README so I can compare my output to what the correct output.
The text was updated successfully, but these errors were encountered:
This is what is happening when I try and run the example:
$ node -v
v0.6.10
$ sudo node ./examples/jailer.js
hello { [Error: EPERM, Operation not permitted] errno: 1, code: 'EPERM',
syscall: 'setgid' }
undefined
server.js running on port 31337
$ curl http://localhost:31337
curl: (7) couldn't connect to host
What is it supposed to be doing? It would be helpful to include what you
expect the examples to output in the README so I can compare my output to
what the correct output.
Reply to this email directly or view it on GitHub: #21
This is what is happening when I try and run the example:
What is it supposed to be doing? It would be helpful to include what you expect the examples to output in the README so I can compare my output to what the correct output.
The text was updated successfully, but these errors were encountered: