Created
September 28, 2016 10:08
-
-
Save takikawa/19746d0a2d89d6f9d3bb9f28a07e18d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 69 | |
model name : Intel(R) Celeron(R) 2957U @ 1.40GHz | |
stepping : 1 | |
microcode : 0x15 | |
cpu MHz : 1400.000 | |
cache size : 2048 KB | |
physical id : 0 | |
siblings : 2 | |
core id : 0 | |
cpu cores : 2 | |
apicid : 0 | |
initial apicid : 0 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer xsave rdrand lahf_lm abm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust erms invpcid xsaveopt dtherm arat pln pts | |
bugs : | |
bogomips : 2793.57 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 39 bits physical, 48 bits virtual | |
power management: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/a/24104579/898073 | |
http://tldp.org/LDP/abs/html/exitcodes.html | |
Exit code 132 means a SIGILL was raised. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
end-to-end $ sudo ../../../../snabb lwaftr check ../data/icmp_on_fail.conf ../data/tcp-frominet-bound.pcap ../data/empty.pcap /tmp/endoutv4.pcap /tmp/endoutv6.pcap | |
loading compiled binding table from ../data/binding-table.o | |
compiled binding table ../data/binding-table.o is up to date. | |
end-to-end $ echo $? | |
132 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment