添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
豪气的地瓜  ·  Error : Traceback ...·  2 天前    · 
谈吐大方的香菜  ·  GitHub - ...·  1 周前    · 
茫然的香槟  ·  "Something went ...·  1 周前    · 
神勇威武的拐杖  ·  "No JSON object could ...·  1 周前    · 
聪明的海龟  ·  Erreur file content ...·  1 周前    · 
风度翩翩的柿子  ·  FullScreen ...·  1 月前    · 
朝气蓬勃的包子  ·  搜索·  3 月前    · 
焦虑的柳树  ·  org.apache.commons.exe ...·  7 月前    · 

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.

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.

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