The first problem first.
I'm trying to get gmailfs working. I followed a guide I found here at LQ.
I've followed it as closly as I can. When I try to mount gmailfs I get the following errrors
Code:
Ignored option :rw
Ignored option :noexec
Ignored option :nosuid
Ignored option :nodev
Ignored option :noauto
Ignored option :user
Traceback (most recent call last):
File "/sbin/mount.gmailfs", line 164, in ?
main(mountpoint, namedOptions, useEncfs)
File "/sbin/mount.gmailfs", line 90, in main
gmailfs.main(mountpoint, namedOptions)
File "/usr/bin/gmailfs.py", line 1135, in main
server = Gmailfs(mountpoint, **namedOptions)
File "/usr/bin/gmailfs.py", line 547, in __init__
Fuse.__init__(self, mountpoint, **kw)
File "/usr/lib/python2.4/site-packages/fuse.py", line 603, in __init__
self.parser = parserclass(*args, **kw)
File "/usr/lib/python2.4/site-packages/fuse.py", line 264, in __init__
SubbedOptParse.__init__(self, *args, **kw)
File "/usr/lib/python2.4/site-packages/fuseparts/subbedopts.py", line 240, in __init__
OptionParser.__init__(self, *args, **kw)
TypeError: __init__() got multiple values for keyword argument 'usage'
Is there any way to fix this?
I also wanted to know if there was a way to restore default settings in kmix