Logic Machine Forum
Stability issue - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: Stability issue (/showthread.php?tid=5128)



Stability issue - emme - 03.12.2023

After installing 2023.06 upgrade on mu LM5 lite (i.Mx6 3din) I've seen BLE tag has disappear

so I reinstall libbluetooth_5.64-1 and its signature.... then reboot and LM keeps on crash and reboot

I had a 2minutes window in whitch I can enter package and remove libbluetooth_5.64-1 to get system stable again.....

is anyone facing the same issue?


RE: Stability issue - admin - 04.12.2023

We've tested this locally and can't reproduce this issue.

Add the following code to init script:
Code:
io.writefile('/proc/sys/kernel/panic', 0)
io.writefile('/proc/sys/kernel/panic_on_oops', 0)

This should prevent LM from rebooting if BLE driver crashes. Then install all BLE packages back and provide the logs that you get in System config > Status > System log.