On 07/02/2013 01:26 PM, Marek Otahal wrote: > newfstatat(AT_FDCWD, > ".kde4/share/apps/kopete/logs/JabberProtocol/XXXX-XXXX@chat-facebook-com > /[email protected]", {st_mode=S_IFREG|0644, st_size=2576, > ...}, AT_SYMLINK_NOFOLLOW) = 0
This is one of the key system calls, but it's lacking crucial details. What does strace -v say for that syscall? strace -v should give info about st_blksize and st_blocks.
