[SOLVED] Pacman not working after updating.

While I'm trying to resolve issue "package-query: requires pacman<3.6", I did wrong that entering "pacman-key --init" right after upgrading pacman. Now it neither upgrade nor install programs.
pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Name or service not known
error: failed retrieving file 'core.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru; Name or service not known
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Name or service not known
error: failed retrieving file 'extra.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru; Name or service not known
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Name or service not known
error: failed retrieving file 'community.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru; Name or service not known
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
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/
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#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
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists
# PGP signature checking
# NOTE: None of this will work without running `pacman-key --init` first.
# The compiled in default is equivalent to the following line. This requires
# you to locally sign and trust packager keys using `pacman-key` for them to be
# considered valid.
#SigLevel = Optional TrustedOnly
# If you wish to check signatures but avoid local sign and trust issues, use
# the following line. This will treat any key imported into pacman's keyring as
# trusted.
#SigLevel = Optional TrustAll
# For now, off by default unless you read the above.
SigLevel = Never
# 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]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[core]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[community]
#SigLevel = PackageOptional
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
Last edited by bilgee0629 (2012-02-06 13:34:40)

Gcool wrote:
Could you post the output of the following commands:
* ifconfig -a
* cat /etc/resolv.conf
* ping mirrors.kernel.org
* ping 8.8.8.8
* tail -50 /var/log/pacman.log
1) 
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
inet6 fe80::ea9a:8fff:fe63:6190 prefixlen 64 scopeid 0x20<link>
ether e8:9a:8f:63:61:90 txqueuelen 1000 (Ethernet)
RX packets 6820 bytes 1956857 (1.8 MiB)
RX errors 48 dropped 1 overruns 0 frame 46
TX packets 3693 bytes 398312 (388.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 1 collisions 48
device interrupt 43
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 26 bytes 2052 (2.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 26 bytes 2052 (2.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492 metric 1
inet 49.0.145.198 netmask 255.255.255.255 destination 8.8.8.8
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 3103 bytes 1539691 (1.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3589 bytes 312371 (305.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4098<BROADCAST,MULTICAST> mtu 1500 metric 1
ether d0:df:9a:30:2d:8e txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
2)
nameserver 202.72.241.5
nameserver 203.34.37.3
3)
PING mirrors.us.kernel.org (149.20.4.71) 56(84) bytes of data.
64 bytes from mirrors2.kernel.org (149.20.4.71): icmp_req=1 ttl=53 time=241 ms
64 bytes from mirrors2.kernel.org (149.20.4.71): icmp_req=2 ttl=53 time=242 ms
64 bytes from mirrors2.kernel.org (149.20.4.71): icmp_req=3 ttl=53 time=242 ms
^C
--- mirrors.us.kernel.org ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 241.653/242.080/242.345/0.504 ms
4)
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=255 time=10.3 ms
64 bytes from 8.8.8.8: icmp_req=2 ttl=255 time=11.4 ms
64 bytes from 8.8.8.8: icmp_req=3 ttl=255 time=210 ms
64 bytes from 8.8.8.8: icmp_req=4 ttl=255 time=7.34 ms
64 bytes from 8.8.8.8: icmp_req=5 ttl=255 time=10.6 ms
^C
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 7.349/50.062/210.542/80.252 ms
5)
[2012-02-06 17:58] Running 'pacman -Rdd package-query'
[2012-02-06 17:59] removed package-query (0.9-1)
[2012-02-06 17:59] Running 'pacman -Syu'
[2012-02-06 17:59] synchronizing package lists
[2012-02-06 18:11] upgraded linux-api-headers (3.0.1-1 -> 3.1.6-1)
[2012-02-06 18:11] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2012-02-06 18:11] Generating locales...
[2012-02-06 18:11] en_US.UTF-8... done
[2012-02-06 18:11] en_US.ISO-8859-1... done
[2012-02-06 18:11] Generation complete.
[2012-02-06 18:11] upgraded glibc (2.14-6 -> 2.15-4)
[2012-02-06 18:11] upgraded libarchive (2.8.5-2 -> 3.0.3-3)
[2012-02-06 18:11] installed pth (2.0.7-4)
[2012-02-06 18:11] installed gnupg (1.4.12-1)
[2012-02-06 18:11] installed libksba (1.2.0-1)
[2012-02-06 18:11] installed libassuan (2.0.3-1)
[2012-02-06 18:11] installed pinentry (0.8.1-3)
[2012-02-06 18:11] installed dirmngr (1.1.0-3)
[2012-02-06 18:11] installed gnupg2 (2.0.18-1)
[2012-02-06 18:11] installed gpgme (1.3.1-2)
[2012-02-06 18:11] >>> Run `pacman-key --init` to set up your pacman keyring.
[2012-02-06 18:11] upgraded pacman (3.5.4-4 -> 4.0.1-4)
[2012-02-06 18:12] Running 'pacman -S firefo'
[2012-02-06 18:13] Running 'pacman -S firefox'
[2012-02-06 18:13] Running 'pacman -S package-query'
[2012-02-06 18:13] Running 'pacman -Syu'
[2012-02-06 18:13] synchronizing package lists

Similar Messages

  • [SOLVED] KDE not working after update to 4.4.4

    Hi all,
    I've update KDE to version 4.4.4 from 4.4.3. For my suprice when I've restart my ntb and login into KDE everything what I've got was just white screen with red squares in places where were plasmoids and systray placed. Does someone have similar issues?.. Now I will try to start it with empty .kde4 folder.
    Last edited by v3s (2010-06-02 15:21:53)

    v3s wrote:Now I will try to start it with empty .kde4 folder.
    this won't work neither... I tried it already. It seems like some plasma libraries are broken. I hope this will be fixed soon.

  • [Solved] Deluge Not Working After Update. Some glib error.

    Here's my error: http://pastebin.com/m1ca1471c
    What should I do?
    Last edited by Loafers (2009-12-14 06:51:30)

    eschew wrote:If you don't have librsvg installed (check with pacman -Qs librsvg), try installing it (pacman -S librsvg) and see if that fixes it.
    Thanks!  I had it installed already but when I reinstalled it, it worked for some reason...

  • My 4g not working after update to ISO 7`0`3

    the internet conection 4G not working After update to ISO 7-0-3 please what can i do to solv the poplem

    Hi there tarig azhari,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/TS3780
    -Griff W. 

  • My new iPad sound is not working after updating to ios 6.1

    My new iPad sound not working after updating to ios 6.1. Headphones are working fine. I tried all the troubleshoot. can anyone know the answer, plz share with me

    Hi,
    I have exactly the same issue as everyone above. I only get sound through the slider on the ringtone in settings and through my headphones. I do not get any sound anywhere else at all.
    I Have tried:
    - Updating to iOS 6.1.3
    -re starting the device
    -checking that the device is not muted. My slider switch is set to mute rather than lock and is unmuted.
    -going into general settings and reset all settings
    -the device reset several times (waiting until I saw the all important apple logo)
    -removing the last few apps I installed.
    Nothing at all has worked, please help!
    New iPadiPad

  • Iphone 4 personal Hotspot not working after update to IOS 7.1 India BSNL cellular

    Iphone 4 personal Hotspot not working after update to IOS 7.1 India BSNL cellular

    BSNL is not a supported carrier. Personal Hotspot requires carrier support and provisioning of the account to enable it. iOS 7.1 disabled the ability to manually configure Personal Hotspot on unsupported carriers.

  • HT1688 My Hot Spot does not work after update to 6.0.1.  Service is with ATT.  Apple says problem is with ATT, ATT says problem is with Apple.  Anyone else having this problem?

    My Hot Spot does not work after update to 6.0.1.  Any suggestions?

    Ok, I had the same issue, my phone is unlocked(iphone 5 with 6.1.3). So I went to the apple store and had it replaced. it worked good for a day and started doing the same thing. When the apple tech replaced my phone, he transfered my screen protector to the new one.
    so I thought it was my sim card, I put in my sisters sim card from a different carrier and it did the same, so then I was like let me take off the screen protector, and that was it.
    so guys, if you have a screen protector on your phone and it's doing "low signal", "No Service", "Searching", "Full bars cycle" then take off the screen protector. so far my phone is working normal.

  • Click to activate does not work after update

    Click to activate plugin does not work after updating to version 23.0.1

    hello Kamullia, if you have set click-to-play to true in about:config you can now go to the ''addons-manager > plugins'' section and set the permissions individually for each plugin type.

  • WiFi iPhone 4S does not work after update iOS 6.0

    WiFi iPhone 4S does not work after update iOS 6.0

    This sounds more like a hardware issue.
    Have you checked that the dock connector port is not dirty?

  • 3G is not working after updating to iOS 6.1

    My 3G connection is not working after updating to iOS 6.1. I have tried all possible solutions like resetting the network, restarting the phone etc.
    With this kind of bugs in every update, Apple will no more be THE Apple.
    There are bugs which have not been fixed even in the subsequent updates. SMSs going blank being one of them.
    Miss you Sir Jobs.....

    I have since managed to sort mine out - when the phone was updated it wiped out the network settings. 
    I was able to reset them by manually putting the information in:
    Settings - General - Cellular - Cellular Data Network and then I put in the correct details for APN, username and Password in the relevant sections and now it works OK.
    Hopefully it will work for others too

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • My wi-fi on my iPhone 4S is not working after updating to ios7 and is a few weeks out of warranty, the Apple store wants me to pay £160 for a new one, are they joking?!

    My wi-fi on my iPhone 4S is not working after updating to ios7 which was working perfectly fine before. It is a few weeks out of warranty now and the Apple store wants me to pay £160 for a new one, are they joking?!

    Hi there Juicy Guava,
    You may find the troubleshooting steps in the article below helpful.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    -Griff W. 

  • Anyone else's iPhone 4s speaker not working after update to iOS 6.1?

    My speaker does not work after updating the software to iOS 6.1. No sound for incoming calls or texts, no speakerphone, no siri, no music or any sounds played from apps. Headphones still work as does anything plugged into the headphone jack. I've check all my settings - everything is correct. I've rebooted and restored settings several times, I've docked it - nothing works.
    Anyone else having this problem? Did anyone have this problem and were able to fix it? Does anyone know if Apple is aware and will be sending another update to fix it? I really don't think it's a hardware problem. Phone is in immaculate condition and never dropped or spilled on.

    As stated...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere

  • Iphone 4s Cellular data not working after updating to ios 6.0 .

    How to fix my cellular data, is not working after updating to IOS 6.0 ?

    Hey my wifi quit about a month ago,  and im running 5.1.1.  I thought the fix would be to download 6.0,  I guess not
    I have a 4s, first it was charging problems now this...argh!

  • Head phone volume controls are not working after updating to ios 6.1 y?

    head phone volume controls are not working after updating to ios 6.1 y?

    I have tried my head phone with other iphone still the same problem may be my head phones has been not working need to chek my iphone with other head phones which are working

Maybe you are looking for

  • Problems solved: Ipod touch 4th gen not recognized in itunes on windows 8 laptop

    Hi everyone, Since the latest update of itunes I have been having trouble trying to sync my ipod touch 16gb (4th gen) with my laptop which I recently updated to windows 8.1. For a week now I been hitting my head for updating both my laptop and the it

  • Freakish MX440 T8X problems

    Okay chaps, maybe one of you can give me some clues here... I bought two of these cards from eBuyer, and built two PCs using them. The only difference was the first one had Win XP, the second had 98SE... and didn't work properly! Now, I know I'm a lu

  • COPA vs. BCS design decisions (ex. profitability by customer in BCS)

    We are trying to meet a business goal of identifying gross profit by customer. We realize "customer" as a field in BCS is problematic, so we are thinking of only storing certain customers in BCS with a catch-all "Others" customer - with the goal of k

  • What's a nice FHS-compliant spot to put all my media?

    I recently migrated from Ubuntu to Arch and am loving it so far (although I have nothing bad to say about Ubuntu). I got almost everything set up how I want it, except all my music/movies/videos/etc. In Ubuntu I just put it all in my home folder but

  • Deleting damaged or incomplete file,application,etc.

    Hello all, If you ever need help deleting a pesky file that is incomplete or damaged, just follow these simple instructions. 1. Locate file 2. Open Terminal (Finder -> Terminal) 3. Drag the file you are trying to delete into Terminal; this should ope