ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.16k stars 324 forks source link

Cannot open '/home/shuzilm/.rte_config' for rte_mem_config #43

Closed raoping2017 closed 7 years ago

raoping2017 commented 7 years ago

./http_server affinity to 0 core by default EAL: Detected 4 lcore(s) PANIC in rte_eal_config_attach(): Cannot open '/home/xxxxxxx/.rte_config' for rte_mem_config 9: [./https_server(_start+0x29) [0x408779]] 8: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7ff33fdd5ac0]] 7: [./https_server(main+0x56) [0x408596]] 6: [./https_server(RunHttpsThread+0x18) [0x408988]] 5: [./https_server(ans_mod_init+0x2d7) [0x409077]] 4: [./https_server(anssock_init+0x182) [0x40b632]] 3: [./https_server(rte_eal_init+0xcc1) [0x41df41]] 2: [./https_server(__rte_panic+0xbe) [0x4084a6]] 1: [./https_server(rte_dump_stack+0x18) [0x425a78]] Aborted (core dumped)

raoping2017 commented 7 years ago

sudo ./http_server like this to run http_server, problem sloved.