Once for all, in order to enable syslog on Haiku all you have to do is: enable in the kernel file the voice #syslog_debug_output false in
syslog_debug_output true
and after rebooting you should find the syslog file in /Haiku/var/log/
why am i not finding it?
You might need to insert a few sync commands in the bootscript at a few locations. This forces Haiku to flush all file caches to disk so that if the system crashes the data will have been written. That said, I’ve only heard others talk about this.
sync
thx, I try but not works