iwonbigbro / gsync

RSync for Google Drive - GSync
Other
238 stars 50 forks source link

Error: IOError(6, 'No such device or address') #88

Open jjumpm2 opened 9 years ago

jjumpm2 commented 9 years ago

Hi,

CentOS 7, trying to set up a server backup and get the following:

0 0% 0.00B/s 0:00:00DEBUG: IOError(6, 'No such device or address'): File "/usr/lib/python2.7/site-packages/libgsync/crawler.py", line 150, in run self._walk(srcpath, self._walkCallback, self._dev) File "/usr/lib/python2.7/site-packages/libgsync/crawler.py", line 124, in _walk self._sync(f) File "/usr/lib/python2.7/site-packages/libgsync/sync/init.py", line 31, in call self._sync(path) File "/usr/lib/python2.7/site-packages/libgsync/sync/init.py", line 197, in _sync self.dst.update(dstPath, srcFile) File "/usr/lib/python2.7/site-packages/libgsync/sync/file/init.py", line 325, in update self.updateFile(path, srcObj) File "/usr/lib/python2.7/site-packages/libgsync/sync/file/__init.py", line 227, in updateFile self._updateFile(path, src) File "/usr/lib/python2.7/site-packages/libgsync/sync/file/remote/__init.py", line 110, in _updateFile info = drive.update(path, info, src.getUploader(), progress) File "/usr/lib/python2.7/site-packages/libgsync/sync/file/local/init.py", line 18, in getUploader f = open(path, "r")

Error: IOError(6, 'No such device or address') sent 1668508191 bytes received 0 bytes 4076189.77 bytes/sec

nilesr commented 8 years ago

Having this error too, arch linux. Seems to be just one file in my home directory, when I try to sync other directories it works.

nilesr commented 8 years ago

Ok turns out the file was called .MumbleOverlayPipe, and was probably a pipe, explains why it couldn't be read.