Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: barnyard on 08 June 2018, 00:03:54

Title: Error with databases, can't basestrap
Post by: barnyard on 08 June 2018, 00:03:54
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.
Title: Re: Error with databases, can't basestrap
Post by: barnyard on 08 June 2018, 03:49:11
Man, this sucks. I'll probably just install normal arch if I don't get any activity.
Title: Re: Error with databases, can't basestrap
Post by: Relih on 08 June 2018, 14:04:21
Did you check the  pacman.conf? At least the older iso has conflicting repos enabled at once.
Title: Re: Error with databases, can't basestrap
Post by: fungalnet on 08 June 2018, 16:46:17
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).