tag 341301 + moreinfo unreproducible thanks On Tue, Nov 29, 2005 at 03:29:11PM -0700, Peter Karbaliotis wrote: > While trying to copy a text file to the gmailfs mount point I got the > following error: > # cp abi /mnt > No messages found > No messages found > No messages found > No messages found > No messages found > Traceback (most recent call last): > File "/usr/share/gmailfs/gmailfs.py", line 1003, in write > written = f.write(buf,off) > File "/usr/share/gmailfs/gmailfs.py", line 419, in write > self.buffer[self.currentOffset%self.blocksize:] = > buf[written:written+thiswrote] > TypeError: object doesn't support slice assignment > cp: writing `/mnt/abi': Input/output error
You are most likely trying to do this using a FS you created earlier, which would cause problems. Can you try with a brand new FSname ? Cheers, --Seb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

