Comment 3 for bug 1861639

Revision history for this message
rasty huty (rasty-crasty) wrote :

Hello,

free space in /tmp ~8GB free RAM ~10GB
in log first 200 lines last 200 lines
but I removed tons of

NOTICE 16 0 73977 0 10 0 1
. 0.0KB 20:32:57 [0.0B/s] [> ] 0% ETA Stalled!
because backup can't finished more than 8 hours
also i removed sensitive data like username/ machine name

get error again it can't finish because can't upload last difftar.gpg
As I understand main error is:
=============================

. Backtrace of previous error: Traceback (innermost last):
. File "/usr/lib/python3.8/site-packages/duplicity/backend.py", line 374, in inner_retry
. return fn(self, *args)
. File "/usr/lib/python3.8/site-packages/duplicity/backend.py", line 534, in put
. self.__do_put(source_path, remote_filename)
. File "/usr/lib/python3.8/site-packages/duplicity/backend.py", line 520, in __do_put
. self.backend._put(source_path, remote_filename)
. File "/usr/lib/python3.8/site-packages/duplicity/backends/webdavbackend.py", line 452, in _put
. raise e
. File "/usr/lib/python3.8/site-packages/duplicity/backends/webdavbackend.py", line 440, in _put
. response = self.request(u"PUT", url, source_file)
. File "/usr/lib/python3.8/site-packages/duplicity/backends/webdavbackend.py", line 222, in request
. response = self.conn.getresponse()
. File "/usr/lib/python3.8/http/client.py", line 1322, in getresponse
. response.begin()
. File "/usr/lib/python3.8/http/client.py", line 303, in begin
. version, status, reason = self._read_status()
. File "/usr/lib/python3.8/http/client.py", line 264, in _read_status
. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
. File "/usr/lib/python3.8/socket.py", line 669, in readinto
. return self._sock.recv_into(b)
. socket.timeout: timed out

==================================