`eos-packagelist` not working (freezing / ConnectionResetError)

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.

Hi @squid, to save on any further issues I would just back up my files and do a fresh install, multiple desktop environments can get very messy especially if you are trying to figure out any issues

2 Likes

Thanks for replying @smokey! I have a separate home and root partitions. Would that help me to keep my files in the home folder while re-installing? Or is backing up and re-installing the only option?

Just thinking… What if you create a new user account and see if you have problems with the new account? Should be easy to test.

Another idea is to check if there are some conflicting packages, like two window managers, or something else.

2 Likes

I’d love to test that out, but I have some stuff I need to get done soon. For now, I’ll go with re-installing EndeavourOS.
To answer your question, yes I have qtile alongside xfce. And the above mentioned issue arose after I used pacman to install the plasma group.
But isn’t this purely some sort of a network error? Just curious

good idea

Could be a network error, maybe mirrors are not OK, etc.
But I guess you have reinstalled by now to solve the issue.

Yup! Loving KDE!
(Just to let you know, the installation gives me that “package manager…” error. I had to uncheck “solid” under KDE to resolve the issue)

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.