From: Sebastien D. <sde...@gm...> - 2005-09-21 19:19:13
|
Unfortunately this doesn't fix gmailfs: I am still getting errors on the gmailfs share, mounted on /mnt: ~ # sudo ls /mnt ~ # This is fine, as my share is a new one, so it's empty. But then: ~ # sudo touch /mnt/test Empty account Traceback (most recent call last): File "/usr/share/gmailfs/gmailfs.py", line 1094, in getinodemsg return thread._messages[len(thread._messages)-1] IndexError: list index out of range Yet the file has been created: ~ # sudo ls /mnt test ~ # Another quirk appears when you create a directory: ~ # sudo mkdir /mnt/bar Empty account Traceback (most recent call last): File "/usr/share/gmailfs/gmailfs.py", line 1094, in getinodemsg return thread._messages[len(thread._messages)-1] IndexError: list index out of range And then listing it doesn't yield an exception, but something even weirder: ~ # sudo ls /mnt/bar Empty account Has there been an API change somewhere, among all those bugfixes/security fixes ? Cheers, --Seb |