inxi -FAZ --no-host | eos-sendlog
output: http://ix.io/4JOD
Background: I use XFCE as my DE and wanted to switch to KDE. So installed the necessary packages from here using pacman and not eos-packagelist because I didn’t read the post fully. So after reading it fully I decided to use eos-packagelist
for the same.
Running eos-packagelist --list
gives me this:
Traceback (most recent call last):
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 1038, in _send_output
self.send(msg)
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 976, in send
self.connect()
File "/home/suchitg/mambaforge/lib/python3.10/http/client.py", line 1455, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/home/suchitg/mambaforge/lib/python3.10/ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "/home/suchitg/mambaforge/lib/python3.10/ssl.py", line 1071, in _create
self.do_handshake()
File "/home/suchitg/mambaforge/lib/python3.10/ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/sbin/eos-packagelist", line 118, in <module>
with urllib.request.urlopen(url_netinstall) as netinstall_file:
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/home/suchitg/mambaforge/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 104] Connection reset by peer>
or just doesn’t do anything and just freezes.
Running eos-packagelist --install "Desktop-Base + Common packages"
just doesn’t do anything and freezes like before.
I’d appreciate any help. Please let me know if there’s any information missing and I’ll add them.