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

Examples not working as expected #21

Open
ericallam opened this issue Mar 22, 2012 · 2 comments
Open

Examples not working as expected #21

ericallam opened this issue Mar 22, 2012 · 2 comments

Comments

@ericallam
Copy link

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.

@bmeck
Copy link
Contributor

bmeck commented Mar 22, 2012

I'll update the examples tonight. Thanks for bringing this up.

On Thu, Mar 22, 2012 at 12:55 PM, Eric Allam <
reply@reply.github.com

wrote:

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

@Marak
Copy link
Contributor

Marak commented Apr 11, 2012

I'm getting the same error. Have you updates the examples yet @bmeck?

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

3 participants