I have a problem doing updates on my Manjaro system. When I try browse to the update folder of the pamac GUI only AUR packages show up. Also, when trying to update those, I get a ‘could not find database’ error message.
I already tried everything I found on the internet, so I am counting on you guys. Thanks in advance
sudo pacman-mirrors -f5 && sudo pacman -Syyu
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
..... Germany : ftp://ftp.halifax.rwth-aachen.de/manjaro/Traceback (most recent call last):
File "/usr/bin/pacman-mirrors", line 28, in <module>
pm.run()
File "/usr/lib/python3.9/site-packages/pacman_mirrors/pacman_mirrors.py", line 120, in run
fasttrack.build_mirror_list(self, limit=self.fasttrack)
File "/usr/lib/python3.9/site-packages/pacman_mirrors/builder/fasttrack.py", line 57, in build_mirror_list
work_pool = test_mirror_pool(self=self, worklist=work_pool, limit=limit)
File "/usr/lib/python3.9/site-packages/pacman_mirrors/functions/testMirrorFn.py", line 82, in test_mirror_pool
mirror_proto["resp_time"] = get_mirror_response(
File "/usr/lib/python3.9/site-packages/pacman_mirrors/functions/httpFn.py", line 206, in get_mirror_response
message = get_ftp_response(url=probe_url, maxwait=maxwait)
File "/usr/lib/python3.9/site-packages/pacman_mirrors/functions/httpFn.py", line 167, in get_ftp_response
shutil.copyfileobj(ftpReq, testFile)
File "/usr/lib/python3.9/shutil.py", line 205, in copyfileobj
buf = fsrc_read(length)
File "/usr/lib/python3.9/tempfile.py", line 478, in func_wrapper
return func(*args, **kwargs)
File "/usr/lib/python3.9/tempfile.py", line 478, in func_wrapper
return func(*args, **kwargs)
File "/usr/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
Side note: I am located in Austria and already changed to the German mirrors because I hoped that would solve my issue…