reflector-simple: info: file /etc/reflector-simple-tool.conf not found, using defaults.
locale: Cannot set LC_ALL to default locale: No such file or directory
reflector-simple: info: file /etc/reflector-simple.conf not found, using defaults.
(process:116549): Gtk-WARNING **: 17:55:08.509: Locale not supported by C library.
Using the fallback 'C' locale.
(yad:116549): Gtk-WARNING **: 17:55:08.540: Theme parsing error: gtk-dark.css:5822:26: '-shadow' is not a valid color name
(yad:116549): Gtk-WARNING **: 17:55:08.540: Theme parsing error: gtk-dark.css:5825:14: not a number
(yad:116549): Gtk-WARNING **: 17:55:08.540: Theme parsing error: gtk-dark.css:5826:13: not a number
(yad:116549): Gtk-WARNING **: 17:55:08.540: Theme parsing error: gtk-dark.css:5827:11: Expected a length
Unable to parse command line: Invalid byte sequence in conversion input
Press enter to exit
i keep getting this after clicking on Refresh mirrorlist
I tried this command but it didnt work
I am not sure where you find it, but rate-mirrors might give you a better result. If not elsewhere, it can be found as rate-mirrors-bin in the AUR. The simplest usage is:
rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist
kit@sussy in ~
λ update
[sudo] password for kit:
:: Synchronizing package databases...
error: failed to synchronize all databases (no servers configured for repository)
--> Refreshing mirrorlists using rate-mirrors, please be patient..
Failed to update mirrorlist
--> Checking for keyring update before starting full system update..
warning: garuda-hotfixes-1.0.4-1 is up to date -- skipping
warning: archlinux-keyring-20211028-1 is up to date -- skipping
warning: chaotic-keyring-20210617-2 is up to date -- skipping
there is nothing to do
:: Starting full system upgrade...
there is nothing to do
--> Updating mlocate index..
Parsing man pages and writing completions to /home/kit/.local/share/fish/generated_completions/
7740 / 7740 : zramctl.8.gz
Checking for plugin updates
Nothing to install / update
System updated! 🐧
kit@sussy in ~ as 🧙 took 42s
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc garuda-system
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
ILoveCandy
ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
There's something strange in the mirrorlist.
Can you execute sudo pacman -S pacman-mirrorlist
And if successful, sudo micro /etc/pacman.d/mirrorlist
Uncomment some mirrors and re-execute update
In addition to that, sorry, I edited my post late because there was a step missing sudo micro /etc/pacman.d/mirrorlist
Uncomment some mirrors and re-execute update
I dislike being redundant (not with you OP)...but you have a Coffee Lake CPU with a machine BIOS dated 2018. I think you might find a more recent BIOS update, perhaps. Mine is last dated 11/21.
Wasn’t on a Garuda build at that moment, so no easy access to chaotic-aur (OK - I was lazy). Glad to hear it is there, though! I find the results a bit more long-lasting m(and better fallbacks!) than reflector’s…
### Pamac configuration file
## When removing a package, also remove those dependencies
## that are not required by other packages (recurse option):
#RemoveUnrequiredDeps
## How often to check for updates, value in hours (0 to disable):
RefreshPeriod = 6
## When no update is available, hide the tray icon:
#NoUpdateHideIcon
## When applying updates, enable packages downgrade:
#EnableDowngrade
## When installing packages, do not check for updates:
#SimpleInstall
## Allow Pamac to search and install packages from AUR:
#EnableAUR
## Keep built packages from AUR in cache after installation:
#KeepBuiltPkgs
## When AUR support is enabled check for updates from AUR:
#CheckAURUpdates
## When check updates from AUR support is enabled check for vcs updates:
#CheckAURVCSUpdates
## AUR build directory:
BuildDirectory = /var/tmp
## Number of versions of each package to keep when cleaning the packages cache:
KeepNumPackages = 3
## Remove only the versions of uninstalled packages when cleaning the packages cache:
#OnlyRmUninstalled
## Download updates in background:
#DownloadUpdates
## Maximum Parallel Downloads:
MaxParallelDownloads = 4
im not sure what uncomment means since im new to linux but from what i found its adding a # at the start of the thingy in the mirror list they all have that tho