coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
518 stars 260 forks source link

chilli_query -> Timeout #379

Open keulu opened 7 years ago

keulu commented 7 years ago

I can't find any kind of information about a problem i see sometimes.

Sometimes, chilli just stop to work. He is still alive, got pid, socket present. but no traffic (even mac auth)

and if i try to do chilli_query list for example, response is Timeout.

I have read in the changelog A timeout for ''chilli_query'' hardcoded to 10 seconds since CoovaChilli-v1.2.4 svn revision 371

any informations about this ?

nzamps commented 7 years ago

Have you run strace -p [pid] to see what it's doing?

keulu commented 7 years ago

nope, i didn't know that command.

i'll try this next Timeout i see.

thx for the tip.