Brad Howes
unread,Jul 14, 2011, 3:41:09 PM7/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KFS User
After getting everything up and running on a Snow Leopard install, I
was unable to store any data. I tracked the problem down to line 2470
of ChunkManager.cc that has a special #if for __APPLE__ that short-
circuits the ChunkManger::GetTotalSpace() method. After disabling the
#if block, All appears to be working fine. I assume this was done
because statvfs was deficient on Mac OS X at some point in the past.
I'm performing more testing now, but so far so good.
Regards,
Brad