Paste #174335

   
pasted on 16.04.2021 10:28
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 231423
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
cl-update --stable off
Синхронизация репозиториев
 * Поиск нового сервера обновлений |Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 721, in run
    res = method(*args)
  File "/usr/lib64/python2.7/site-packages/calculate/update/update.py", line 135, in wrapper
    return f(self, *args, **kw)
  File "/usr/lib64/python2.7/site-packages/calculate/update/update.py", line 1672, in detect_best_binhost
    retval = self._search_best_binhost(self.binhosts_data, stabilization)
  File "/usr/lib64/python2.7/site-packages/calculate/update/update.py", line 135, in wrapper
    return f(self, *args, **kw)
  File "/usr/lib64/python2.7/site-packages/calculate/update/update.py", line 1565, in _search_best_binhost
    status = binhost.status
  File "/usr/lib64/python2.7/site-packages/calculate/lib/utils/binhosts.py", line 184, in status
    return self.parent.binhost_status(self.host)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/utils/binhosts.py", line 115, in binhost_status
    fn, data = self.fetch_envdata(binhost)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/utils/tools.py", line 539, in wrapper
    cache[keyval] = f(self, *args, **kw)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/utils/binhosts.py", line 108, in fetch_envdata
    with _urlopen(fn, timeout=self.timeout) as f:
  File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/usr/lib64/python2.7/site-packages/calculate/lib/utils/binhosts.py", line 51, in _urlopen
    f = opener.open(fn, timeout=timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1264, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1237, in do_open
    r = h.getresponse(buffering=True)
  File "/usr/lib64/python2.7/httplib.py", line 1178, in getresponse
    response.begin()
  File "/usr/lib64/python2.7/httplib.py", line 452, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.7/httplib.py", line 408, in _read_status
    line = self.fp.readline(_MAXLINE + 1)
  File "/usr/lib64/python2.7/socket.py", line 480, in readline
    data = self._sock.recv(self._rbufsize)
timeout: timed out
 ...
 * timeout:timed out(socket:480)
 * Резервная синхронизация репозитория Distros ...                                        [ ok ]
 * Резервная синхронизация репозитория Calculate ...                                      [ ok ]
 * Резервная синхронизация репозитория Gentoo ...                                         [ !! ]
 * Задача прервана
 * Не удалось найти сервер бинарных обновлений
 * Задача прервана
 * Обновление прервано пользователем
Add Comment
Author