Enviado em 07/11/2016 - 19:24h
Boa noite, pessoal!#
# /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/
#CacheDir = /home/pdg/Build/ArchBang/ab2/pkgs
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl %u > %o
#CleanMethod = KeepInstalled
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
ShowSize
UseDelta
TotalDownload
ILoveCandy
#
# 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
#
# 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.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
#[archiso-live]
#Server = http://arch-live.isawsome.net/packages/
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
sudo pacman -Syu
[archie@archlinux pacman.d]$ sudo pacman -Syu
atenção: arquivo de configuração /etc/pacman.conf, linha 19: diretiva "SyncFirst" na seção "options" não foi reconhecida.
atenção: arquivo de configuração /etc/pacman.conf, linha 33: diretiva "ShowSize" na seção "options" não foi reconhecida.
erro: espelho "http://fooo.biz/archlinux/$repo/os/$arch" contém a variável "$arch", mas nenhuma "Architecture" está definida.
erro: não foi possível adicionar o espelho "http://fooo.biz/archlinux/$repo/os/$arch" para a base de dados "core" (erro inesperado)
erro: espelho "http://fooo.biz/archlinux/$repo/os/$arch" contém a variável "$arch", mas nenhuma "Architecture" está definida.
erro: não foi possível adicionar o espelho "http://fooo.biz/archlinux/$repo/os/$arch" para a base de dados "extra" (erro inesperado)
erro: espelho "http://fooo.biz/archlinux/$repo/os/$arch" contém a variável "$arch", mas nenhuma "Architecture" está definida.
erro: não foi possível adicionar o espelho "http://fooo.biz/archlinux/$repo/os/$arch" para a base de dados "community" (erro inesperado)
:: Sincronizando a base de dados de pacotes...
erro: falha ao atualizar core (nenhum servidor configurado para o repositório)
erro: falha ao atualizar extra (nenhum servidor configurado para o repositório)
erro: falha ao atualizar community (nenhum servidor configurado para o repositório)
erro: falha na sincronização de quaisquer bases de dados
erro: falha ao iniciar a transação (nenhum servidor configurado para o repositório)
[archie@archlinux pacman.d]$ nano /etc/pacman.conf