https://bugs.gpodder.org/show_bug.cgi?id=1361
--- Comment #3 from Thomas Perl <[email protected]> 2011-06-09 10:46:31 BST --- (In reply to comment #2) > Hmm, the same call (os.statvfs) on my home directory results in plenty of free > space, so this looks like a gvfs problem: > > [ 15.785] OS.STATVFS path:/home/djscott/.gvfs/DaniPodT, result > posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=0, f_bfree=0, > f_bavail=0, f_files=0, f_ffree=0, f_favail=0, f_flag=4102, f_namemax=1024) > [ 15.785] OS.STATVFS path:/home/djscott/, result > posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=222593535, > f_bfree=22983909, f_bavail=11676799, f_files=56541184, f_ffree=54963962, > f_favail=54963962, f_flag=4096, f_namemax=255) > > I know very little about GVFS or Python, so I'm struggling to get any further > here. What we can do is that gPodder simply ignores the free space measurement, but that could lead to other errors. Are you comfortable with patching the source locally to see if this fixes your problem? You basically have to comment out the checks in src/gpodder/sync.py that call get_free_space() and then abort when there is no space left. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
