Skip to content

Instantly share code, notes, and snippets.

View BlackYoup's full-sized avatar

Arnaud Lefebvre BlackYoup

View GitHub Profile
about:buildconfig
Source
Built from https://hg.mozilla.org/mozilla-central/rev/26990836dc5cc3cd1b8027392b79210e71094dc3
Build platform
target
x86_64-pc-linux-gnu
Build tools
Compiler Version Compiler flags
===============================
iwd 0.6: ./test-suite.log
===============================
# TOTAL: 18
# PASS: 16
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
FAIL: unit/test-eapol
=====================
Unexpected TLS alert: 10
test-eapol: unit/test-eapol.c:2863: eapol_sm_test_tls_test_disconnected: Assertion `false' failed.
FAIL unit/test-eapol (exit status: 134)
FAIL: unit/test-wsc
===================
2018-07-09T11:42:43Z 251260458654274 20771 WRK-00 TRACE sozu_lib::network::proxy PROXY Token(2) got events: Readable
2018-07-09T11:42:43Z 251260458762622 20771 WRK-00 TRACE sozu_lib::network::proxy PROXY Token(3) got events: Writable
2018-07-09T11:42:43Z 251260458780602 20771 WRK-00 TRACE sozu_lib::network::http token Token(3) got event -W--
2018-07-09T11:42:43Z 251260458794617 20771 WRK-00 TRACE sozu_lib::network::http PROXY ba2bf494-3256-450b-8a2a-dfadce74f76e unknown Token(3) Readiness { front_interest: R-EH, front_readiness: -W--, back_interest: ----, back_readiness: ---- } | front:
----, back: ----
2018-07-09T11:42:43Z 251260458807829 20771 WRK-00 TRACE sozu_lib::network::proxy client[ClientToken(3) -> Token(3)] got events Writable and returned order Continue
2018-07-09T11:42:43Z 251260458826722 20771 WRK-00 TRACE sozu_lib::network::proxy PROXY Token(3) got events: Readable | Writabl
2018-07-09T11:42:43Z 251260458432373 20603 WRK-00 TRACE sozu_lib::network::proxy PROXY Token(2) got events: Readable
2018-07-09T11:42:43Z 251260458581922 20603 WRK-00 DEBUG sozu_lib::network::backends Connecting TcpTest -> (V4(127.0.0.1:8081), 0, 0)
2018-07-09T11:42:43Z 251260458699038 20603 WRK-00 TRACE sozu_lib::network::proxy PROXY Token(3) got events: Readable | Writable
2018-07-09T11:42:43Z 251260458715409 20603 WRK-00 TRACE sozu_lib::network::tcp token Token(3) got event RW--
2018-07-09T11:42:43Z 251260458727219 20603 WRK-00 TRACE sozu_lib::network::tcp PROXY 24bc9dfe-d9bc-4149-af16-72211ba1b5a7 TcpTest Token(3) Readiness { front_interest: --EH, front_readiness: RW--, back_interest: --EH, back_readiness: ---- } | front:
----, back: ----
2018-0
# sozu proxy test config file
saved_state = "./state.json"
log_level = "error"
log_target = "stdout"
log_access_target = "udp://127.0.0.1:3333"
command_socket = "./command_folder/sock"
command_buffer_size = 16384
max_command_buffer_size = 163840
worker_count = 1
worker_automatic_restart = false
saved_state = "./state.json"
log_level = "error"
log_target = "stdout"
command_socket = "./command_folder/sock"
command_buffer_size = 16384
max_command_buffer_size = 163840
worker_count = 1
worker_automatic_restart = false
handle_process_affinity = false
max_connections = 500
[http]
# listening IP
address = "127.0.0.1"
# listening port
port = 8080
[applications]
# every application has an "application id", here it is "MyApp"
# this is an example of a routing configuration for the HTTP and HTTPS proxies
[http]
# listening IP
address = "127.0.0.1"
# listening port
port = 8081
[applications]
# every application has an "application id", here it is "MyApp"
# this is an example of a routing configuration for the HTTP and HTTPS proxies
@BlackYoup
BlackYoup / gist:e34a267a572346b11ad0f6ec805ff79f
Last active June 27, 2018 00:09
4-Way handshake timeout
Jun 27 01:56:01 exherswag iwd[8752]: Wireless daemon version 0.3
Jun 27 01:56:01 exherswag iwd[8752]: Skipping optional configuration file //etc/iwd/main.conf
Jun 27 01:56:01 exherswag iwd[8752]: plugins/sim_hardcoded.c:sim_hardcoded_init() IWD_SIM_KEYS not set in env
Jun 27 01:56:01 exherswag iwd[8752]: src/main.c:main() Opening nl80211 interface
Jun 27 01:56:01 exherswag iwd[8752]: src/eap.c:__eap_method_enable()
Jun 27 01:56:01 exherswag iwd[8752]: src/eap-wsc.c:eap_wsc_init()
Jun 27 01:56:01 exherswag iwd[8752]: src/eap-md5.c:eap_md5_init()
Jun 27 01:56:01 exherswag iwd[8752]: src/eap-tls.c:eap_tls_init()
Jun 27 01:56:01 exherswag iwd[8752]: src/eap-ttls.c:eap_ttls_init()
Jun 27 01:56:01 exherswag iwd[8752]: src/eap-mschapv2.c:eap_mschapv2_init()