kde-4.7.2 : KSharedDataCache ensureFileAllocated

Hi friends!

I have a FreeBSD 9.0-RC1 amd64 and kde-4.7.2 installed. But when I try to start any KDE-application or start KDE I have that error:

Trying to start dolphin:
Code:
dolphin(2448)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate()
 -- ensure this partition has room for at least 10547296 bytes. 
Floating exception
In internet have similar questions but without solution. What can I do?
 
That one is just a warning and is ok. I suspect your problem is with an old format of KSharedDataCache. Did you read UPDATING?

Code:
  # rm -r /var/tmp/kdecache-*
 
Back
Top