Hi jeroenvoc,
you should in any case get your original flash bml0/8 also in order ... otherwise you may rung into trouble in case your backup flash gets corrupted as well during one of your tests ( you look like to be an interested, curious & active user
)
Remember bml0/10 is your backup flash and not the original flash!
Also if I understand you correctly, you got the EERID issue resolved by fixing your rc.local script, right ?
Regarding authuld, maybe a little brainstorming & challenging questions do help:
- first of all, has it really been proven, that authuld is the culprit for rebooting the server ?
-> If that is the case, does it do it by directly communicating with the control units or does it also use MicomCtrl to do so ?
-> If it is MicomCtrl that is used to do so, one could try mask ( overlay ) that binary with a script ( mount -o bind ... ) and ignore the reboot request
- is authuld started by exeDSP or is it started before exeDSP ?
- can't authuld be stopped as one of the first actions before exeDSP is started ?
- can't authuld be overlayed with something less disruptive ( e.g. mind -o bind /mtd_rwarea/my_modified_empty_authuld_script /bin/authuld ) ?
- one could also attempt to do some of these actions from within /mtd_boot/rc.local ( but this one is again a more risky activity, as noone has reflashed the mtd_boot partition as yet )
Regards
dynamic