I did a EOS plasma install last night and just wanted to note in the pacman.conf file
#ParallelDownloads = 5
wasn’t there. I know in Arch it is commented out, but it’s there. I don’t know if that’s an oversight or if correct and left out purposely - but I just thought to note for someone to check on the pulled pacman.conf file.
Otherwise another smooth install. Thanks everyone!
You might have to merge pacman.conf.pacnew with pacman.conf.
Add whatever entries you want from /etc/pacman.conf.pacnew into the file /etc/pacman.conf (especially the one for parallel downloads). Then you can remove # from before ParallelDownloads. You will need superuser privilege to edit the file (for example, using sudo).
And in my config file - this section ended with #VerbosePkgLists, I added ParallelDownloads = 10
# Misc options
#UseSyslog
Color
#ILoveCandy
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
ParallelDownloads = 10
There was some other line under #ILoveCandy I took out - I think it was TotalDownload or something. But I thought it was odd that the MiscOptions ended at the #VerbosePkgLists and not with #ParallellDownloads = 5 as I was expecting it to.
Maybe someone out there can spin a VM just to verify the fresh EOS pacman.conf file is correct for new users. Otherwise I’ll give it another go when I get home tonight.
AND the flip side, if that is correctly how EOS wants to ship it out, you can disregard this.
Maybe that’s it. I installed last night and at the time I didn’t think much of it, but this morning I realized - I know to add in the line - others may not.
@manuel It should be there on a fresh install, this needs further investigation. (and anyone who wants to help us in solving this mystery is more than welcome to join us )
It’s probably just that the line is missing when I pulled the config during install. So whatever you all do when you add the endeavour mirrors into the config file upon installation must be missing that line, that’s all.
I say that with zero idea how it’s actually done. I let you all do the magic. Haha.
yes exactly… we copy the pacman.conf from ISO to installed system, because we need to add eos repository to it… and the pacman.conf on ISO is pre pacman-6.
We should change to use sed to merge eos repo into pacman.conf so we will not have this in the future.
I mean when was the last time pacman.conf changed ?