Package: python-fuse Version: 2:0.2.1-1 Severity: important
python-fuse doesn't pull in fuse-utils, but needs fusermount: sascha.si...@xo15-minimal:~/src/datastore-fuse$ ./datastore-fuse.py -f ~/datastore fuse: failed to exec fusermount: No such file or directory Traceback (most recent call last): File "./datastore-fuse.py", line 773, in <module> main() File "./datastore-fuse.py", line 770, in main server.main() File "/usr/lib/python2.5/site-packages/fuse.py", line 757, in main main(**d) fuse.FuseError: filesystem initialization failed sascha.si...@xo15-minimal:~/src/datastore-fuse$ python Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import fuse >>> fuse.fuse_python_api = (0, 2) >>> server=fuse.Fuse() >>> server.parse() <fuse.FuseArgs object at 0xa76a658c> >>> server.main() fuse: missing mountpoint parameter Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/fuse.py", line 757, in main main(**d) fuse.FuseError: filesystem initialization failed >>> sascha.si...@xo15-minimal:~/src/datastore-fuse$ After installing fuse-utils manually it works fine. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.31.6-xo1.5-2-00362-g6eb5eec (PREEMPT) 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 python-fuse depends on: ii libc6 2.10.2-9 Embedded GNU C Library: Shared lib ii libfuse2 2.8.1-1.2 Filesystem in USErspace library ii python 2.5.4-9 An interactive high-level object-o ii python-central 0.6.14+nmu2 register and build utility for Pyt python-fuse recommends no packages. python-fuse suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org