[Solved] Still can't get updated mirrorlist from system-testing 23 September 2017, 00:59:42 I've followed the instructions about adding [system-testing] above [system], but after multiple attempts, including repeated cache-cleaning and forcing a download of the lists, it keeps telling me there is no artix-mirrorlist in [system-testing]. I've checked spelling and syntax, I get no other errors. The only other odd thing is I have a number of packages which are newer than the main repos. (Sorry, the Artix system is out in my workshop, and I only boot it up when I'm working out there. I'll be glad to post any config files or outputs, as requested.) For full background, the system was migrated from Manjaro openrc.I've asked about this on IRC a few times, and each time someone tries to confirm that I followed all the steps, and when I say yes, nobody else says anything. I find it a bit frustrating. If nobody else has complained about this, I'm quite willing to believe it is some configuration problem on my end, but I have no further idea how to troubleshoot.The only other problem I have is that the current nvidia-340 package requires a kernel version not yet available in the artix linux-lts. I had to manually pull an older nvidia driver off the arch server and build it with the AUR tools. It works fine, but every "pacman -Syu" fails to upgrade the nvidia package. Note this is not a big problem - I figure the kernel will get updated sooner or later.Thanks for any suggestions.[edit to mark solved] Last Edit: 23 September 2017, 21:49:38 by gentermnl
Re: Still can't get updated mirrorlist from system-testing Reply #1 – 23 September 2017, 01:09:09 Update your /etc/pacman.d/mirrorlist with this :https://raw.githubusercontent.com/artix-linux/system/testing/artix-mirrorlist/mirrorlist
Re: Still can't get updated mirrorlist from system-testing Reply #2 – 23 September 2017, 01:09:31 sudo nano /etc/pacman.d/mirrorlist and addServer = http://mirror1.artixlinux.org/repos/$repo/os/$arch thensudo pacman -Syyuand lastsudo mv /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist
Re: Still can't get updated mirrorlist from system-testing Reply #3 – 23 September 2017, 17:23:42 @thefallenrat Thanks. That's the first suggestions I've gotten that includes new mirrors. I'll post back once I've tried it.@robin0800 I don't know if it's a problem with the forum software, but the way that server listing is displayed, it breaks the URL at the embedded "$repo". Cut/paste should still work - and that sever is also not in the original instructions.
Re: Still can't get updated mirrorlist from system-testing Reply #4 – 23 September 2017, 21:35:44 https://sysdfree.wordpress.com/130The instructions on that article worked for me.
Re: Still can't get updated mirrorlist from system-testing Reply #5 – 23 September 2017, 21:48:55 Done and fixed. It seems the problem was simply that the original instructions I followed did not actually include any mirror that had a new enough [system-testing] to have the complete new mirrorlist. Just adding one of those servers to mirrorlist (at the top of the list) allowed pulling the new packages, including artix-mirrorlist. (And - the first pacman Syu with the new mirrorlist includes the new linux-lts which allows the new nvidia driver package.
Re: [Solved] Still can't get updated mirrorlist from system-testing Reply #6 – 24 September 2017, 08:39:36 There are three kernels available through the artix mirrors. -Lts, -zen, and -ckAnd then there are many on the AUR repositories you can compile and build if you are into custom kernels.Once you have done a full upgrade your mirrorlist will be upgraded too.