Export to GitHub

dhtfs - issue #4

RuntimeError: maximum recursion depth exceeded


Posted on Jun 21, 2009 by Helpful Monkey

I met a error when I run "mount.dhtfs /mnt/dhtfs/ -o root=newfs" command:

Traceback (most recent call last): File "/usr/bin/mount.dhtfs", line 101, in <module> main() File "/usr/bin/mount.dhtfs", line 60, in main server.parser.add_option(mountopt="root", File "/usr/lib/python2.6/site-packages/fuse.py", line 890, in getattr m = self.methproxy(meth)

... ...

File "/usr/lib/python2.6/site-packages/fuse.py", line 890, in getattr m = self.methproxy(meth) RuntimeError: maximum recursion depth exceeded

python2.6.2 + fuse2.7.4 + python-fuse20090326

btw, I have export FUSE_PYTHON_COMPAT = 0.1 in environment.

Comment #1

Posted on Jul 28, 2009 by Helpful Monkey

detail error messages, see also the attachment

Archlinux with python2.6.2 + fuse2.7.4 + python-fuse20090326

Attachments

Status: New

Labels:
Type-Defect Priority-Medium