-
Notifications
You must be signed in to change notification settings - Fork 252
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
cannot run example/hello onUbuntu #31
Comments
Which ubuntu version are you using?
|
ubuntu 10.04, with gcc 4.4.3 and cmake 2.8.1. 2013/10/15 David Moreno Montero notifications@github.com
Regards |
Just now I'm on travel and cant access my ubuntu 10.04, but given the error you receive I think that maybe you have another program running on the same port. Can you check it running on the shell: netstat -anp | grep 8080 If something gets listed, then that program is using the same port and then hello can not bind to it. You can change the program editing the source code, and setting the listen port with, for example: onion_set_port(o, "8081"); Please tell me if all this helps to solve the problem. Regards, |
Hi, David Thanks for your letter. Just now I set the demo hello to port 12222. I've Regards. 2013/10/15 David Moreno Montero notifications@github.com
Regards |
Can you try to run it under valgrind and post me all output?
|
Hi, David Just now I prepared a clean dev-environment and all works fine. Maybe there is something wrong with the previous environment, I'll check it later. Onion seems awesome! Regards. |
There's something that might help others. The function |
Thanks for the tip! |
Hi, @davidmoreno I might get the answer to the original problem
Onion is using eventfd with |
Hi, I've built example/hello successfully on Ubuntu 10.04. However, when I invoke
there prints
Please tell me how to execute the onion apps correctly. Thanks!
The text was updated successfully, but these errors were encountered: