Bug#687962: gvfs-fuse: Does not support statvfs(3)
    ross at kallisti.us 
    ross at kallisti.us
       
    Mon Sep 17 15:35:01 UTC 2012
    
    
  
Package: gvfs-fuse
Version: 1.12.3-1+b1
Severity: normal
Hello,
I am trying to use gvfs-fuse to provide filesystem access to FTP
servers.  This generally works, but missing support for statvfs(3)
breaks some applications.  In particular, I'm unable to use Calibre to
copy books remotely because of this bug.
This is easily reproduced with python:
$ cd ~/.gvfs/ftp-server
$ python
>>> import os
>>> os.stat("public")
posix.stat_result(st_mode=16832, st_ino=4, st_dev=22L, st_nlink=1, st_uid=1000, st_gid=1000, st_size=0, st_atime=1347898920, st_mtime=1347898920, st_ctime=1347898920)
>>> os.statvfs("public")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 95] Operation not supported: 'public'
Thanks,
Ross
-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gvfs-fuse depends on:
ii  fuse          2.9.0-2
ii  gvfs          1.12.3-1+b1
ii  libc6         2.13-35
ii  libdbus-1-3   1.6.0-1
ii  libfuse2      2.9.0-2
ii  libglib2.0-0  2.32.3-1
gvfs-fuse recommends no packages.
gvfs-fuse suggests no packages.
-- no debconf information
    
    
More information about the pkg-gnome-maintainers
mailing list