I’ve installed 3.6.2 and the web interface is working, I can create devices and have added a gateway which shows up as on-line.
However, all uplinks from teh gateway are dropped, output from gateway data page message detail as follows:
I’ve created the device and set appEUI appID and devEUI, I can see from a terminal on the device it’s sending a join request but the server doesn’t even get that far, just drops teh message.
Any suggestions?
The error in your first post doesn’t look related to the warning in your second post, but it also doesn’t give much information about what could actually be wrong (we don’t actually see what entity it’s looking for).
Hi Hylke,
Thanks for the quick reply, rebooting the gateway stops that error message but now I have another,
I have created a device and when it tries to join I see the following in the logs:
I had originally installed this on Debian 10, thought I’d try Ubuntu 18 and got the same problem with “failed to deduplicate uplink”. I think it must be something to do with the self-signed certificates.
Update, I configured acme and everything seems to be working with a trusted certificate now but still getting the failed to deduplicate error
Can you confirm that Redis is active and running? (docker-compose ps and/or docker-compose logs redis from directory which contains the docker-compose.yml file)
edis_1 | 1:C 06 Apr 2020 04:28:56.120 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 06 Apr 2020 04:28:56.120 # Redis version=5.9.103, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 06 Apr 2020 04:28:56.120 # Configuration loaded
redis_1 | 1:M 06 Apr 2020 04:28:56.121 * Running mode=standalone, port=6379.
redis_1 | 1:M 06 Apr 2020 04:28:56.121 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 06 Apr 2020 04:28:56.121 # Server initialized
redis_1 | 1:M 06 Apr 2020 04:28:56.121 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:M 06 Apr 2020 04:28:56.121 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1 | 1:M 06 Apr 2020 04:28:56.122 * DB loaded from append only file: 0.000 seconds
redis_1 | 1:M 06 Apr 2020 04:28:56.122 * Ready to accept connections
redis_1 | 1:signal-handler (1586148868) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 06 Apr 2020 04:54:28.882 # User requested shutdown...
redis_1 | 1:M 06 Apr 2020 04:54:28.882 * Calling fsync() on the AOF file.
redis_1 | 1:M 06 Apr 2020 04:54:28.939 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 06 Apr 2020 04:55:46.505 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 06 Apr 2020 04:55:46.505 # Redis version=5.9.103, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 06 Apr 2020 04:55:46.505 # Configuration loaded
redis_1 | 1:M 06 Apr 2020 04:55:46.508 * Running mode=standalone, port=6379.
redis_1 | 1:M 06 Apr 2020 04:55:46.508 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 06 Apr 2020 04:55:46.508 # Server initialized
redis_1 | 1:M 06 Apr 2020 04:55:46.508 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:M 06 Apr 2020 04:55:46.508 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1 | 1:M 06 Apr 2020 04:55:46.655 * DB loaded from append only file: 0.145 seconds
redis_1 | 1:M 06 Apr 2020 04:55:46.655 * Ready to accept connections