Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: truxunix on 01 June 2021, 12:19:20

Title: [SOLVED] mirrors.dotsrc.org is down due hardware failure
Post by: truxunix on 01 June 2021, 12:19:20
:: 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
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: zippy99 on 01 June 2021, 12:44:33
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
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: artoo on 01 June 2021, 12:48:08
pamac and octopi currently do not work with pacman6.
It requires upstream support for new alpm.
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: strajder on 01 June 2021, 12:48:24
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.
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: zippy99 on 01 June 2021, 13:00:23
Ok. Thank you.
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: Surf3r on 01 June 2021, 13:10:27
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 (https://www.bbc.co.uk/news/world-europe-57302806) 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?
(https://i.ibb.co/KbcP8qH/Screenshot-2021-06-01-13-45-15.png)
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: zippy99 on 01 June 2021, 13:15:59
https://dotsrc.org/news/2021-06-01_kvaser_crashed/

The problem is old...
https://bbs.archlinux.org/viewtopic.php?id=90178
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: Surf3r on 01 June 2021, 14:18:42
Could be the ZFS file system the culprit for that crash?
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: alium on 01 June 2021, 14:19:53
as they wrote is Hardware failure. ZFS is software => no
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: Surf3r on 01 June 2021, 20:50:22
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  ::)
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: ndowens on 01 June 2021, 21:23:50
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.
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: Surf3r on 01 June 2021, 21:54:10
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?
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: VictorBrand on 01 June 2021, 22:28:51
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?
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: jr53 on 01 June 2021, 23:17:53
https://forum.artixlinux.org/index.php/topic,2666.msg17583/topicseen.html#msg17583
Title: Re: [SOLVED] mirrors.dotsrc.org is down due hardware faiilure
Post by: alium on 01 June 2021, 23:20:22
mirrors.dotsrc.org is down due hardware failure