i’ve search all exit paterne in basic_pkt_fwd.c, and all of them are preceded by ERROR message. But i don’t see any error in my logs. I’ve made these commands:
– cat /var/log/lora-pkt-fwd-1.log | grep “ERROR”
– zcat /var/log/lora-pkt-fwd-1.log.1.gz | grep “ERROR”
and no errors are found in these files
thank you for your answer, i’ll check that
Hi,
Here i watched the lora_pkt_fwd PID and it seems that it is killed periodically, every 4h, more or less (i saw its PID change, every 4h). Is it normal ? The gateway has no connection issues, check-in occurs without any problems, it can send message through UDP port. So why is it killed ?
My lora_pkt_fwd version: 1.4.1,
I can’t find error in /var/log/lora-pkt-fwd-1.log with the command grep ERROR, so i assume no error occurs in lora_pkt_fwd
Regards,