(HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

1. (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Caio César Couto
caiocouto

(usa Manjaro Linux)

Enviado em 08/03/2017 - 14:24h

:: Iniciando atualização completa do sistema...
:: Substituir manjaro-welcome por extra/manjaro-hello? [S/n] s
erro: falha ao preparar a transação (não foi possível encontrar a base de dados)
[fsoci3ty@ddos-man ~]$ sudo rm -rf /var/lib/pacman/db.lck
[fsoci3ty@ddos-man ~]$ sudo pacman -Syyu
:: Sincronizando a base de dados de pacotes...
core 137,1 KiB 952K/s 00:00 [##############################################] 100%
extra 1777,9 KiB 881K/s 00:02 [##############################################] 100%
community 4,1 MiB 811K/s 00:05 [##############################################] 100%
multilib 181,4 KiB 485K/s 00:00 [##############################################] 100%
erro: falha ao obter o arquivo "custom.db" de disco : Couldn't open file /home/custompkgs/custom.db
erro: falha ao atualizar custom (erro na biblioteca de download)
:: Some packages should be upgraded first...
erro: falha ao preparar a transação (não foi possível encontrar a base de dados)



  


2. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 08/03/2017 - 17:34h

caiocouto escreveu:

:: Iniciando atualização completa do sistema...
:: Substituir manjaro-welcome por extra/manjaro-hello? [S/n] s
erro: falha ao preparar a transação (não foi possível encontrar a base de dados)
[fsoci3ty@ddos-man ~]$ sudo rm -rf /var/lib/pacman/db.lck
[fsoci3ty@ddos-man ~]$ sudo pacman -Syyu
:: Sincronizando a base de dados de pacotes...
core 137,1 KiB 952K/s 00:00 [##############################################] 100%
extra 1777,9 KiB 881K/s 00:02 [##############################################] 100%
community 4,1 MiB 811K/s 00:05 [##############################################] 100%
multilib 181,4 KiB 485K/s 00:00 [##############################################] 100%
erro: falha ao obter o arquivo "custom.db" de disco : Couldn't open file /home/custompkgs/custom.db
erro: falha ao atualizar custom (erro na biblioteca de download)
:: Some packages should be upgraded first...
erro: falha ao preparar a transação (não foi possível encontrar a base de dados)


Brother dentro das tags <></> cola aí o seu /etc/pacman.conf e o seu /etc/pacman.d/mirrorlist

Keep it simple stupid!


3. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Caio César Couto
caiocouto

(usa Manjaro Linux)

Enviado em 09/03/2017 - 11:19h

desculpe a ignorância mas comecei no linux esses tempos e fui direto para o manjaro...
Como eu devo proceder pra fazer isso?

Obrigado pela atenção =D


4. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 09/03/2017 - 14:05h

caiocouto escreveu:

desculpe a ignorância mas comecei no linux esses tempos e fui direto para o manjaro...
Como eu devo proceder pra fazer isso?

Obrigado pela atenção =D


Opa, tranquilo. No diretório /etc tem um aquivo chamado pacman.conf que é o arquivo de configuração do gerenciador de pacotes pacman.

Abre ele com um editor de texto da sua preferência:

Vou usar o editor nano como exemplo:

sudo nano /etc/pacman.conf

Copia o conteúdo do arquivo e cola aqui

faça mesmo com o arquivo mirrorlist

sudo nano /etc/pacman.d/mirrorlist



Keep it simple stupid!


5. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode s

Caio César Couto
caiocouto

(usa Manjaro Linux)

Enviado em 09/03/2017 - 16:14h

Ghost_Shell escreveu:

caiocouto escreveu:

desculpe a ignorância mas comecei no linux esses tempos e fui direto para o manjaro...
Como eu devo proceder pra fazer isso?

Obrigado pela atenção =D


Opa, tranquilo. No diretório /etc tem um aquivo chamado pacman.conf que é o arquivo de configuração do gerenciador de pacotes pacman.

Abre ele com um editor de texto da sua preferência:

Vou usar o editor nano como exemplo:

sudo nano /etc/pacman.conf

Copia o conteúdo do arquivo e cola aqui

faça mesmo com o arquivo mirrorlist

sudo nano /etc/pacman.d/mirrorlist



Keep it simple stupid!

pacman.config
<#
# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system archlinux-keyring manjaro-keyring
#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
# We cannot check disk space from within a chroot environment
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 Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

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

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
Include = /etc/pacman.d/mirrorlist

[multilib]
SigLevel = PackageRequired
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>





############ Mirror list ################
<##
## Manjaro Linux repository mirrorlist
## Generated on 01 March 2017 00:01
##
## Use pacman-mirrors to modify
##

## Country : Brasil
## Response time : 0.171
## Last sync : 20:24h
Server = http://linorg.usp.br/manjaro/stable/$repo/$arch

## Country : Canada
## Response time : 0.502
## Last sync : 20:24h
Server = http://manjaro.cybr.ca/stable/$repo/$arch

## Country : Canada
## Response time : 0.525
## Last sync : 20:24h
Server = http://ca.mirror.babylon.network/manjaro/stable/$repo/$arch

## Country : Chile
## Response time : 0.525
## Last sync : 20:24h
Server = http://manjaro.dcc.uchile.cl/stable/$repo/$arch

## Country : United_States
## Response time : 0.527
## Last sync : 20:25h
Server = http://mirror.jmu.edu/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.550
## Last sync : 20:25h
Server = http://mirror.solarvps.com/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.554
## Last sync : 20:25h
Server = http://mirror.nexcess.net/manjaro/stable/$repo/$arch

## Country : Ecuador
## Response time : 0.559
## Last sync : 20:24h
Server = http://mirror.cedia.org.ec/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.564
## Last sync : 20:25h
Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch

## Country : Colombia
## Response time : 0.565
## Last sync : 20:24h
Server = http://mirror.edatel.net.co/manjaro/stable/$repo/$arch

## Country : Ecuador
## Response time : 0.571
## Last sync : 20:24h
Server = http://mirror.uta.edu.ec/manjaro/stable/$repo/$arch

## Country : Ecuador
## Response time : 0.574
## Last sync : 20:24h
Server = http://mirror.espoch.edu.ec/manjaro/stable/$repo/$arch

## Country : France
## Response time : 0.609
## Last sync : 20:24h
Server = http://mirror.lignux.com/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.616
## Last sync : 20:25h
Server = http://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.620
## Last sync : 20:25h
Server = http://mirror.clarkson.edu/manjaro/stable/$repo/$arch

## Country : France
## Response time : 0.633
## Last sync : 20:24h
Server = http://manjarolinux.polymorf.fr/stable/$repo/$arch

## Country : Germany
## Response time : 0.633
## Last sync : 20:24h
Server = http://mirror.netzspielplatz.de/manjaro/packages/stable/$repo/$arch

## Country : France
## Response time : 0.637
## Last sync : 20:24h
Server = http://fr.mirror.babylon.network/manjaro/stable/$repo/$arch

## Country : Germany
## Response time : 0.645
## Last sync : 20:24h
Server = http://mirror.netcologne.de/manjaro/stable/$repo/$arch

## Country : Austria
## Response time : 0.651
## Last sync : 20:24h
Server = http://mirror.inode.at/manjaro/stable/$repo/$arch

## Country : Germany
## Response time : 0.651
## Last sync : 20:24h
Server = http://mirror.ragenetwork.de/manjaro/stable/$repo/$arch

## Country : Germany
## Response time : 0.659
## Last sync : 20:24h
Server = http://repo.stdout.net/manjaro/stable/$repo/$arch

## Country : France
## Response time : 0.673
## Last sync : 20:24h
Server = http://ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch

## Country : Germany
## Response time : 0.682
## Last sync : 20:24h
Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch

## Country : Denmark
## Response time : 0.688
## Last sync : 20:24h
Server = http://mirrors.dotsrc.org/manjaro/stable/$repo/$arch

## Country : Germany
## Response time : 0.692
## Last sync : 20:24h
Server = http://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch

## Country : United_Kingdom
## Response time : 0.694
## Last sync : 20:25h
Server = http://manjaro.mirrors.uk2.net/stable/$repo/$arch

## Country : Bulgaria
## Response time : 0.701
## Last sync : 20:24h
Server = http://mirrors.netix.net/manjaro/stable/$repo/$arch

## Country : Czech
## Response time : 0.709
## Last sync : 20:24h
Server = http://mirror.dkm.cz/manjaro/stable/$repo/$arch

## Country : Netherlands
## Response time : 0.716
## Last sync : 20:24h
Server = http://nl.mirror.babylon.network/manjaro/stable/$repo/$arch

## Country : Bulgaria
## Response time : 0.719
## Last sync : 20:24h
Server = http://manjaro.ipacct.com/manjaro/stable/$repo/$arch

## Country : United_Kingdom
## Response time : 0.719
## Last sync : 20:25h
Server = http://repo.manjaro.org.uk/stable/$repo/$arch

## Country : United_Kingdom
## Response time : 0.719
## Last sync : 20:25h
Server = http://www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch

## Country : Germany
## Response time : 0.721
## Last sync : 20:24h
Server = http://manjaro-mirror-a.alpix.eu/stable/$repo/$arch

## Country : United_Kingdom
## Response time : 0.723
## Last sync : 20:25h
Server = http://mirror.catn.com/pub/manjaro/stable/$repo/$arch

## Country : Belarus
## Response time : 0.724
## Last sync : 20:24h
Server = http://mirror.datacenter.by/pub/mirrors/manjaro/stable/$repo/$arch

## Country : Netherlands
## Response time : 0.737
## Last sync : 20:24h
Server = http://ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch

## Country : Bulgaria
## Response time : 0.739
## Last sync : 20:24h
Server = http://manjaro.telecoms.bg/stable/$repo/$arch

## Country : Sweden
## Response time : 0.742
## Last sync : 20:25h
Server = http://mirror.zetup.net/manjaro/stable/$repo/$arch

## Country : Ireland
## Response time : 0.747
## Last sync : 20:24h
Server = http://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch

## Country : Portugal
## Response time : 0.757
## Last sync : 20:25h
Server = http://repo.barata.website/stable/$repo/$arch

## Country : Sweden
## Response time : 0.768
## Last sync : 20:25h
Server = http://ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch

## Country : Italy
## Response time : 0.775
## Last sync : 20:24h
Server = http://ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

## Country : Italy
## Response time : 0.781
## Last sync : 20:24h
Server = http://ba.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

## Country : Romania
## Response time : 0.781
## Last sync : 20:25h
Server = http://mirrors.serverhost.ro/manjaro/packages/stable/$repo/$arch

## Country : Russia
## Response time : 0.781
## Last sync : 20:25h
Server = http://mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch

## Country : Italy
## Response time : 0.791
## Last sync : 20:24h
Server = http://manjaro.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

## Country : Turkey
## Response time : 0.820
## Last sync : 20:25h
Server = http://ftp.linux.org.tr/manjaro/stable/$repo/$arch

## Country : China
## Response time : 0.822
## Last sync : 20:24h
Server = http://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch

## Country : Netherlands
## Response time : 0.850
## Last sync : 20:24h
Server = http://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch

## Country : Japan
## Response time : 0.862
## Last sync : 20:24h
Server = http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch

## Country : Japan
## Response time : 0.867
## Last sync : 20:24h
Server = http://ftp.riken.jp/Linux/manjaro/stable/$repo/$arch

## Country : Australia
## Response time : 0.889
## Last sync : 20:24h
Server = http://manjaro.mirror.serversaustralia.com.au/stable/$repo/$arch

## Country : Australia
## Response time : 0.911
## Last sync : 20:24h
Server = http://manjaro.uberglobalmirror.com/stable/$repo/$arch

## Country : China
## Response time : 0.925
## Last sync : 20:24h
Server = http://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch

## Country : Africa
## Response time : 0.993
## Last sync : 20:24h
Server = http://mirror.is.co.za/mirrors/manjaro.org/stable/$repo/$arch

## Country : Indonesia
## Response time : 1.060
## Last sync : 20:24h
Server = http://kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch

## Country : Philippines
## Response time : 1.093
## Last sync : 20:24h
Server = http://mirror.rise.ph/manjaro/stable/$repo/$arch

## Country : Hungary
## Response time : 1.272
## Last sync : 20:24h
Server = http://mirror.infotronik.hu/mirrors/pub/manjaro/stable/$repo/$arch

## Country : United_States
## Response time : 0.630
## Last sync : 75:23h
Server = http://distro.ibiblio.org/manjaro/stable/$repo/$arch

## Country : Portugal
## Response time : 0.814
## Last sync : 75:22h
Server = http://ftp.dei.uc.pt/pub/linux/manjaro/stable/$repo/$arch

## Country : China
## Response time : 0.832
## Last sync : 75:22h
Server = http://ftp.cuhk.edu.hk/pub/Linux/manjaro/stable/$repo/$arch

## Country : Greece
## Response time : 0.867
## Last sync : 75:22h
Server = http://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch

## Country : Romania
## Response time : 0.885
## Last sync : 75:22h
Server = http://ftp.lug.ro/manjaro/stable/$repo/$arch

## Country : Australia
## Response time : 0.889
## Last sync : 75:21h
Server = http://mirror.ventraip.net.au/Manjaro/stable/$repo/$arch

## Country : Taiwan
## Response time : 0.900
## Last sync : 75:23h
Server = http://free.nchc.org.tw/manjaro/stable/$repo/$arch

## Country : Indonesia
## Response time : 1.036
## Last sync : 75:22h
Server = http://kambing.ui.ac.id/manjaro/stable/$repo/$arch

## Country : Indonesia
## Response time : 1.047
## Last sync : 75:22h
Server = http://jaran.undip.ac.id/manjaro/stable/$repo/$arch

## Country : Chile
## Response time : 1.427
## Last sync : 75:22h
Server = http://doge.ing.puc.cl/Mirrors/Manjaro/stable/$repo/$arch

## Country : Germany
## Response time : 5.746
## Last sync : 75:22h
Server = http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch>;


6. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 09/03/2017 - 16:23h



[custom]
SigLevel = Optional TrustAll
Server = file:///home/custompkgs>

Tá vendo essa parte coloca um jogo jogo da velha no início das três linhas e salva o arquivo se estiver usando o nano aperta CTRL+X
e confirma que quer salvar.

O arquivo deve ficar assim:

#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs>


Keep it simple stupid!


7. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode s

Caio César Couto
caiocouto

(usa Manjaro Linux)

Enviado em 09/03/2017 - 17:19h

Ghost_Shell escreveu:



[custom]
SigLevel = Optional TrustAll
Server = file:///home/custompkgs>

Tá vendo essa parte coloca um jogo jogo da velha no início das três linhas e salva o arquivo se estiver usando o nano aperta CTRL+X
e confirma que quer salvar.

O arquivo deve ficar assim:

#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs>


Keep it simple stupid!


Deu certo, cara!!!
Muito obrigado...
Agora estou atualizando a distro pelo PAMAC por que dizem que não é bom eu ficar usando o comando: sudo pacman -Syyu pra atualizar...
Mais uma pergunta...
Tu é só usuario ou tu é programador ou algum sinonimo do tipo?

Agraçecido irmão... Muito obrigado!!
Terminando a atualização eu marco como resolvido.


8. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 09/03/2017 - 17:26h

caiocouto escreveu:

Ghost_Shell escreveu:



[custom]
SigLevel = Optional TrustAll
Server = file:///home/custompkgs>

Tá vendo essa parte coloca um jogo jogo da velha no início das três linhas e salva o arquivo se estiver usando o nano aperta CTRL+X
e confirma que quer salvar.

O arquivo deve ficar assim:

#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs>


Keep it simple stupid!


Deu certo, cara!!!
Muito obrigado...
Agora estou atualizando a distro pelo PAMAC por que dizem que não é bom eu ficar usando o comando: sudo pacman -Syyu pra atualizar...
Mais uma pergunta...
Tu é só usuario ou tu é programador ou algum sinonimo do tipo?

Agraçecido irmão... Muito obrigado!!
Terminando a atualização eu marco como resolvido.


Não tem problema atualizar pelo terminal: O pacman é o gerenciador do Archlinux e eu não conheço ninguém no archlinux que usa pamac.

sudo pacman -Syy && sudo pacman -Syu

Vlw.

Keep it simple stupid!


9. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Caio César Couto
caiocouto

(usa Manjaro Linux)

Enviado em 09/03/2017 - 23:53h

agora tá dando isso:

:: Sincronizando a base de dados de pacotes...
erro: falha ao obter o arquivo "core.db" de linorg.usp.br : The requested URL returned error: 404
core 137,1 KiB 183K/s 00:01 [##############################################] 100%
erro: falha ao obter o arquivo "extra.db" de linorg.usp.br : The requested URL returned error: 404
extra 1776,0 KiB 247K/s 00:07 [##############################################] 100%
erro: falha ao obter o arquivo "community.db" de linorg.usp.br : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
community 4,1 MiB 303K/s 00:14 [##############################################] 100%
erro: falha ao obter o arquivo "multilib.db" de linorg.usp.br : The requested URL returned error: 404
multilib 181,4 KiB 458K/s 00:00 [##############################################] 100%
:: Sincronizando a base de dados de pacotes...
erro: falha ao obter o arquivo "core.db" de linorg.usp.br : The requested URL returned error: 404
core está atualizado
erro: falha ao obter o arquivo "extra.db" de linorg.usp.br : The requested URL returned error: 404
extra está atualizado
erro: falha ao obter o arquivo "community.db" de linorg.usp.br : The requested URL returned error: 404
community está atualizado
erro: falha ao obter o arquivo "multilib.db" de linorg.usp.br : The requested URL returned error: 404
multilib está atualizado
:: Iniciando atualização completa do sistema...
:: Substituir manjaro-welcome por extra/manjaro-hello? [S/n] s
resolvendo dependências...
procurando por pacotes conflitantes...

Pacotes (186) alsa-utils-1.1.3-2 bash-4.4.012-2 bluedevil-1:5.9.3-1 bluez-5.44-1 bluez-libs-5.44-1 breath-icon-theme-0.2.0-3
breeze-5.9.3-1 breeze-gtk-5.9.3-1 breeze-kde4-5.9.3-1 btrfs-progs-4.9.1-1 bzip2-1.0.6-6
ca-certificates-mozilla-3.29.1-1 cmake-3.7.2-1 cpupower-4.10-1 cups-filters-1.13.4-1 cups-pdf-3.0.1-1
curl-7.53.1-1 dbus-1.10.16-1 drkonqi-5.9.3-1 fixesproto-5.0+9+g4292ec1-1 git-2.12.0-1 glib2-2.50.3-1
gnupg-2.1.19-1 gparted-0.28.1-1 graphene-1.6.0-1 gssproxy-0.6.2-1 gst-libav-1.10.4-1 gst-plugins-bad-1.10.4-1
gst-plugins-base-1.10.4-1 gst-plugins-base-libs-1.10.4-1 gst-plugins-good-1.10.4-1 gst-plugins-ugly-1.10.4-1
gstreamer-1.10.4-1 gtk-update-icon-cache-3.22.9+2+gaebe3a74ec-1 gtk3-3.22.9+2+gaebe3a74ec-1 guile-2.0.14-1
harfbuzz-1.4.3-1 harfbuzz-icu-1.4.3-1 hunspell-en-2017.01.22-2 hunspell-en_GB-2017.01.22-2
hunspell-en_US-2017.01.22-2 hwinfo-21.38-1 imagemagick-6.9.7.10-1 inkscape-0.92.1-1 iproute2-4.10.0-2
jsoncpp-1.8.0-1 kactivitymanagerd-5.9.3-1 kde-cli-tools-5.9.3-1 kde-gtk-config-5.9.3-1 kdecoration-5.9.3-1
kdelibs-4.14.29-2 kdeplasma-addons-5.9.3-1 kgamma5-5.9.3-1 khotkeys-5.9.3-1 kinfocenter-5.9.3-1.1 kio-5.31.0-2
kmenuedit-5.9.3-1 kmod-24-1 kpackage-5.31.0-2 kscreen-5.9.3-1 kscreenlocker-5.9.3-1 ksshaskpass-5.9.3-1
ksysguard-5.9.3-1 kuiserver-5.9.3-1 kwallet-pam-5.9.3-1 kwayland-integration-5.9.3-1 kwin-5.9.3-1 kwrited-5.9.3-1
lib32-libx11-1.6.5-1 lib32-mesa-17.0.1-1 lib32-util-linux-2.29.2-1 libao-1.2.2-1 libarchive-3.3.1-4
libdatrie-0.2.10-2 libdc1394-2.2.5-1 libdvbpsi-1:1.3.1-1 libepoxy-1.4.1-1 libfbclient-2.5.7.27050-1
libgpg-error-1.27-1 libinput-1.6.2-1 libkscreen-5.9.3-1 libksysguard-5.9.3-1 libnm-1.6.2-3 libnm-glib-1.6.2-3
libssh-0.7.4-2 libupnp-1.6.21-1 libutil-linux-2.29.2-1 libuv-1.11.0-1 libwacom-0.24-1 libx11-1.6.5-1
linux-firmware-20170217.12987ca-2 linux41-4.1.38-2 linux44-4.4.52-1 linux44-ndiswrapper-1.61-7
linux44-r8168-8.043.02-7 linux44-virtualbox-host-modules-5.1.14-5 manjaro-documentation-20170305-1
manjaro-hello-0.4.11-0 manjaro-release-17.0-1 manjaro-settings-manager-0.5.1-1 manjaro-settings-manager-kcm-0.5.1-1
manjaro-settings-manager-knotifier-0.5.1-1 manjaro-welcome-20161130-1 [remover] marble-16.12.2-3
marble-common-16.12.2-3 marble-data-16.12.2-3 mesa-17.0.1-1 mhwd-0.5.9-3 mhwd-db-0.5.9-4 mhwd-nvidia-1:375.39-1
milou-5.9.3-1 mlt-6.4.1-4 mono-4.8.0.495-1 mpd-0.20.5-1 nano-2.7.5-1 nbd-3.15.2-1 networkmanager-1.6.2-3
nfs-utils-2.1.1-2 nss-3.29.1-1 octopi-cachecleaner-0.8.7-2 octopi-notifier-frameworks-0.8.7-2
octopi-pacmanhelper-0.8.7-2 octopi-repoeditor-0.8.7-2 oxygen-5.9.3-1 oxygen-kde4-5.9.3-1 pamac-4.3.0-2
pamac-tray-appindicator-4.3.0-2 pango-1.40.4-1 pangox-compat-0.0.2+2+gedb9e09-2 perl-libwww-6.19-2
perl-net-http-6.13-1 perl-try-tiny-0.28-1 phonon-qt4-4.9.1-2 phonon-qt4-gstreamer-4.9.0-2 phonon-qt5-4.9.1-2
phonon-qt5-gstreamer-4.9.0-2 pkcs11-helper-1.22-1 plasma-desktop-5.9.3-1 plasma-integration-5.9.3-1
plasma-nm-5.9.3-1 plasma-pa-5.9.3-1 plasma-workspace-5.9.3-1 plasma-workspace-wallpapers-5.9.3-1
plasma5-themes-breath-0.2.0-3 polkit-kde-agent-5.9.3-1 poppler-0.52.0-1 poppler-glib-0.52.0-1 poppler-qt5-0.52.0-1
powerdevil-5.9.3-1 pyqt5-common-5.8-1 python-appdirs-1.4.2-1 python-chardet-2.3.0-4 python-pyqt5-5.8-1
python-setuptools-1:34.3.1-1 python-sip-4.19.1-1 qca-qt4-2.1.3-1 qca-qt5-2.1.3-1 qjson-0.9.0-1 qt5-base-5.8.0-7
qt5-webengine-5.8.0-3 sddm-kcm-5.9.3-1 signon-ui-0.17+20150611-1 sip-4.19.1-1 snappy-1.1.4-1 sqlite-3.17.0-1
startup-notification-0.12-5 steam-manjaro-1.0.0.54-6 syslinux-6.03-7 systemsettings-5.9.3-1 tslib-1.6-1
tzdata-2017a-1 udiskie-1.6.1-1 user-manager-5.9.3-1 util-linux-2.29.2-1 v4l-utils-1.12.3-1 virtualbox-5.1.14-3
wayland-1.13.0-1 webkit2gtk-2.14.5-1 wget-1.19.1-2 wine-staging-nine-2.2-1
xf86-video-intel-1:2.99.917+760+ge9cd8c21-1 xine-lib-1.2.8-1 xorg-server-1.19.2-1 xorg-server-common-1.19.2-1
xorg-sessreg-1.1.1-1 yaourt-1.8.1-2

Tamanho total instalado: 2342,07 MiB
Alteração no tamanho: 57,52 MiB

:: Continuar a instalação? [S/n] s
(185/185) verificando chaves no chaveiro [##############################################] 100%
(185/185) verificando integridade do pacote [##############################################] 100%
(185/185) carregando arquivos do pacote [##############################################] 100%
(185/185) verificando conflitos de arquivo [##############################################] 100%
erro: falha em submeter a transação (arquivos conflitantes)
xorg-server: /usr/lib/xorg/modules/extensions/libglx.so existe no sistema de arquivos
Ocorreram erros e, portanto, nenhum pacote foi atualizado.



10. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode s

carlos reis
slblxs

(usa Funtoo)

Enviado em 10/03/2017 - 06:54h

caiocouto escreveu:

agora tá dando isso:

:: Sincronizando a base de dados de pacotes...
erro: falha ao obter o arquivo "core.db" de linorg.usp.br : The requested URL returned error: 404
core 137,1 KiB 183K/s 00:01 [##############################################] 100%
erro: falha ao obter o arquivo "extra.db" de linorg.usp.br : The requested URL returned error: 404
extra 1776,0 KiB 247K/s 00:07 [##############################################] 100%
erro: falha ao obter o arquivo "community.db" de linorg.usp.br : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
community 4,1 MiB 303K/s 00:14 [##############################################] 100%
erro: falha ao obter o arquivo "multilib.db" de linorg.usp.br : The requested URL returned error: 404
multilib 181,4 KiB 458K/s 00:00 [##############################################] 100%
:: Sincronizando a base de dados de pacotes...
erro: falha ao obter o arquivo "core.db" de linorg.usp.br : The requested URL returned error: 404
core está atualizado
erro: falha ao obter o arquivo "extra.db" de linorg.usp.br : The requested URL returned error: 404
extra está atualizado
erro: falha ao obter o arquivo "community.db" de linorg.usp.br : The requested URL returned error: 404
community está atualizado
erro: falha ao obter o arquivo "multilib.db" de linorg.usp.br : The requested URL returned error: 404
multilib está atualizado
:: Iniciando atualização completa do sistema...
:: Substituir manjaro-welcome por extra/manjaro-hello? [S/n] s
resolvendo dependências...
procurando por pacotes conflitantes...

Pacotes (186) alsa-utils-1.1.3-2 bash-4.4.012-2 bluedevil-1:5.9.3-1 bluez-5.44-1 bluez-libs-5.44-1 breath-icon-theme-0.2.0-3
breeze-5.9.3-1 breeze-gtk-5.9.3-1 breeze-kde4-5.9.3-1 btrfs-progs-4.9.1-1 bzip2-1.0.6-6
ca-certificates-mozilla-3.29.1-1 cmake-3.7.2-1 cpupower-4.10-1 cups-filters-1.13.4-1 cups-pdf-3.0.1-1
curl-7.53.1-1 dbus-1.10.16-1 drkonqi-5.9.3-1 fixesproto-5.0+9+g4292ec1-1 git-2.12.0-1 glib2-2.50.3-1
gnupg-2.1.19-1 gparted-0.28.1-1 graphene-1.6.0-1 gssproxy-0.6.2-1 gst-libav-1.10.4-1 gst-plugins-bad-1.10.4-1
gst-plugins-base-1.10.4-1 gst-plugins-base-libs-1.10.4-1 gst-plugins-good-1.10.4-1 gst-plugins-ugly-1.10.4-1
gstreamer-1.10.4-1 gtk-update-icon-cache-3.22.9+2+gaebe3a74ec-1 gtk3-3.22.9+2+gaebe3a74ec-1 guile-2.0.14-1
harfbuzz-1.4.3-1 harfbuzz-icu-1.4.3-1 hunspell-en-2017.01.22-2 hunspell-en_GB-2017.01.22-2
hunspell-en_US-2017.01.22-2 hwinfo-21.38-1 imagemagick-6.9.7.10-1 inkscape-0.92.1-1 iproute2-4.10.0-2
jsoncpp-1.8.0-1 kactivitymanagerd-5.9.3-1 kde-cli-tools-5.9.3-1 kde-gtk-config-5.9.3-1 kdecoration-5.9.3-1
kdelibs-4.14.29-2 kdeplasma-addons-5.9.3-1 kgamma5-5.9.3-1 khotkeys-5.9.3-1 kinfocenter-5.9.3-1.1 kio-5.31.0-2
kmenuedit-5.9.3-1 kmod-24-1 kpackage-5.31.0-2 kscreen-5.9.3-1 kscreenlocker-5.9.3-1 ksshaskpass-5.9.3-1
ksysguard-5.9.3-1 kuiserver-5.9.3-1 kwallet-pam-5.9.3-1 kwayland-integration-5.9.3-1 kwin-5.9.3-1 kwrited-5.9.3-1
lib32-libx11-1.6.5-1 lib32-mesa-17.0.1-1 lib32-util-linux-2.29.2-1 libao-1.2.2-1 libarchive-3.3.1-4
libdatrie-0.2.10-2 libdc1394-2.2.5-1 libdvbpsi-1:1.3.1-1 libepoxy-1.4.1-1 libfbclient-2.5.7.27050-1
libgpg-error-1.27-1 libinput-1.6.2-1 libkscreen-5.9.3-1 libksysguard-5.9.3-1 libnm-1.6.2-3 libnm-glib-1.6.2-3
libssh-0.7.4-2 libupnp-1.6.21-1 libutil-linux-2.29.2-1 libuv-1.11.0-1 libwacom-0.24-1 libx11-1.6.5-1
linux-firmware-20170217.12987ca-2 linux41-4.1.38-2 linux44-4.4.52-1 linux44-ndiswrapper-1.61-7
linux44-r8168-8.043.02-7 linux44-virtualbox-host-modules-5.1.14-5 manjaro-documentation-20170305-1
manjaro-hello-0.4.11-0 manjaro-release-17.0-1 manjaro-settings-manager-0.5.1-1 manjaro-settings-manager-kcm-0.5.1-1
manjaro-settings-manager-knotifier-0.5.1-1 manjaro-welcome-20161130-1 [remover] marble-16.12.2-3
marble-common-16.12.2-3 marble-data-16.12.2-3 mesa-17.0.1-1 mhwd-0.5.9-3 mhwd-db-0.5.9-4 mhwd-nvidia-1:375.39-1
milou-5.9.3-1 mlt-6.4.1-4 mono-4.8.0.495-1 mpd-0.20.5-1 nano-2.7.5-1 nbd-3.15.2-1 networkmanager-1.6.2-3
nfs-utils-2.1.1-2 nss-3.29.1-1 octopi-cachecleaner-0.8.7-2 octopi-notifier-frameworks-0.8.7-2
octopi-pacmanhelper-0.8.7-2 octopi-repoeditor-0.8.7-2 oxygen-5.9.3-1 oxygen-kde4-5.9.3-1 pamac-4.3.0-2
pamac-tray-appindicator-4.3.0-2 pango-1.40.4-1 pangox-compat-0.0.2+2+gedb9e09-2 perl-libwww-6.19-2
perl-net-http-6.13-1 perl-try-tiny-0.28-1 phonon-qt4-4.9.1-2 phonon-qt4-gstreamer-4.9.0-2 phonon-qt5-4.9.1-2
phonon-qt5-gstreamer-4.9.0-2 pkcs11-helper-1.22-1 plasma-desktop-5.9.3-1 plasma-integration-5.9.3-1
plasma-nm-5.9.3-1 plasma-pa-5.9.3-1 plasma-workspace-5.9.3-1 plasma-workspace-wallpapers-5.9.3-1
plasma5-themes-breath-0.2.0-3 polkit-kde-agent-5.9.3-1 poppler-0.52.0-1 poppler-glib-0.52.0-1 poppler-qt5-0.52.0-1
powerdevil-5.9.3-1 pyqt5-common-5.8-1 python-appdirs-1.4.2-1 python-chardet-2.3.0-4 python-pyqt5-5.8-1
python-setuptools-1:34.3.1-1 python-sip-4.19.1-1 qca-qt4-2.1.3-1 qca-qt5-2.1.3-1 qjson-0.9.0-1 qt5-base-5.8.0-7
qt5-webengine-5.8.0-3 sddm-kcm-5.9.3-1 signon-ui-0.17+20150611-1 sip-4.19.1-1 snappy-1.1.4-1 sqlite-3.17.0-1
startup-notification-0.12-5 steam-manjaro-1.0.0.54-6 syslinux-6.03-7 systemsettings-5.9.3-1 tslib-1.6-1
tzdata-2017a-1 udiskie-1.6.1-1 user-manager-5.9.3-1 util-linux-2.29.2-1 v4l-utils-1.12.3-1 virtualbox-5.1.14-3
wayland-1.13.0-1 webkit2gtk-2.14.5-1 wget-1.19.1-2 wine-staging-nine-2.2-1
xf86-video-intel-1:2.99.917+760+ge9cd8c21-1 xine-lib-1.2.8-1 xorg-server-1.19.2-1 xorg-server-common-1.19.2-1
xorg-sessreg-1.1.1-1 yaourt-1.8.1-2

Tamanho total instalado: 2342,07 MiB
Alteração no tamanho: 57,52 MiB

:: Continuar a instalação? [S/n] s
(185/185) verificando chaves no chaveiro [##############################################] 100%
(185/185) verificando integridade do pacote [##############################################] 100%
(185/185) carregando arquivos do pacote [##############################################] 100%
(185/185) verificando conflitos de arquivo [##############################################] 100%
erro: falha em submeter a transação (arquivos conflitantes)
xorg-server: /usr/lib/xorg/modules/extensions/libglx.so existe no sistema de arquivos
Ocorreram erros e, portanto, nenhum pacote foi atualizado.



Faz uma coisa abre o terminal no Manjaro, eu tenho Manjaro num Asus com 10 anos. E segue os comandos que vou escrever;


- sudo pacman-mirrors -g -b stable -c Brasil ( neste caso para utilizar os mirrors do seu pais )
- sudo pacman -Syyu



11. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode s

carlos reis
slblxs

(usa Funtoo)

Enviado em 10/03/2017 - 08:08h

Se não resultar lembrei-me agora que no desktop, tenho Arch linux e também estava com esse problema e no Manjaro parece que também está. Eu fiz com os comandos abaixo e resultou, testa e vê se resolve;


- sudo pacman -Syyu --force


Atenção que este comando só se deve utilizar, quando não existir outras soluções, como parece ser este o caso. Porque o risco de quebrares todo o sistema é grande. Mas no meu caso bastou escrever esse comando no terminal e resultou.


12. Re: (HELP) falha ao preparar a transação (não foi possível encontrar a base de dados) - O que pode ser?

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 10/03/2017 - 11:36h


Segundo o próprio fórum do manjaro isso é conflito com aquele instalador de drivers ou hardware sei lá do manjaro. Não uso manjaro então não posso fazer testes ou me aprofundar no problema. Eu nunca vi isso acontecer no Arch mas enfim.

O pessoal do fórum alguns deletaram o link simbolico , outros fizeram como o colega e forçaram, mas dizem que depois o mhwd sobrescrevia de novo. O último e que eu acho mais lógico ele fez um chroot fez o downgrade dentro do chroot e depois o update. Vou deixar o link do fórum do manjaro.

https://forum.manjaro.org/t/unstable-xorg-server-libglx-so-file-conflict-during-mesa-17-0-update/178...

Keep it simple stupid!



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts