Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] mirrors.dotsrc.org is down due hardware failure (Read 2281 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] mirrors.dotsrc.org is down due hardware failure

:: Synchronizing the package database...
error: Failed to get 'system.db' file from mirrors.dotsrc.org : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
  system is up to date
error: Failed to get 'world.db' file from mirrors.dotsrc.org : Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
  world is updated
error: Failed to get file 'galaxy.db' from mirrors.dotsrc.org : Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
  galaxy is up to date
error: Failed to get file 'lib32.db' from mirrors.dotsrc.org : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received


error: Failed to get file 'libpulse-14.2-3.1-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
  libpulse-14.2-3.1-x86_64 396.9 KiB 243 KiB/s 00:02 [############################### ########################] 100%
error: Failed to get file 'pulseaudio-14.2-3.1-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : Operation timed out after 10001 milliseconds with 0 out of 0 bytes received

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #1
Code: [Select]
https://mirrors.dotsrc.org/artix-linux/repos/system/os/x86_64/system.db: Could not connect: Socket I/O timed out
https://mirrors.dotsrc.org/artix-linux/repos/world/os/x86_64/world.db: Could not connect: Socket I/O timed out
https://mirrors.dotsrc.org/artix-linux/repos/galaxy/os/x86_64/galaxy.db: Could not connect: Socket I/O timed out
Code: [Select]
installing pacman (6.0.0-2) breaks dependency 'pacman<5.3' required by pamac-common

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #2
pamac and octopi currently do not work with pacman6.
It requires upstream support for new alpm.

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #3
Also: https://dotsrc.org/news/2021-06-01_kvaser_crashed/

dotsrc.org has had several hickups these days. Just comment out their servers in /etc/pacman.d/mirrorlist:
Code: [Select]
##
## Artix Linux repository mirrorlist
## Generated on 2021-04-26
##

# Artix mirrors


## Europe
#Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
Server = https://quantum-mirror.hu/mirrors/pub/artix-linux/$repo/os/$arch
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch
Server = https://artix.unixpeople.org/repos/$repo/os/$arch
Server = https://artix.cccp.io/$repo/os/$arch

# ... and so on...

pacman -Syy is needed afterwards.

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #4
Ok. Thank you.

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #5
Update mirror seems to not work correctly when i try to update i get "failed retrieving file 'system.db' from mirrors.dotsrc.org : Failed to connect to mirrors.dotsrc.org port 443: Connection timed out" I've dig a little bit more and found that the server seems to be located in Denmark and recently i've heard about some international scandal involving Denmark, US and EU. Hope is not related to that. :o Tried to ping that domain and i get somehow a big delay 71 ms. Is the server under DDoS attacks?


Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #7
Could be the ZFS file system the culprit for that crash?

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #8
as they wrote is Hardware failure. ZFS is software => no

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #9
Could be a little bit of both though but yes the main problem is the hardware failure but i was curious what could cause that failure other than the age of the hdd cos i assume was not that old and if it was i think they would have changed it not to "explode" on the spot  ::) . I brought ZFS in discution cos i heard Linus Torvald warned to not use ZFS  ::)

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #10
Could be a little bit of both though but yes the main problem is the hardware failure but i was curious what could cause that failure other than the age of the hdd cos i assume was not that old and if it was i think they would have changed it not to "explode" on the spot  ::) . I brought ZFS in discution cos i heard Linus Torvald warned to not use ZFS  ::)
Linus doesn't like ZFS probably because of the license ZFS uses, ZFS itself is not bad, many enterprises uses it because of it's reliability and features.

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #11
I would rather use ext4 without journling for better performance but i'm a complete noob in this so anyone should take it with a grain or 2 of salt  :D . But i'm looking for some ways to safely disable journaling. Who needs time stamps in nanoseconds?

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #12
Okay... I've updated my Artix installation, but it seems that /etc/pacman.conf isn't updated. Now it writes such a thing while trying to update:

Code: [Select]
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 lib32 is up to date
 universe is up to date
 omniverse                                                     32.4 KiB  41.0 KiB/s 00:01 [####################################################] 100%
 extra is up to date
 community is up to date
error: failed retrieving file 'system.db' from mirrors.dotsrc.org : Failed to connect to mirrors.dotsrc.org port 443: Connection timed out
error: failed retrieving file 'world.db' from mirrors.dotsrc.org : Failed to connect to mirrors.dotsrc.org port 443: Connection timed out
error: failed retrieving file 'galaxy.db' from mirrors.dotsrc.org : Failed to connect to mirrors.dotsrc.org port 443: Connection timed out
warning: too many errors from mirrors.dotsrc.org, skipping for the remainder of this transaction
:: Starting full system upgrade...
 there is nothing to do

Also, it was necessary to delete yay-bin package from AUR, but I can live with that.
What am I doing wrong?


 

Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure

Reply #14
mirrors.dotsrc.org is down due hardware failure