Configurar pacman - Archlinux

1. Configurar pacman - Archlinux

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 07/11/2016 - 19:24h

Boa noite, pessoal!
Fiz um besteira aqui e acabei excluindo meu arquivo /etc/pacman.conf, aí por fim encontrei um outro arquivo modelo e refiz, seguem as linhas:

#
# /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



Aí eu mando:
sudo pacman -Syu 


E me aparece:
[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


Alguém poderia me dar uma força ou enviar o seu arquivo base do /etc/pacman.conf pra mim, por favor?
Abraço!


  


2. Re: Configurar pacman - Archlinux

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 07/11/2016 - 19:32h

FerAeroespacial escreveu:

Boa noite, pessoal!
Fiz um besteira aqui e acabei excluindo meu arquivo /etc/pacman.conf, aí por fim encontrei um outro arquivo modelo e refiz, seguem as linhas:

#
# /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



Aí eu mando:
sudo pacman -Syu 


E me aparece:
[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


Alguém poderia me dar uma força ou enviar o seu arquivo base do /etc/pacman.conf pra mim, por favor?
Abraço!


Vou enviar o meu, o meu está com o Aur se não quiser deleta!


#
# /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
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =

#NoUpgrade =
#NoExtract =

# Misc options
#UseSyslog
Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# 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.
#

# 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

[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

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/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

[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch




3. Re: Configurar pacman - Archlinux

4. Re: Configurar pacman - Archlinux

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 07/11/2016 - 19:54h

fiz e olha a resposta:

erro: falha em submeter a transação (arquivos conflitantes)
libtorrent-rasterbar: /usr/lib/python3.5/site-packages/libtorrent.cpython-35m-x86_64-linux-gnu.so existe no sistema de arquivos
Ocorreram erros e, portanto, nenhum pacote foi atualizado.

Alguma dica?


5. Re: Configurar pacman - Archlinux

Paulo Jr
Pebis

(usa Debian)

Enviado em 07/11/2016 - 20:08h

FerAeroespacial escreveu:

fiz e olha a resposta:

erro: falha em submeter a transação (arquivos conflitantes)
libtorrent-rasterbar: /usr/lib/python3.5/site-packages/libtorrent.cpython-35m-x86_64-linux-gnu.so existe no sistema de arquivos
Ocorreram erros e, portanto, nenhum pacote foi atualizado.

Alguma dica?


Não "agarantio" nada

tenta pacman -Syu --ignore libtorrent-rasterbar

e depois pacman -Su








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts