zonyitoo / sysuh3c

H3C CLI Client for SYSU, which is implemented in C/C++. With an OpenWRT version.
MIT License
115 stars 37 forks source link

Trace/breakpoint trap on openwrt #35

Open Phomu opened 6 years ago

Phomu commented 6 years ago

sysuh3c -u xxx -p xxx -m xor -i eth0 EAP Auth Start Got EAP Request for Identity Got EAP Request for MD5-Challenge Trace/breakpoint trap


openwrt 18 on Netgear R6100 Got the fourth line, not showing success......


use md5 method: root@OpenWrt:~# sysuh3c -u xxx -p xxx -m md5 -i eth0 EAP Auth Start Got EAP Request for Identity Got EAP Request for MD5-Challenge EAP Failure

zonyitoo commented 6 years ago

EAP Failure

Authentication server has rejected your request. Check your password first. Maybe the server you are authenticating is not using md5 method.

Trace/breakpoint trap

The program is killed by SIGTRAP. I don't know why this was happened.

zonyitoo commented 6 years ago

Related issue (also happened on Netgear with openwrt): https://github.com/openwrt/packages/issues/4123

tonyho commented 5 years ago

Same issue met, don't know why this happened. My problem can be run at Ubuntu PC, but gives 'Trace/breakpoing trap' at OpenWRT OS with cross-compiled.