You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: