Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

not working on Ubuntu 9.04, no further error messages #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download distribution from Google
2. sudo python ./INSTALL.py
3. gmount gdocs username@googlemail.com 
4. ls gdocs

What is the expected output? 

a listing of my documents

What do you see instead?

$ gmount gdocs tmbdev@googlemail.com
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
Password: 
$ ls gdocs
ls: reading directory gdocs: Invalid argument
$ 

What version of the product are you using? On what operating system?

google-docs-fs-1.0beta3.tar.gz on Ubuntu 9.04

Please provide any additional information below.

Unfortunately, there are no further error messages and no debugging
information.  I could give you more information if there were a documented
debugging flag.

$ gmount -h
Usage: gmount [mountpoint] [googlemail]
$ 

Original issue reported on code.google.com by tmb...@gmail.com on 30 Jun 2009 at 1:53

GoogleCodeExporter commented 9 years ago
The Subversion version behaves exactly the same way.

Original comment by tmb...@gmail.com on 30 Jun 2009 at 1:56

GoogleCodeExporter commented 9 years ago
Follow the instructions under the debugging section and paste or attach the 
output when you law the 
directory

http://code.google.com/p/google-docs-fs/wiki/OnlineManual

Thanks
Scott W

Original comment by d38dm8nw81k1ng@gmail.com on 1 Jul 2009 at 4:18

GoogleCodeExporter commented 9 years ago
Replace "law" with "ls". My new phone doesn't recognise Shell commands.
Scott W

Original comment by d38dm8nw81k1ng@gmail.com on 2 Jul 2009 at 12:09

GoogleCodeExporter commented 9 years ago
Since no additional information has been forthcoming, I have marked these
invalid.
For what it's worth, I think that they may be related to GNOME running
readdir() over the directory to cache the file listing. To verify if this
is or isn't the case, leave the file system for about a minute (or more if
you have a lot of files without folders) until GNOME has finished caching
the file listings. It should work normally afterwards.
If it doesn't, please follow the instructions in the FAQ under the Wiki tab
and post again.

Original comment by d38dm8nw81k1ng@gmail.com on 14 Jul 2009 at 8:02