Advertisement
Guest User

Untitled

a guest
May 19th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. mount /mnt/gmail/
  2. Ignored option :rw
  3. 04/15/10 18:25:11 ERROR Unable to find GMail account configuration
  4. 04/15/10 18:25:11 WARNING Using default file system (Dangerous!)
  5. 04/15/10 18:25:11 WARNING mount: warning, should mount with username=gmailuser option, using default
  6. 04/15/10 18:25:11 WARNING mount: warning, should mount with password=gmailpass option, using default
  7. 04/15/10 18:25:11 WARNING mount: warning, should mount with fsname=name option, using default
  8. Traceback (most recent call last):
  9. File "/sbin/mount.gmailfs", line 164, in <module>
  10. main(mountpoint, namedOptions, useEncfs)
  11. File "/sbin/mount.gmailfs", line 90, in main
  12. gmailfs.main(mountpoint, namedOptions)
  13. File "/usr/bin/gmailfs.py", line 1130, in main
  14. server = Gmailfs(mountpoint, **namedOptions)
  15. File "/usr/bin/gmailfs.py", line 602, in __init__
  16. self.ga.login()
  17. File "/usr/lib64/python2.6/site-packages/libgmail.py", line 320, in login
  18. raise GmailLoginFailure("Login failed. (Wrong username/password?)")
  19. libgmail.GmailLoginFailure: 'Login failed. (Wrong username/password?)'
  20. 04/15/10 18:25:12 ERROR gmailfs child died, exiting...
  21.  
  22. Phenom layman # modprobe fuse
  23. FATAL: Module fuse not found.
  24.  
  25. Phenom layman # emerge -pv fuse
  26.  
  27. These are the packages that would be merged, in order:
  28.  
  29. Calculating dependencies... done!
  30. [ebuild R ] sys-fs/fuse-2.8.1 0 kB
  31.  
  32. Total: 1 package (1 reinstall), Size of downloads: 0 kB
  33.  
  34. * IMPORTANT: 1 news items need reading for repository 'gentoo'.
  35. * Use eselect news to read news items.
  36.  
  37. Phenom layman # emerge -pv fuse-python
  38.  
  39. These are the packages that would be merged, in order:
  40.  
  41. Calculating dependencies... done!
  42. [ebuild R ] sys-fs/fuse-python-0.1-r1 0 kB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement