After some tracing, I saw a lot of
lseek(0x6, 0xF0, 0x0) = 240 0
read_nocancel(0x6, "\004\0", 0x1000) = 4096 0
lseek(0x6, 0xFD, 0x0) = 253 0
write_nocancel(0x6, "\0", 0x4)
With some googeling, I found (only) this blog-entry.
The solution from there (copy&paste)
sudo launchctl stop com.apple.syslogd
sudo mv /var/log/system.log /var/log/system.log.old
sudo launchctl start com.apple.syslogd
sudo gzip /var/log/system.log.old
It works really fine for me. Thank you
Keine Kommentare:
Kommentar veröffentlichen