Re: Patching exeDSP
Posted: Mon Mar 03, 2014 12:27 am
Yeah. C650 here, so I can reboot:Djuuso wrote:"reboot" usually causes problems on c530\550. On other models it does nothing bad.
Yeah. C650 here, so I can reboot:Djuuso wrote:"reboot" usually causes problems on c530\550. On other models it does nothing bad.
Exactly! If the reboot binary doesn't call 'sync' implicitly you could lose data or corrupt file contents without flushing buffers! So just call 'sync' before 'reboot' and be on the safe side!sectroyer wrote:Better with what ?hedak wrote:There's no 'micom' in:Code: Select all
/bin /sbin /usr/bin /usr/sbin
![]()
But u'r right a 'sync' before 'reboot' was better!'sync' (command?) makes 'reboot' more safe ?