Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: GmailFS how to for Ubuntu 5.10

  1. #11
    Join Date
    Feb 2006
    Location
    San Antonio
    Beans
    347
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: GmailFS how to for Ubuntu 5.10

    Please post:

    /usr/lib/python2.4/site-packages/fuse.py

    -Line 68

    I believe you probably have that entered incorrectly.

    Pros

  2. #12
    Join Date
    Apr 2005
    Beans
    33

    Re: GmailFS how to for Ubuntu 5.10

    Quote Originally Posted by Prospero2006
    Please post:

    /usr/lib/python2.4/site-packages/fuse.py

    -Line 68

    I believe you probably have that entered incorrectly.

    Pros
    my fuse.py, line 68:

    self.mountpoint = "/mnt/gmail/"

    after I installed the fuse-utils, the above error disappeared, but I couldn't use the normal user account to mount.gmailfs though I have added this account into the fuse group.

    error:
    fusermount: failed to create device node: Operation not permitted
    fusermount: fuse device not found, try 'modprobe fuse' first
    fuse: reading device: Bad file descriptor

    if I use 'sudo ...', everything is fine, but the normal user account couldn't access /mnt/gmail/.

    Any idea?
    Last edited by forbmj; March 7th, 2006 at 04:41 AM.

  3. #13
    Join Date
    Feb 2006
    Location
    San Antonio
    Beans
    347
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: GmailFS how to for Ubuntu 5.10

    try this sudo chmod 777 /mnt/gmail

    What are the current file permissions?

    Pros

  4. #14
    Join Date
    Apr 2005
    Beans
    33

    Re: GmailFS how to for Ubuntu 5.10

    Have done that

    ls -l /mnt/gmail
    drwxrwxrwx 2 root root 4096 2006-03-07 01:02 gmail

  5. #15
    Join Date
    Feb 2006
    Location
    San Antonio
    Beans
    347
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: GmailFS how to for Ubuntu 5.10

    when you say your normal user account can't access
    /mnt/gmai --What error are you receiving exactly?

    Can you access it with root?

    Pros

  6. #16
    Join Date
    Mar 2005
    Beans
    11

    Re: GmailFS how to for Ubuntu 5.10

    mount.gmailfs "/usr/local/bin/libgmail.py" /media/gdrive/ -o username=XXXXXXXX,password=XXXXXXXXX,fsname=zOlRRa
    fuse: failed to exec fusermount: Permission denied
    fuse: reading device: Bad file descriptor

    with sudo i dont get any error , but i acceed to the directory and is a simply dir on my disc....

  7. #17
    Join Date
    Jan 2006
    Location
    New Jersey, United States
    Beans
    303
    Distro
    Ubuntu 6.06

    Re: GmailFS how to for Ubuntu 5.10

    i feel dum, i have no idea what the mount point should be.

  8. #18
    Join Date
    Mar 2006
    Location
    Palo Alto, CA
    Beans
    1,226
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GmailFS how to for Ubuntu 5.10

    If you're having trouble with fuse, check out:

    http://ubuntuforums.org/showthread.php?t=148359

  9. #19
    Join Date
    May 2005
    Beans
    50

    Re: GmailFS how to for Ubuntu 5.10

    hi there.i still can't get it work
    had followed the steps, and have fuse loaded...

    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/local/bin/gmailfs.py", line 1130, in main
    server = Gmailfs(mountpoint, **namedOptions)
    File "/usr/local/bin/gmailfs.py", line 602, in __init__
    self.ga.login()
    File "/usr/lib/python2.4/site-packages/libgmail/__init__.py", line 281, in login
    raise GmailLoginFailure
    libgmail.GmailLoginFailure
    Was looking in the official gmailfs page, still no clue ...
    (and user/pass are correct...)

  10. #20
    Join Date
    Feb 2006
    Beans
    10

    Re: GmailFS how to for Ubuntu 5.10

    Hello everyone, I have followed the directions to get gmailfs to work to the letter and i get the following error message when type the command to mount it: File "/usr/local/bin/mount.gmailfs", line 159, in ?
    import gmailfs
    File "/usr/local/bin/gmailfs.py", line 20, in ?
    from fuse import Fuse
    File "/usr/lib/python2.4/site-packages/fuse.py", line 68
    self.mountpoint = /home/charles/gmail
    ^


    Is there anyone that can help me fix this?

    Cheers,
    Charles

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •