-
Notifications
You must be signed in to change notification settings - Fork 436
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
How to inspect the detailed log? #24
Comments
in mtcp/src/Makefile, you can uncomment #DBG_OPT and recompile mtcp and example app, then you will get more detail debugging output in log_<thread/cpu_id> for each mtcp thread |
Thanks, Vincent. But I have get into another trouble. When I am running the example of Best, On Wed, Oct 21, 2015 at 10:50 AM, Vincent Li notifications@github.com
|
can you use epwget to access a another webserver say apache or nginx? I assume you run epwget and epserver on different machine with DPDK and mTCP installed. |
Yep, mTCP does not work in this situation? Best, On Fri, Oct 23, 2015 at 4:26 AM, Vincent Li notifications@github.com
|
I am able to get epserver to work when using curl as client from another Linux machine, have not tried to use epwget with epserver, but I see no reason why it should not work, so I would make sure you can get epserver work with other http client like curl. |
Hi Vicent, I faced the exact issue faced by Tao Wang. The epwget client running in Thanks, On Friday, October 23, 2015, Vincent Li notifications@github.com wrote:
|
Hi, |
Hi Asim, I found that missing GRUB entry makes this issue. Please add following line in "/etc/default/grub" file. Then do "update-grub" and reboot host. This should solve the issue. Note: Due to system dependency I cannot test epwget as of now with epserver. Thanks, |
Hi Arun, I am glad the issue is resolved. In the future, it will be better if you try example dpdk applications before testing mTCP stack + apps. This would help us narrow down the issue more efficiently. |
Agreed 😀 On Thursday, November 12, 2015, Asim Jamshed notifications@github.com
|
---> Added documentation for multi-process support via epserver example. - See apps/example/README for details.. ---> Fixed (partial) issue #24 (gettimeofday() --> clock_gettime()) ---> Made the compilation process more automated - See README file for new instructions
Dear all,
Is there a way to inspect the detailed log? Since the output of the example just shows the number of errors, I do not know what is wrong.
Thanks,
Tao
The text was updated successfully, but these errors were encountered: