при попытке перехода на wb-release -t testing выдает следующее
16:56:04 journald logging enabled
16:56:04 Accessing http://deb.wirenboard.com/wb8/bullseye/dists/testing/Release…
Traceback (most recent call last):
File “/usr/lib/python3.9/urllib/request.py”, line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File “/usr/lib/python3.9/http/client.py”, line 1259, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1305, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1254, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1014, in _send_output
self.send(msg)
File “/usr/lib/python3.9/http/client.py”, line 954, in send
self.connect()
File “/usr/lib/python3.9/http/client.py”, line 925, in connect
self.sock = self._create_connection(
File “/usr/lib/python3.9/socket.py”, line 822, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File “/usr/lib/python3.9/socket.py”, line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/bin/wb-release”, line 8, in
sys.exit(main())
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 573, in main
return route(args, argv)
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 480, in route
if not release_exists(target_state):
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 349, in release_exists
with urllib.request.urlopen(full_url, timeout=10.0) as resp:
File “/usr/lib/python3.9/urllib/request.py”, line 214, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.9/urllib/request.py”, line 517, in open
response = self._open(req, data)
File “/usr/lib/python3.9/urllib/request.py”, line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File “/usr/lib/python3.9/urllib/request.py”, line 494, in _call_chain
result = func(*args)
File “/usr/lib/python3.9/urllib/request.py”, line 1375, in http_open
return self.do_open(http.client.HTTPConnection, req)
File “/usr/lib/python3.9/urllib/request.py”, line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
root@wirenboard-AT2LMCXB:~# wb-release -t testing
17:04:52 journald logging enabled
17:04:52 Accessing http://deb.wirenboard.com/wb8/bullseye/dists/testing/Release…
Traceback (most recent call last):
File “/usr/lib/python3.9/urllib/request.py”, line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File “/usr/lib/python3.9/http/client.py”, line 1259, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1305, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1254, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.9/http/client.py”, line 1014, in _send_output
self.send(msg)
File “/usr/lib/python3.9/http/client.py”, line 954, in send
self.connect()
File “/usr/lib/python3.9/http/client.py”, line 925, in connect
self.sock = self._create_connection(
File “/usr/lib/python3.9/socket.py”, line 822, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File “/usr/lib/python3.9/socket.py”, line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/bin/wb-release”, line 8, in
sys.exit(main())
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 573, in main
return route(args, argv)
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 480, in route
if not release_exists(target_state):
File “/usr/lib/python3/dist-packages/wb/update_manager/release.py”, line 349, in release_exists
with urllib.request.urlopen(full_url, timeout=10.0) as resp:
File “/usr/lib/python3.9/urllib/request.py”, line 214, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.9/urllib/request.py”, line 517, in open
response = self._open(req, data)
File “/usr/lib/python3.9/urllib/request.py”, line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File “/usr/lib/python3.9/urllib/request.py”, line 494, in _call_chain
result = func(*args)
File “/usr/lib/python3.9/urllib/request.py”, line 1375, in http_open
return self.do_open(http.client.HTTPConnection, req)
File “/usr/lib/python3.9/urllib/request.py”, line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>