Skip to main content
Topic: Error with databases, can't basestrap (Read 1036 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Error with databases, can't basestrap

When running
Quote
basestrap /mnt base base-devel openrc
it responds by saying it couldn't find any databases. I also get multiple down repositories (like five), but eventually get one. I have an internet connection. Are servers down? Posting this from my phone so sorry for the short body.

Re: Error with databases, can't basestrap

Reply #1
Man, this sucks. I'll probably just install normal arch if I don't get any activity.

Re: Error with databases, can't basestrap

Reply #2
Did you check the  pacman.conf? At least the older iso has conflicting repos enabled at once.

Re: Error with databases, can't basestrap

Reply #3
The repos on pacman.conf ever since August of 2017 have been the same, what has changed is testing renamed to gremlins.
What you should be loooking at is mirrorlist (/etc/pacman.d/mirrorlist) against the latest. 

Code: [Select]
##
## Artix Linux repository mirrorlist
## Generated on 2018-04-24
##

# Artix mirrors

Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
Server = http://artix.wheaton.edu/repos/$repo/os/$arch
Server = http://mirror.strits.dk/artix-linux/repos/$repo/os/$arch
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
Server = https://www.uex.dk/public/artix/$repo/os/$arch
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch

You should also check the arch mirrolist for updates (this is too long to list here) and choose the closest ones to you - 3,4 mirrors should always work.  extra and community are arch repositories, the ones before them are artix (system world galaxy).