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 Monkeydetail error messages, see also the attachment
Archlinux with python2.6.2 + fuse2.7.4 + python-fuse20090326
- error 35.63KB
Status: New
Labels:
Type-Defect
Priority-Medium