GMailFS HOWTO: Guide to Using Your GMail Account as a Linux File
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Product : Fedora Core 5
Name : m2crypto
Version : 0.15
Release : 3.2.fc5.1
Summary : Support for using OpenSSL in python scripts.
Description :
This package allows you to call OpenSSL functions from python scripts.
<snip>
This update can be installed with the 'yum' update program. Use 'yum update m2crypto' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/.
It looks like you need to update the m2crypto package in Fedora Core 5 to use SSL with python scripts. Let me know if you need any further help with this.
mount.gmailfs is the file system hack. If the files are not in the right place, try moving them around or installing it from scratch by following the directions in the HOWTO.
mount.gmailfs is the file system hack. If the files are not in the right place, try moving them around or installing it from scratch by following the directions in the HOWTO.
Can you actually use it like a normal disk? In the sence that, could you, persay, compile in the mounted directory, something like that? (not that you would really want to I suppose, it would be very slow, even on a T3 line like we have at school.)
Can you actually use it like a normal disk? In the sence that, could you, persay, compile in the mounted directory, something like that? (not that you would really want to I suppose, it would be very slow, even on a T3 line like we have at school.)
yes, it's just like haveing a mounted partition. All the inodes and fs system are simulated with gmailfs.py, but it is veerryyy slow if you are updating a lot of small files like if you were to compile.
I'm not sure what your're saying here. The files are definitely in the wrong place. Did you try fixing them?
note: /usr/bin is probably not in the root users $PATH which means 'mount' will not be able to find mount.gmailfs. If you do not want to move the files around, try passing the full path as the file system.
debian:/home/masternode/Desktop/mail/gmailfs-0.7.2# mount /mnt/gmail/
Ignored option :rw
Ignored option :noauto
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 1130, in main
server = Gmailfs(mountpoint, **namedOptions)
File "/usr/bin/gmailfs.py", line 542, in __init__
Fuse.__init__(self, mountpoint, **kw)
File "/usr/lib/python2.3/site-packages/fuse.py", line 543, in __init__
self.fuse_args = \
File "/usr/lib/python2.3/site-packages/fuse.py", line 56, in __init__
SubOptsHive.__init__(self)
File "/usr/lib/python2.3/site-packages/fuseparts/subbedopts.py", line 26, in __init__
self.optlist = set([])
NameError: global name 'set' is not defined
debian:/home/masternode/Desktop/mail/gmailfs-0.7.2#
Does 'lsmod' show the fuse module loaded? You might need to modprobe it manually. I remember getting a similar error when I was first playing around with this. It was caused by me doing something incorrectly during the set up. Unfortunatly I don't remember what it was that caused it.
I've played a bit with libgmail for fun a while back and found it very buggy and slow. Perhaps it has become better but well, too much work for very little gain. The extension installs in seconds and does the job.
Just for the fun of getting it to work this is a nice howto though.
I appreciate the effort and I have worked a few hours trying to get this to work. To the point where I can't get the gmailfs to mount properly, but I think for know the gSpace extension will do the trick.
Show me the way to config my SMB server as Doamin in which most of windows PC can connectto it to be offered authentication accesess
and share disk
I'm not really sure what your asking, or what this has to do with GmailFS, but I think 'man ntlm_auth' is what your looking for. Can't help you any more then that; I don't use windows, sorry.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.