Hello,
I have several Jetsons deployed on field connected to RUT956.
Most of the RUT956 work correctly, but I keep having the same problem with two of them :
I have remote.it installed on the Jetsons, which let me sees if they are online or not and connect to them by SSH remotely. The thing is, I see the two jetson online on remote.it but not their RUT956 on RMS.
As I’m able to connect by SSH to the Jetson, then to the RUT956 from the Jetson thank to remote.it, I have seen two things that are weird :
For one of the faulty RUT956, let’s call it R1, the file /etc/config/rms_mqtt contains this :
58 10 * * 1 /sbin/rut_fota -i >/dev/null 2>&1 #746c74
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^>
And for the other one, let’s call it R2, the /etc/config/rms_mqtt file does not exists at all.
What I tried for both of them was this:
opkg update
opkg install sudo
opkg install nano
sudo nano /etc/config/rms_mqtt
and then I pasted the content of a rms_mqtt file of one of my working RUT956.
I removed then readded the two faulty devices on RMS, then did this on both :
/etc/init.d/rms_mqtt restart
Then I saw both of my device back online again on RMS.
The thing is it worked for both of the RUT956 for a while, but after like three weeks I had the same problem on the R2 device.
I’m not able anymore to create and write inside the rms_mqtt file: when I try to save the file with nano, I have the message:
[ Error writing rms_mqtt: No error information ]
Does anyone has an idea of why I encounter this problem of RMS seen offline after a while, although they are in fact online ?
I precise that I run a Python program on the RUT956 constantly (with while True loop) at the RUT956 startup. Could it be a problem ?
I have made a post in the past about the problem, and found out how it could be fixed, but I would like to avoid the problem now. Link of the post : RUT956 Online but not connected to RMS Website - #4 by LucasFicha
Thank you in advance for your help and answer,
Lucas