Legato is not running after Roll-back

Hello,
It isn’t a very frequent, but sometimes I have this important problem. After a Reboot command, sometimes a rollback occurs(I don’t know why…). Sometimes, the rollback run OK, but sometimes Legato is not running after the reset.
In addition, if I try start legato, this doesn’t run and indicates this error:
legato
I can see that rollback try run because in /legato/systems/current/apps is the golden apps.
It is very important. I lose the remote when this occurs.
Thanks

@Riegosalz, what do you do with your module? (receive data …collect logs…) , what is the result of “df -h”

Hello,
we use it to take logs, send and receiver data, SMS, voice calls and actuate over motors
regards

@Riegosalz, According to the logs, it seems you are missing /etc/resolv.conf
What is the output for :
cm info
legato version
fwupdate query

Are your custom applications built with the same legato version as the one running in the module?

Hello,

image

root@swi-mdm9x15:~# cm info
Device: WP8548
IMEI: 359377061056726
IMEISV: 2F
FSN: LL942400650210
Firmware Version: SWI9X15Y_07.13.07.00 92cfd2c jenkins 2018/08/22 19:18:52
Bootloader Version: SWI9X15Y_07.13.07.00 92cfd2c jenkins 2018/08/22 19:18:39
MCU Version: 002.013
PRI Part Number (PN): 9907396
PRI Revision: 01.02
Carrier PRI Name: GENERIC
Carrier PRI Revision: 001.040_000
SKU: 1103552
Last Reset Cause: Unknown
Resets Count: Expected: 0 Unexpected: 0
root@swi-mdm9x15:~# legato version
18.06.4_d5d17b35a7a14ee14de736f98df4298a_modified
root@swi-mdm9x15:~# fwupdate query
Connecting to service …
Firmware Version: SWI9X15Y_07.13.07.00 92cfd2c jenkins 2018/08/22 19:18:52
Bootloader Version: SWI9X15Y_07.13.07.00 92cfd2c jenkins 2018/08/22 19:18:39
Linux Version: 3.14.29ltsi-yocto-standard #2 PREEMPT Sat Aug 4 23:41:40 UTC 2018
root@swi-mdm9x15:~#

@Riegosalz,
What is the current status of this issue? I think it was solved via SF, right?

Hello,
The problem is the size of the configtree. If the configtree too much big, then, while the app is run there isn`t problem, but if you restart the system, the configtree cann’t load, and legato don’t run.
pro tem, we have done smaller the config tree.
greetings