[Solved] Pacman unable to look up keys remotely

My [testing] install has been running pacman 4 ever since Allan put a provisional package up for testing (outside the [testing] repo). The key verification worked okay.
However, I am not able to upgrade any more packages it seems, due to pacman being unable to look up the keys online. I don't know if the gnupg 2 move has anything to do with it. I already tried changing the key server in /etc/pacman.d/gnupg/gpg.conf from the default one to the MIT one (which seems to be a lot more responsive). That doesn't help any.
This is what pacman spits out:
error: libnfs: key "DB323392796CA067" is unknown
error: key "DB323392796CA067" could not be looked up remotely
error: afpfs-ng: key "DB323392796CA067" is unknown
error: key "DB323392796CA067" could not be looked up remotely
error: libshairport: key "DB323392796CA067" is unknown
error: key "DB323392796CA067" could not be looked up remotely
error: xbmc: key "DB323392796CA067" is unknown
error: key "DB323392796CA067" could not be looked up remotely
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
Curiously, all those packages are xbmc 11.0 and its new dependencies. It's just one key. I ran pacman-key -u and it says there is no need for updating (I may be misled about the purpose of the -u option though ).
Any pointers?
Last edited by .:B:. (2012-03-28 14:16:38)

Thanks.
Too bad there was nothing about that on the general dev ML, or I must have overlooked it. I have followed the discussion about dropping the gnupg 1.4 branch, but no mention whatsoever of this breakage that the patch mentioned in the dev ML will fix.
Last edited by .:B:. (2012-03-28 14:21:46)

Similar Messages

  • [SOLVED] Pacman is unable to look up keys?

    Hi there,
    I'm using Arch Linux for a while, and I'm using pacman 4.0 as well as key signing. It works without any problems, and I run system upgrades every 3 days or so.
    Today i just want to initiate the upgrade with "pacman -Syu" as usual, but pacman refuses it because it is unable to check the keys. Since it did work perfectly before, I - of course - did pacman key initialization and configured the pacman.conf properly.
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    warning: dependency cycle detected:
    warning: udev will be installed before its util-linux dependency
    looking for inter-conflicts...
    Targets (25): binutils-2.22-5 coreutils-8.16-2 dhcpcd-5.5.6-1 expat-2.1.0-1
    filesystem-2012.2-4 gcc-4.7.0-3 gcc-libs-4.7.0-3 glibc-2.15-10
    gnutls-3.0.18-1 kmod-7-2 krb5-1.10.1-2 libarchive-3.0.4-1
    libltdl-2.4.2-5 libpng-1.5.10-1 libtool-2.4.2-5 linux-3.2.14-1
    linux-api-headers-3.3-1 mkinitcpio-0.8.6-2 pcmciautils-018-4
    perl-net-ssleay-1.46-1 syslinux-4.05-4 syslog-ng-3.3.4-5
    tzdata-2012c-1 udev-181-9 util-linux-2.21.1-2
    Total Installed Size: 245.35 MiB
    Net Upgrade Size: 5.96 MiB
    Proceed with installation? [Y/n] y
    (25/25) checking package integrity [######################] 100%
    error: libarchive: key "5C2E46A0F53A76ED" is unknown
    error: key "5C2E46A0F53A76ED" could not be looked up remotely
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    My pacman.conf looks like this (important parts)
    # 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
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageOptional
    Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageOptional
    Include = /etc/pacman.d/mirrorlist
    gpg.conf
    no-greeting
    no-permission-warning
    lock-never
    keyserver hkp://keys.gnupg.net
    keyserver-options timeout=10
    I also tried increasing the timeout and changing the keyserver to hkp://pgp.mit.edu:11371, as adviced in other threads, but no help.
    Cleaning the caches with pacman -Sc didn't help ether. I also restarted the system several times, but no success.
    Any help? Thanks!
    Last edited by silentsnake (2012-04-07 14:56:24)

    Cleaning the cache with pacman -Sc will leave the most recent downloaded version there, so delete the package manually from the cache and run pacman -Syu again.

  • [SOLVED] Pacman won't look up gpg keys

    Ever since I upgraded gnupg/gpgme today, pacman won't look up (or rather fail looking up) any missing GPG keys. Relevant part of pacman's output:
    debug: checking signature for /var/cache/pacman/pkg/privoxy-3.0.19-2-i686.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: C06086337C50773E
    debug: summary: key missing
    debug: status: No public key
    debug: timestamp: 1328647189
    debug: exp_timestamp: 0
    debug: validity: unknown; reason: Success
    debug: key lookup failed, unknown key
    debug: signature is not valid
    debug: looking up key C06086337C50773E locally
    debug: key lookup failed, unknown key
    error: privoxy: key "C06086337C50773E" is unknown
    debug: looking up key C06086337C50773E remotely
    debug: key lookup failed, unknown key
    debug: looking up key 7C50773E remotely
    debug: key lookup failed, unknown key
    debug: gpg error: End of file
    error: key "C06086337C50773E" could not be looked up remotely
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    Failing to import the key directly through pacman, I tried
    pacman-key --recv-key C06086337C50773E
    which successfully added the key to my keyring.
    I could then install the package. I also tried switching to different keyserves, but without success.
    Everything pacman{, -key} related worked fine until the update, but I can't say for certain that it was the gnupg/gpgme update that broke something.
    Does anyone else have this issue or is there something wrong with my setup? I already thought of opening a bug report, but I want to make sure it's not my fault.
    btw: Hi, everyone :)
    Last edited by vehk (2012-03-28 07:54:28)

    This wasn't explicitly stated above, but to do the manual import with pacman-key, I had to prefix the fingerprint with 0x, as so:
    $ sudo pacman-key -r 0x5C2E46A0F53A76ED
    However, the default keyserver is giving me problems currently:
    $ sudo pacman-key -r 0x5C2E46A0F53A76ED
    Password:
    gpg: requesting key F53A76ED from hkp server keys.gnupg.net
    gpgkeys: HTTP fetch error 7: couldn't connect: End of file
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    ==> ERROR: Remote key not fetched correctly from keyserver.
    So in the end, I used a different keyserver:
    sudo pacman-key -r 0x5C2E46A0F53A76ED --keyserver hkp://subkeys.pgp.net
    Hope that helps anyone else.

  • [SOLVED] Pacman unable to install packages due to invalid or corrup...

    Hullo,
    I know this is a common error judging by the results google lists for that subject. But all sollutions I found don't work for my specific case.
    My battery died on my laptop and when I rebooted and tried to install a package pacman complained the database was locked (can't remember if I was installing something or else while my battery died, happend while I was away).
    So since I've just rebooted I deleted the lock-file by hand. Now when ever I tried to install something it would complain:
    error: xyz: signature from "xyz @ zyx" is unknown trust
    :: File /var/cache/pacman/pkg/packagexyz.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n] y
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    So I removed /etc/pacman.d/gnupg, cleared the package-cache and ran pacman-key --init:
    gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
    gpg: no ultimately trusted keys found
    gpg: Generating pacman keyring master key...
    gpg: key B99666F8 marked as ultimately trusted
    gpg: Done
    ==> Updating trust database...
    gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
    followed by pacman-key --populate archlinux:
    ==> Appending keys from archlinux.gpg...
    gpg: no valid OpenPGP data found.
    ==> Updating trust database...
    gpg: no need for a trustdb check
    and pacman-key --refresh-keys:
    gpg: refreshing 1 key from hkp://pool.sks-keyservers.net
    gpg: requesting key B99666F8 from hkp server pool.sks-keyservers.net
    gpgkeys: key AA3E1E751B31AB9C2E6CDA64F2A911E7B99666F8 can't be retrieved
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    ==> ERROR: A specified local key could not be updated from a keyserver.
    It looks like it's not doing much. Anyway, trying to install packages or upgrading the system results in me having to import a bunch of keys and then failing with the before mentioned error.
    Anything I can do?
    Thanks
    Last edited by hachel (2014-02-24 11:50:56)

    Rexilion wrote:Reinstall archlinux-keyring maybe? And then perform the commands you listed earlier.
    Worked, thank you!

  • [Solved] Pacman -Su stuck at downloading required keys

    With updating my system (with pacman -Syu), pacman seems stuck with the last operation "Checking keys in the keyring". What I see is:
    (167/167) checking keys in keyring                                 [####################################] 100%
    downloading required keys...
    After 20 minutes or so I killed the process and initialized the keyring from scratch, following the instructions on the wiki, hoping this would give some clues. Unfortunately, this problem still persists.
    Any suggestions on what may be the problem, or how to fix it?
    Last edited by Floris (2015-02-12 14:04:31)

    Thanks for that hint. The debug showed that it was fetching a key remotely, and then nothing. With that, I was able to find this similar thread on this forum. I followed the suggested procedure:
    mauritiusdadd wrote:# rm -R /etc/pacman.d/gnupg/
    # rm -R /root/.gnupg/  # only if the directory exists
    # gpg --refresh-keys
    # pacman-key --init && pacman-key --populate
    # pacman-key --refresh-keys
    and it solved the stall. I think that the second instruction really helped, because I did rebuild the keychain multiple times today. Apparently something was cached in the .gnupg folder that might have interfered.
    Thanks!
    Last edited by Floris (2015-02-12 16:54:23)

  • [SOLVED] Pacman Key Signing Strange Activity

    Hi,
    I was just setting up the package verification system with pacman when I noticed it was doing something unusual.  When I ran:
    pacman-key --init
    instead of waiting for entropy, it just returned the prompt.  Next, when I ran:
    pacman-key --populate archlinux
    it seemed to go through the entire signing process itself, stating that they didn't need to be signed again (sorry for the vagueness as I can't fetch exactly what it said by redirecting it into a file or something).  The point is, usually I have to confirm each signature.
    Is this normal?
    Last edited by Mindstormscreator (2012-08-26 15:42:40)

    Does the contents of /etc/pacman.d/gnupg look normal? You could compare that directory with the one on the live media (diff -rq) to test that theory.
    When I set up package signing, I think I signed five master keys manually which I'd compared from two somewhat independent sources. After that, I don't remember having to *sign* any more signatures but only to confirm it was OK to import them. And now pacman seems to handle much of that automatically... But it is hard to imagine it would be meant to sign the master keys automatically since that would seem to undermine the point of having them in the first place.
    On a fresh install, too, the init should take longer because so little is going on. (Hence all the threads here about it hanging because people haven't read the instructions for creating entropy .)

  • AzCopy worked, suddenly stopped working, unable to connect to the remote server

    AzCopy was working fine, I was transferring about 670 files to my Azure Files storage account on "https://blah.file.core.windows.net/myshare" (that's not the real account), then it stopped after about 400 files.
    Now it continually gives the error "Error parsing destination location
    https://blah.file.core.windows.net/myshare: Unable to connect to the remote server."
    However it works from a different computer with a completely different IP address in another part of the country.
    I am 100% sure my azcopy command is correct, because it worked for about 400 files then stopped, and the exact same command no longer works.  I have tried it with both the primary and secondary keys.  I've uninstalled and reinstalled azcopy 4.1
    and that doesn't help.
    Is Azure blocking IPs somehow?  What could be wrong?

    Hi,
    I am glad to hear that you have solved your issue, thanks for posting, if you have any difficulty in future, we welcome you to post in forums again.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [Solved] HPLIP unable to communicate HP printer Officejet 6500 E710A-F

    Hi,
    I have installed PyQt, CUPS and HPLIP and their dependencies from the Arch Repo. When I run "hp-setup", it reported
    warning: Qt/PyQt 4 initialization failed.
    error: hp-setup requires GUI support (try running with --qt3). Also, try using interactive (-i) mode.
    I ran "hp-check -t", it reported
    hp-check[24505]: info: :
    hp-check[24505]: info: :HP Linux Imaging and Printing System (ver. 3.13.5)
    hp-check[24505]: info: :Dependency/Version Check Utility ver. 15.1
    hp-check[24505]: info: :
    hp-check[24505]: info: :Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
    hp-check[24505]: info: :This software comes with ABSOLUTELY NO WARRANTY.
    hp-check[24505]: info: :This is free software, and you are welcome to distribute it
    hp-check[24505]: info: :under certain conditions. See COPYING file for more details.
    hp-check[24505]: info: :
    hp-check[24505]: info: :Note: hp-check can be run in three modes:
    hp-check[24505]: info: :1. Compile-time check mode (-c or --compile): Use this mode before compiling the
    hp-check[24505]: info: :HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
    hp-check[24505]: info: :are installed to successfully compile HPLIP.
    hp-check[24505]: info: :2. Run-time check mode (-r or --run): Use this mode to determine if a distro
    hp-check[24505]: info: :supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball
    hp-check[24505]: info: :has the proper dependencies installed to successfully run.
    hp-check[24505]: info: :3. Both compile- and run-time check mode (-b or --both) (Default): This mode
    hp-check[24505]: info: :will check both of the above cases (both compile- and run-time dependencies).
    hp-check[24505]: info: :
    hp-check[24505]: info: :Check types:
    hp-check[24505]: info: :a. EXTERNALDEP - External Dependencies
    hp-check[24505]: info: :b. GENERALDEP - General Dependencies (required both at compile and run time)
    hp-check[24505]: info: :c. COMPILEDEP - Compile time Dependencies
    hp-check[24505]: info: :d. [All are run-time checks]
    hp-check[24505]: info: :PYEXT SCANCONF QUEUES PERMISSION
    hp-check[24505]: info: :
    hp-check[24505]: info: :Status Types:
    hp-check[24505]: info: : OK
    hp-check[24505]: info: : MISSING - Missing Dependency or Permission or Plug-in
    hp-check[24505]: info: : INCOMPAT - Incompatible dependency-version or Plugin-version
    hp-check[24505]: info: :
    warning: arch distro is not found in AUTH_TYPES
    warning: unknown-0.0 version is not supported. Using unknown-0 versions dependencies to verify and install...
    hp-check[24505]: info: :
    hp-check[24505]: info: :---------------
    hp-check[24505]: info: :| SYSTEM INFO |
    hp-check[24505]: info: :---------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : Kernel: 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 GNU/Linux
    Host: ddreamer_S3
    Proc: 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 GNU/Linux
    Distribution: unknown 0.0
    hp-check[24505]: info: : Bitness: 64 bit
    hp-check[24505]: info: :
    hp-check[24505]: info: :-----------------------
    hp-check[24505]: info: :| HPLIP CONFIGURATION |
    hp-check[24505]: info: :-----------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: :HPLIP-Version: HPLIP 3.13.5
    hp-check[24505]: info: :HPLIP-Home: /usr/share/hplip
    warning: HPLIP-Installation: Auto installation is not supported for unknown distro 0.0 version
    hp-check[24505]: info: :
    hp-check[24505]: info: :Current contents of '/etc/hp/hplip.conf' file:
    hp-check[24505]: info: :# hplip.conf. Generated from hplip.conf.in by configure.
    [hplip]
    version=3.13.5
    [dirs]
    home=/usr/share/hplip
    run=/var/run
    ppd=/usr/share/ppd/HP
    ppdbase=/usr/share/ppd
    doc=/usr/share/doc/hplip-3.13.5
    icon=/usr/share/applications
    cupsbackend=/usr/lib/cups/backend
    cupsfilter=/usr/lib/cups/filter
    drv=/usr/share/cups/drv/hp
    bin=/usr/bin
    # Following values are determined at configure time and cannot be changed.
    [configure]
    network-build=yes
    libusb01-build=no
    pp-build=yes
    gui-build=yes
    scanner-build=yes
    fax-build=yes
    dbus-build=yes
    cups11-build=no
    doc-build=yes
    shadow-build=no
    hpijs-install=yes
    foomatic-drv-install=yes
    foomatic-ppd-install=yes
    foomatic-rip-hplip-install=no
    hpcups-install=yes
    cups-drv-install=yes
    cups-ppd-install=yes
    internal-tag=3.13.5
    restricted-build=no
    ui-toolkit=qt4
    qt3=no
    qt4=yes
    policy-kit=no
    hpijs-only-build=no
    lite-build=no
    udev-acl-rules=yes
    udev_sysfs_rules=no
    hpcups-only-build=no
    hpijs-only-build=no
    hp-check[24505]: info: :
    hp-check[24505]: info: :Current contents of '/var/lib/hp/hplip.state' file:
    hp-check[24505]: info: :Plugins are not installed. Could not access file: 沒有此一檔案或目錄
    hp-check[24505]: info: :
    hp-check[24505]: info: :Current contents of '~/.hplip/hplip.conf' file:
    warning: Could not access file: 沒有此一檔案或目錄
    hp-check[24505]: info: : <Package-name> <Package-Desc> <Required/Optional> <Min-Version> <Installed-Version> <Status> <Comment>
    hp-check[24505]: info: :
    hp-check[24505]: info: :--------------------------
    hp-check[24505]: info: :| External Dependencies |
    hp-check[24505]: info: :--------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : gs Ghostscript REQUIRED 7.05 9.07 OK -
    hp-check[24505]: info: : network Network-wget OPTIONAL - 1.14 OK -
    hp-check[24505]: info: : dbus DBus REQUIRED - 1.6.10 OK -
    hp-check[24505]: info: : scanimage Shell-Scanning OPTIONAL 1.0 1.0.23 OK -
    hp-check[24505]: info: : policykit Admin-Policy-framework OPTIONAL - 0.110 OK -
    hp-check[24505]: info: : xsane SANE-GUI OPTIONAL 0.9 0.998 OK -
    hp-check[24505]: info: : cups CUPS REQUIRED 1.1 1.6.2 OK 'CUPS Scheduler is running'
    hp-check[24505]: info: :
    hp-check[24505]: info: :-------------------------
    hp-check[24505]: info: :| General Dependencies |
    hp-check[24505]: info: :-------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : error: reportlab Python-PDF-Lib OPTIONAL 2.0 - MISSING 'reportlab needs to be installed'
    hp-check[24505]: info: : libcrypto OpenSSL-Crypto-Lib REQUIRED - 1.0.1 OK -
    hp-check[24505]: info: : pil Python-Image-Lib OPTIONAL - 1.1.7 OK -
    hp-check[24505]: info: : error: pyqt4-dbus PyQt4-DBUS REQUIRED 4.0 - MISSING 'pyqt4-dbus needs to be installed'
    hp-check[24505]: info: : libjpeg JPEG-Lib REQUIRED - - OK -
    hp-check[24505]: info: : libpthread POSIX-Threads-Lib REQUIRED - 2.17 OK -
    hp-check[24505]: info: : python-dbus Python-DBUS REQUIRED 0.80.0 1.2.0 OK -
    hp-check[24505]: info: : python-devel Python-SDK REQUIRED 2.2 3.3.2 OK -
    hp-check[24505]: info: : error: pyqt4 Python-Qt4 REQUIRED 4.0 - MISSING -
    hp-check[24505]: info: : cups-devel CUPS-SDK REQUIRED - 1.6.2 OK -
    hp-check[24505]: info: : sane-devel SANE-SDK REQUIRED - 1.0.23 OK -
    hp-check[24505]: info: : libusb USB-Lib REQUIRED - 1.0 OK -
    hp-check[24505]: info: : sane Scan-Lib REQUIRED - 1.0.23 OK -
    hp-check[24505]: info: : cups-image CUPS-Image-Lib REQUIRED - 1.6.2 OK -
    hp-check[24505]: info: : libnetsnmp-devel SNMP-Networking-SDK REQUIRED 5.0.9 5.7.2 OK -
    hp-check[24505]: info: : python-xml Python-XML-Lib REQUIRED - 2.1.0 OK -
    hp-check[24505]: info: : python-notify Desktop-notifications OPTIONAL - - OK -
    hp-check[24505]: info: :
    hp-check[24505]: info: :------------------------------
    hp-check[24505]: info: :| Compile Time Dependencies |
    hp-check[24505]: info: :------------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : gcc gcc-Compiler REQUIRED - 4.8.1 OK -
    hp-check[24505]: info: : libtool Build-tools REQUIRED - 2.4.2 OK -
    hp-check[24505]: info: : make GNU-Build-tools REQUIRED 3.0 3.82 OK -
    hp-check[24505]: info: :
    hp-check[24505]: info: :----------------------
    hp-check[24505]: info: :| Python Extentions |
    hp-check[24505]: info: :----------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : cupsext CUPS-Extension REQUIRED - 3.13.5 OK -
    hp-check[24505]: info: : pcardext PhotoCard-Extension REQUIRED - 3.13.5 OK -
    hp-check[24505]: info: : hpmudext IO-Extension REQUIRED - 3.13.5 OK -
    hp-check[24505]: info: :
    hp-check[24505]: info: :-----------------------
    hp-check[24505]: info: :| Scan Configuration |
    hp-check[24505]: info: :-----------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: : error: hpaio HPLIP-SANE-Backend REQUIRED - 3.13.5 MISSING 'hpaio not found in /etc/sane.d/dll.conf. hpaio needs to be added in this file.'
    hp-check[24505]: info: : scanext Scan-SANE-Extension REQUIRED - 3.13.5 OK -
    hp-check[24505]: info: :
    hp-check[24505]: info: :------------------------------
    hp-check[24505]: info: :| DISCOVERED SCANNER DEVICES |
    hp-check[24505]: info: :------------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: :device `v4l:/dev/video0' is a Noname HD WebCam virtual device
    hp-check[24505]: info: :
    hp-check[24505]: info: :--------------------------
    hp-check[24505]: info: :| DISCOVERED USB DEVICES |
    hp-check[24505]: info: :--------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: :No devices found.
    hp-check[24505]: info: :
    hp-check[24505]: info: :---------------------------------
    hp-check[24505]: info: :| INSTALLED CUPS PRINTER QUEUES |
    hp-check[24505]: info: :---------------------------------
    hp-check[24505]: info: :
    hp-check[24505]: info: :
    hp-check[24505]: info: :Officejet_6500_E710a-f
    hp-check[24505]: info: :----------------------
    hp-check[24505]: info: :Type: Printer
    hp-check[24505]: info: :Device URI: hp:/net/Officejet_6500_E710a-f?zc=HP61A705
    hp-check[24505]: info: :PPD: /etc/cups/ppd/Officejet_6500_E710a-f.ppd
    hp-check[24505]: info: :PPD Description: HP Officejet 6500 e710a-f hpijs, 3.13.5
    hp-check[24505]: info: :Printer status: printer Officejet_6500_E710a-f is idle. enabled since 西元2013年06月22日 (週六) 23時23分50秒
    error: Unable to communicate with device (code=12): hp:/net/Officejet_6500_E710a-f?zc=HP61A705
    error: unable to open channel
    error: Communication status: Failed
    hp-check[24505]: info: :
    hp-check[24505]: info: :Officejet_6500_E710a-f_fax
    hp-check[24505]: info: :--------------------------
    hp-check[24505]: info: :Type: Fax
    hp-check[24505]: info: :Device URI: hpfax:/net/Officejet_6500_E710a-f?zc=HP61A705
    hp-check[24505]: info: :PPD: /etc/cups/ppd/Officejet_6500_E710a-f_fax.ppd
    hp-check[24505]: info: :PPD Description: HP Fax4 hpcups
    hp-check[24505]: info: :Printer status: printer Officejet_6500_E710a-f_fax is idle. enabled since 西元2013年06月22日 (週六) 23時24分08秒
    error: Unable to communicate with device (code=12): hpfax:/net/Officejet_6500_E710a-f?zc=HP61A705
    error: unable to open channel
    error: Communication status: Failed
    hp-check[24505]: info: :
    hp-check[24505]: info: :
    hp-check[24505]: info: :--------------
    hp-check[24505]: info: :| PERMISSION |
    hp-check[24505]: info: :--------------
    hp-check[24505]: info: :
    hp-check[24505]: info: :groups user-groups Required - - OK root bin daemon sys adm disk lp wheel log
    hp-check[24505]: info: :
    hp-check[24505]: info: :-----------
    hp-check[24505]: info: :| SUMMARY |
    hp-check[24505]: info: :-----------
    hp-check[24505]: info: :
    hp-check[24505]: info: :Missing Required Dependencies
    hp-check[24505]: info: :-----------------------------
    error: 'hpaio' package is missing/incompatible
    hp-check[24505]: info: :
    hp-check[24505]: info: :Missing Optional Dependencies
    hp-check[24505]: info: :-----------------------------
    hp-check[24505]: info: :None
    hp-check[24505]: info: :
    hp-check[24505]: info: :Total Errors: 6
    hp-check[24505]: info: :Total Warnings: 1
    hp-check[24505]: info: :
    hp-check[24505]: info: :Re-run 'hp-doctor' command to prompt and fix the issues.
    hp-check[24505]: info: :
    hp-check[24505]: info: :Done.
    Seems that I have to install pyqt4-dbus, but "pacman -S pyqt4-dbus" gave an error message that no package found.
    You may suggest me to run hp-setup in an text-mode by "hp-setup -i". I have gone through that without any error message. Somehow, hplip still couldn't communicate with the printer. That's why I try to set up the printer in a graphic mode.
    I just don't know how to setup the GUI mode for hplip. I have spent 2 whole days. Any useful help is appreciated.
    Last edited by ddreamer (2013-06-26 17:38:42)

    pyqt and python2-gobject2 have been installed. python-pyqt4 cannot be found in repo.
    Installing python2-qt showed
    Lots of curl errors: Not Found
    curl: (22) The requested URL returned error: 404 Not Found
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.tsukuba.wide.ad.jp
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    curl: (22) The requested URL returned error: 404 Not Found
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
    curl: (22) The requested URL returned error: 404 Not Found
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    curl: (22) The requested URL returned error: 404 Not Found
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
    curl: (22) The requested URL returned error: 404 Not Found
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 2547k 100 2547k 0 0 629k 0 0:00:04 0:00:04 --:--:-- 629k
    (2/2) 正在檢查鑰匙圈中的鑰匙 [#####################] 100%
    (2/2) 正在檢查軟體包完整性 [#####################] 100%
    錯誤:python2-sip: signature from "Andrea Scarpino (Arch Linux) <[email protected]>" is invalid
    :: /var/cache/pacman/pkg/python2-sip-4.14.6-1-x86_64.pkg.tar.xz 檔案毀損(套件不正確或損毀 (PGP 簽章))。
    你要刪除它嗎? [Y/n]
    This is my pacman.conf
    # /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/
    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
    This is my /etc/pacman.d/mirrorlist
    ## Arch Linux repository mirrorlist
    ## Sorted by mirror score from mirror status page
    ## Generated on 2013-05-01
    Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch
    Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
    Server = http://lug.mtu.edu/archlinux/$repo/os/$arch
    Server = http://archlinux.polymorf.fr/$repo/os/$arch
    ## Score: 0.5, Germany
    Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
    ## Score: 0.5, Netherlands
    Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
    ## Score: 0.5, France
    Server = http://archlinux.polymorf.fr/$repo/os/$arch
    ## Score: 0.5, Poland
    Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch
    ## Score: 0.7, Germany
    Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
    ## Score: 0.7, United States
    Server = http://lug.mtu.edu/archlinux/$repo/os/$arch
    ## Score: 0.7, Germany
    Server = http://archlinux.limun.org/$repo/os/$arch
    ## Score: 0.8, Belarus
    Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
    ## Score: 0.9, United States
    Server = http://hive.ist.unomaha.edu/archlinux/$repo/os/$arch
    ## Score: 0.9, United Kingdom
    Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
    ## Score: 0.9, Germany
    Server = http://mirror.1favre.de/$repo/os/$arch
    ## Score: 0.9, Germany
    Server = http://mirror.unitedcolo.de/archlinux/$repo/os/$arch
    ## Score: 0.9, France
    Server = http://miroir.ezvan.fr/archlinux/$repo/os/$arch
    ## Score: 0.9, Germany
    Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
    ## Score: 0.9, Netherlands
    Server = http://arch.apt-get.eu/$repo/os/$arch
    ## Score: 0.9, United Kingdom
    Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
    ## Score: 0.9, Germany
    Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    ## Score: 1.0, Greece
    Server = http://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
    ## Score: 1.0, United States
    Server = http://mirror.rit.edu/archlinux/$repo/os/$arch
    ## Score: 1.0, Italy
    Server = http://archlinux.openlabto.org/archlinux/$repo/os/$arch
    ## Score: 1.0, Germany
    Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
    ## Score: 1.0, Taiwan, Province of China
    Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
    ## Score: 1.0, France
    Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
    ## Score: 1.0, Sweden
    Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
    ## Score: 1.0, Denmark
    Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
    ## Score: 1.1, United States
    Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
    ## Score: 1.1, Poland
    Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
    ## Score: 1.1, Netherlands
    Server = http://fruk.org/archlinux/$repo/os/$arch
    ## Score: 1.1, Austria
    Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
    ## Score: 1.2, Switzerland
    Server = http://archlinux.puzzle.ch/$repo/os/$arch
    ## Score: 1.2, Czech Republic
    Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
    ## Score: 1.2, Netherlands
    Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
    ## Score: 1.2, Russian Federation
    Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
    ## Score: 1.2, France
    Server = http://mir.archlinux.fr/$repo/os/$arch
    ## Score: 1.2, Norway
    Server = http://mirror.archlinux.no/$repo/os/$arch
    ## Score: 1.3, Germany
    Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
    ## Score: 1.4, Belgium
    Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
    ## Score: 1.4, Australia
    Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
    ## Score: 1.4, Germany
    Server = http://ftp.neutrinopower.de/archlinux/$repo/os/$arch
    ## Score: 1.4, Brazil
    Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
    ## Score: 1.5, Germany
    Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
    ## Score: 1.6, Japan
    Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
    ## Score: 1.6, Germany
    Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
    ## Score: 1.6, United States
    Server = http://mirror.nexcess.net/archlinux/$repo/os/$arch
    ## Score: 1.6, United States
    Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
    ## Score: 1.6, Macedonia, The Former Yugoslav Republic of
    Server = http://arch.linux.net.mk/archlinux/$repo/os/$arch
    ## Score: 1.6, Brazil
    Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
    ## Score: 1.6, Germany
    Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
    ## Score: 1.7, Belarus
    Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
    ## Score: 1.7, Finland
    Server = http://mirror.archlinux.fi/archlinux/$repo/os/$arch
    ## Score: 1.7, United States
    Server = http://cake.lib.fit.edu/archlinux/$repo/os/$arch
    ## Score: 1.7, United States
    Server = http://mirror.umd.edu/archlinux/$repo/os/$arch
    ## Score: 1.7, Worldwide
    Server = http://mirror.brainfork.me/archlinux/$repo/os/$arch
    ## Score: 1.7, Sweden
    Server = http://ftp.portlane.com/pub/os/linux/archlinux/$repo/os/$arch
    ## Score: 1.7, Brazil
    Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
    ## Score: 1.8, Hungary
    Server = http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
    ## Score: 1.8, United States
    Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
    ## Score: 1.9, United States
    Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch
    ## Score: 1.9, United States
    Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
    ## Score: 1.9, United States
    Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
    ## Score: 1.9, United States
    Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch
    ## Score: 1.9, Czech Republic
    Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
    ## Score: 1.9, Germany
    Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
    ## Score: 2.0, Luxembourg
    Server = http://archlinux.mirror.root.lu/$repo/os/$arch
    ## Score: 2.0, Canada
    Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
    ## Score: 2.0, Latvia
    Server = http://archlinux.goodsoft.lv/$repo/os/$arch
    ## Score: 2.1, United Kingdom
    Server = http://mirror.cinosure.com/archlinux/$repo/os/$arch
    ## Score: 2.3, United States
    Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch
    ## Score: 2.3, Canada
    Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
    ## Score: 2.3, United Kingdom
    Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch
    ## Score: 2.3, Australia
    Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
    ## Score: 2.4, Israel
    Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
    ## Score: 2.5, Finland
    Server = http://mirror.academica.fi/archlinux/$repo/os/$arch
    ## Score: 2.5, Viet Nam
    Server = http://mirror-fpt-telecom.fpt.net/archlinux/$repo/os/$arch
    ## Score: 2.5, Germany
    Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
    ## Score: 2.5, Colombia
    Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
    ## Score: 2.6, Italy
    Server = http://mirrors.prometeus.net/archlinux/$repo/os/$arch
    ## Score: 2.6, United States
    Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
    ## Score: 2.7, Estonia
    Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
    ## Score: 2.7, Norway
    Server = http://archlinux.uib.no/$repo/os/$arch
    ## Score: 2.7, Netherlands
    Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
    ## Score: 2.7, Greece
    Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch
    ## Score: 2.8, Serbia
    Server = http://mirror.pmf.kg.ac.rs/archlinux/$repo/os/$arch
    ## Score: 3.0, United States
    Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
    ## Score: 3.1, United States
    Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
    ## Score: 3.2, Greece
    Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
    ## Score: 3.2, Greece
    Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
    ## Score: 3.2, Portugal
    Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/$arch
    ## Score: 3.2, United States
    Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch
    ## Score: 3.3, China
    Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
    ## Score: 3.4, China
    Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
    ## Score: 3.5, China
    Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
    ## Score: 3.6, China
    Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
    ## Score: 3.6, United States
    Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
    ## Score: 3.6, Germany
    Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
    ## Score: 3.8, Germany
    Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
    ## Score: 3.8, Sweden
    Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/$arch
    ## Score: 3.9, Ireland
    Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch
    ## Score: 4.0, Kazakhstan
    Server = http://archlinux.kz/$repo/os/$arch
    ## Score: 4.1, United States
    Server = http://mirrors.lax1.thegcloud.com/arch/$repo/os/$arch
    ## Score: 4.1, South Africa
    Server = http://ftp.wa.co.za/pub/archlinux/$repo/os/$arch
    ## Score: 4.1, Romania
    Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
    ## Score: 4.1, France
    Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
    ## Score: 4.4, Bulgaria
    Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
    ## Score: 4.8, Singapore
    Server = http://mirror.nus.edu.sg/archlinux/$repo/os/$arch
    ## Score: 4.8, New Caledonia
    Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch
    ## Score: 4.8, Australia
    Server = http://mirror.optus.net/archlinux/$repo/os/$arch
    ## Score: 5.0, United Kingdom
    Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
    ## Score: 5.1, Sweden
    Server = http://ftp.availo.se/archlinux/$repo/os/$arch
    ## Score: 5.1, France
    Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
    ## Score: 5.2, New Zealand
    Server = http://mirror.xnet.co.nz/pub/archlinux/$repo/os/$arch
    ## Score: 5.2, Russian Federation
    Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
    ## Score: 5.5, China
    Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
    ## Score: 5.5, China
    Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
    ## Score: 5.5, India
    Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
    ## Score: 5.7, China
    Server = http://mirrors6.ustc.edu.cn/archlinux/$repo/os/$arch
    ## Score: 6.8, United States
    Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
    ## Score: 7.4, United States
    Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch
    ## Score: 7.4, Australia
    Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
    ## Score: 7.4, Spain
    Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
    ## Score: 7.5, China
    Server = http://mirrors.163.com/archlinux/$repo/os/$arch
    ## Score: 7.6, Japan
    Server = http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/$repo/os/$arch
    ## Score: 7.9, Taiwan, Province of China
    Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch
    ## Score: 8.6, Turkey
    Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch
    ## Score: 8.7, United States
    Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
    ## Score: 8.8, Ukraine
    Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/$arch
    ## Score: 9.4, Indonesia
    Server = http://mirror.unej.ac.id/archlinux/$repo/os/$arch
    ## Score: 10.2, United States
    Server = http://archlinux.supsec.org/$repo/os/$arch
    ## Score: 12.5, Germany
    Server = http://artfiles.org/archlinux.org/$repo/os/$arch
    ## Score: 12.5, Kazakhstan
    Server = http://mirror.neolabs.kz/archlinux/$repo/os/$arch
    ## Score: 12.6, Australia
    Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
    ## Score: 12.7, Netherlands
    Server = http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/$repo/os/$arch
    ## Score: 12.7, Germany
    Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
    ## Score: 12.9, Canada
    Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
    ## Score: 12.9, Ukraine
    Server = http://mirrors.mithril.org.ua/linux/archlinux/$repo/os/$arch
    ## Score: 13.1, Germany
    Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
    ## Score: 13.3, Spain
    Server = http://osl.ugr.es/archlinux/$repo/os/$arch
    ## Score: 13.3, Sweden
    Server = http://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/$arch
    ## Score: 13.4, Germany
    Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
    ## Score: 13.6, Slovakia
    Server = http://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch
    ## Score: 15.3, Korea, Republic of
    Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
    ## Score: 16.6, Chile
    Server = http://mirror.archlinux.cl/$repo/os/$arch
    ## Score: 22.4, Uzbekistan
    Server = http://mirrors.st.uz/archlinux/$repo/os/$arch
    ## Score: 58.1, Sri Lanka
    Server = http://mirror.learn.ac.lk/archlinux/$repo/os/$arch
    Why should I do ?

  • SSRS 2012 with SharePoint 2010: Unable to connect to the remote server

    We had originally installed SSRS 2012 with SP 2010 and I did not like how the installation was configured, so we uninstalled everything and removed the SSRS server from the SharePoint farm and uninstalled all the SQL bits (SSRS was deployed to web tier in
    sharepoint mode).
    I've since added a new application server to host the SSRS SharePoint Mode and Installed the reporting services add-in on the WFE.   For reference, I have 1 WFE and 2 App Servers.  the WFE has the Reporting Service Add-in and both App Servers have
    the SharePoint mode of SSRS installed as described here: https://msdn.microsoft.com/en-us/library/hh479774(v=sql.110).aspx
    I've also installed the Service Application and all seems to work well up until I make an attempt to create a report or data source on the WFE.
    It looks like somewhere, the WFE is still looking to connect to the original SSRS machine we installed.  I've gone through registry, config files and the SharePoint config database to see if I can see where the reference value is.  Still can't
    find it anywhere.  None of the Reporting commandlets are helping.
    Technically what is occurring;
    Add Reporting service content types and create a New Reporting Data Source through UI
    ULS Logs go after the url: /_layouts/ReportServer/NewSharedDataSource.rsds
    Exception occurs after some time because it times out trying to connect to wrong host.  Exception below:
    Exception encountered for SOAP method GetSystemProperties: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <WRONG HOST IP>:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) -
    -- End of inner exception stack trace ---
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
    No powershell commands or any of the settings in the service application allow me to set this.  Any help would be appreciated.
    20 Bay Windows Home Server (Not Vail!)
    http://piroozjavan.blogspot.com/

    Issue an iisreset on the WFE, and validate that SSRS Service is running on the App servers.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • [Solved] pacman -Syyu sync's repository and then repoistory.db

    For instance I run 'pacman -Syyu' and it will then sync core, core.db, extra, etra.db and so on a so forth for all the repo's in my pacman.conf. It did not sync the .db on my last install which was up to date unitl I just did a fresh install using the archboot iso. I looked through the pacman.conf a few times and did not see anything obvious wrong to me. <-- not saying much
    I searched this section of the forum going back about 2 months figuring it has to do with signatures and found nothing. So i believe it means that either a) my last setup was incorrect. b) My searching skills are lacking.
    If this is normal that is fine, it doesn't bother me, was just curous about it.
    Cheers.
    Last edited by doug piston (2012-07-27 04:52:08)

    Sure and I apologize for the delay and not includung this information to begin with.
    ┌─[jarvis][watson][~]
    └──╼ sudo pacman -Syyu
    Password:
    :: Synchronizing package databases...
    core 107.7 KiB 146K/s 00:01 [-----------------------------------------------------------------------------------] 100%
    core.sig 4.2 KiB 44.9K/s 00:00 [-----------------------------------------------------------------------------------] 100%
    extra 1408.6 KiB 547K/s 00:03 [-----------------------------------------------------------------------------------] 100%
    extra.sig 4.2 KiB 44.6K/s 00:00 [-----------------------------------------------------------------------------------] 100%
    community 1765.5 KiB 762K/s 00:02 [-----------------------------------------------------------------------------------] 100%
    community.sig 4.2 KiB 42.5K/s 00:00 [-----------------------------------------------------------------------------------] 100%
    multilib 90.6 KiB 148K/s 00:01 [-----------------------------------------------------------------------------------] 100%
    multilib.sig 4.2 KiB 45.6K/s 00:00 [-----------------------------------------------------------------------------------] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    ┌─[jarvis][watson][~]
    └──╼ cat /etc/pacman.conf
    # /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/
    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
    ILoveCandy
    # 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 = Optional TrustedOnly
    # 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]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    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]
    #SigLevel = PackageRequired
    #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
    Also I was wrong it isn't repository.db but actually repository.sig

  • Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index

    I am running an SQL(CE) script to create a DB. All script commands succeed, but the DB get "broken" after creating the last costaint: after running the script, viewing table properties of Table2 and clicking on "Manage relations" gives the following error: Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index. Wondering what does that refer to...
    Here it is the script. Please note that no error is thrown by running the following queries (even from code that passing the queries by hand, one-by-one to sql server management studio).
    CREATE TABLE [table1] (
    [id_rubrica] numeric(18,0) NOT NULL
    , [id_campo] numeric(18,0) NOT NULL
    , [nome] nvarchar(100) NOT NULL
    GO
    ALTER TABLE [table1] ADD PRIMARY KEY ([id_rubrica],[id_campo]);
    GO
    CREATE UNIQUE INDEX [UQ__m_campi] ON [table1] ([id_campo] Asc);
    GO
    CREATE TABLE [table2] (
    [id_campo] numeric(18,0) NOT NULL
    , [valore] nvarchar(4000) NOT NULL
    GO
    ALTER TABLE [table2] ADD PRIMARY KEY ([id_campo],[valore]);
    GO
    ALTER TABLE [table2] ADD CONSTRAINT [campo_valoriFissi] FOREIGN KEY ([id_campo]) REFERENCES [table1]([id_campo]);
    GO
    Sid (MCP - http://www.sugata.eu)

    I know this is kind of old post, but did this realy solved your problem?
    I'm getting this same error message after adding a FK constraint via UI on VS2008 Server Explorer.
    I can add the constraint with no errors, but the constraint is not created on the DataSet wizard (strongly typed datasets on Win CE 6) and when I click "Manage Relations" on the "Table Properties" this error pop out:
    "InvalidArgument=Value or '0' is not valid for 'index'.
    Parameter name: index"
    Even after vreating my table with the relation in SQL the same occurs:
    CREATE TABLE pedidosRastreios (
        idPedidoRastreio INT NOT NULL IDENTITY PRIMARY KEY,
        idPedido INT NOT NULL CONSTRAINT FK_pedidosRastreios_pedidos REFERENCES pedidos(idPedido) ON DELETE CASCADE,
        codigo NVARCHAR(20) NOT NULL

  • Unable to SSH into both remote & VM machine server

    Unable to SSH into both remote & VM machine server
    Getting the message
    "fork failed: Resource temporarily unavailable"
    "ssh_exchange_identification: Connection closed by remote host"
    "ssh_exchange_identification: Connection closed by remote host"
    "ssh_exchange_identification: Connection closed by remote host"
    Please help.

    These are the processes  currently running: from top command.
    These are the ulimit -a settings
    This is the output of trying to ssh into local Ubuntu VM (I am able to login here via VirtualBox interface)
    $ssh -v -v -v [email protected]
    OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
    debug1: Reading configuration data /Users/spgen/.ssh/config
    debug1: /Users/spgen/.ssh/config line 1: Applying options for *
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 102: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Executing proxy command: exec ssh 10.0.2.15 -W 192.168.1.11:22
    debug1: permanently_drop_suid: 501
    debug1: identity file /Users/spgen/.ssh/id_rsa type -1
    debug1: identity file /Users/spgen/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/spgen/.ssh/id_dsa type -1
    debug1: identity file /Users/spgen/.ssh/id_dsa-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.2
    fork failed: Resource temporarily unavailable
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    This is the output of trying to SSH into remote AWS server. ( I am able to login through web interface here)
    $ssh -v -v -v -i /Users/spgen/pem-files/123.pem [email protected]
    OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
    debug1: Reading configuration data /Users/spg/.ssh/config
    debug1: /Users/spgen/.ssh/config line 1: Applying options for *
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 102: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Executing proxy command: exec ssh 10.0.2.15 -W 54.94.230.41:22
    debug3: Incorrect RSA1 identifier
    debug1: permanently_drop_suid: 501
    debug3: Could not load "/Users/spgen/pem-files/123.pem" as a RSA1 public key
    debug1: identity file /Users/spgen/pem-files/123.pem type -1
    debug1: identity file /Users/spgen/pem-files/123.pem-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.2
    fork failed: Resource temporarily unavailable
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host"
    I guess the processes is not the issue, but maybe something to do with ssh config files.
    As you rightly guessed 'fork failed' is  happening on the local system. Would appreciate any pointers.
    TIA.

  • [solved] Pacman Signatures not trusted

    ben@arch-desktop:~$ sudo pacman -S archlinux-keyring
    warning: archlinux-keyring-20131027-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): archlinux-keyring-20131027-1
    Total Installed Size: 0.55 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [#########################] 100%
    (1/1) checking package integrity [#########################] 100%
    error: archlinux-keyring: signature from "Pierre Schmitz <[email protected]>" is unknown trust
    :: File /var/cache/pacman/pkg/archlinux-keyring-20131027-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n] n
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    Tried deleting the /etc/pacman.d/gpupg and refreshing keys, no luck
    ben@arch-desktop:~$ sudo pacman-key --refresh-keys
    gpg: refreshing 4 keys from hkp://pool.sks-keyservers.net
    gpg: requesting key 1DBDE5EE from hkp server pool.sks-keyservers.net
    gpg: requesting key 653C3094 from hkp server pool.sks-keyservers.net
    gpg: requesting key 06361833 from hkp server pool.sks-keyservers.net
    gpg: requesting key 9741E8AC from hkp server pool.sks-keyservers.net
    gpgkeys: key 2DD280C54478C0000E232A734D090A9F1DBDE5EE not found on keyserver
    gpg: key 653C3094: "Vi0L0 <[email protected]>" not changed
    gpg: key 06361833: "Tom Gundersen <[email protected]>" not changed
    gpg: key 9741E8AC: "Pierre Schmitz <[email protected]>" not changed
    gpg: Total number processed: 3
    gpg: unchanged: 3
    ben@arch-desktop:~$ cat /etc/pacman.conf
    # /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/
    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 = linux linux-headers
    IgnoreGroup = xorg
    #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.
    [catalyst]
    SigLevel = Optional TrustAll
    #Server = http://catalyst.wirephire.com/repo/catalyst/$arch
    Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch
    #[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
    I'm at a loss, nothing on the wiki or forums or google seem to be a solution, any thoughts?  Thanks.
    EDIT: this is weird, ran pacman-key --populate archlinux and now it seems to work?  That was also on the list of things I had tried with no positive results... perhaps it was the order in which I did it?
    Last edited by hippieben (2014-01-05 01:40:04)

    Allan wrote:Try "pacman-key --populate archlinux"
    that's what did it.

  • [SOLVED] pacman says system is up to date

    Hello Archers,
    I've been using pacman to update this particular system with no problems until recently. It says "there is nothing to do," but I know at least that I have an old kernel (2.6.34.1-1). I've tried changing mirrors three times, refreshed the package lists each time, and cleared the package cache. The /var/lib/pacman/local directory looks OK except for the outdated files. The latest date on those files is August 3, but that was when I installed new packages rather than updated; the rest of the entries are from July.
    P.S. I believe pacman is able to sync the repos but not actually update anything.
    Any advice would be appreciated.
    EDIT: [SOLVED]
    Last edited by ktkhuong (2010-08-08 08:27:41)

    Thanks, you're right. I can't believe that many U.S. mirrors are out of date without mention on the front page or in the forums (or did I miss it?). I was able to update as usual on another Arch system, however, which probably defaulted to one of the few good mirrors.
    Anyone know when the situation will be resolved?
    EDIT: Thanks for the info, mcmillan.
    Last edited by ktkhuong (2010-08-08 04:07:13)

  • [Solved] Pacman Issue

    After attempting to run the command pacman -Syu, I got this error:
    Proceed with installation? [Y/n] y
    (60/60) checking package integrity [######################] 100%
    error: amsn: signature from "Jaroslav Lichtblau (trusted user) <[email protected]>" is unknown trust
    error: libglapi: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: libgl: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: ati-dri: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: bash: signature from "Allan McRae <[email protected]>" is unknown trust
    error: util-linux: signature from "Tom Gundersen <[email protected]>" is unknown trust
    error: systemd-tools: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: bluez: signature from "Tom Gundersen <[email protected]>" is unknown trust
    error: libx11: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: mesa: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: clutter: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: clutter-gst: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: colord: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: consolekit: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: device-mapper: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: cryptsetup: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: db: signature from "Stphane Gaudreault <[email protected]>" is unknown trust
    error: e2fsprogs: signature from "Ronald van Haren <[email protected]>" is unknown trust
    error: eog-plugins: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: gnome-user-docs: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: gpm: signature from "Eric Belanger <[email protected]>" is unknown trust
    error: gvfs: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: gvfs-obexftp: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: perl: signature from "Florian Pritz <[email protected]>" is unknown trust
    error: vim-runtime: signature from "Thomas Dziedzic <[email protected]>" is unknown trust
    error: gvim: signature from "Thomas Dziedzic <[email protected]>" is unknown trust
    error: imagemagick: signature from "Eric Belanger <[email protected]>" is unknown trust
    error: initscripts: signature from "Tom Gundersen <[email protected]>" is unknown trust
    error: intel-dri: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: libatasmart: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: libcanberra: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: libpulse: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: libcanberra-pulse: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: libldap: signature from "Stphane Gaudreault <[email protected]>" is unknown trust
    error: libpipeline: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: libproxy: signature from "Evangelos Foutras <[email protected]>" is unknown trust
    error: libsystemd: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: libtasn1: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: libxaw: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: libxft: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: lvm2: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: mkinitcpio-busybox: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: mkinitcpio: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: net-snmp: signature from "Evangelos Foutras <[email protected]>" is unknown trust
    error: perl-xml-parser: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: pixman: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: procps-ng: signature from "Eric Belanger <[email protected]>" is unknown trust
    error: pulseaudio: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: run-parts: signature from "Pierre Schmitz <[email protected]>" is unknown trust
    error: xcb-util: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: startup-notification: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: sudo: signature from "Allan McRae <[email protected]>" is unknown trust
    error: svga-dri: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: udisks: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: vte-common: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: vte3: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: xf86-video-ati: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: xf86-video-intel: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: xorg-server-common: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: xorg-server: signature from "Andreas Radke <[email protected]>" is unknown trust
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    I looked around to see if others had the same issues, but none of their solutions worked for me. I do not have a pacman.conf.pacnew file. Here is my pacman.config file:
    # /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/
    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
    # By default, pacman accepts packages signed by keys that its local keyring
    # Misc options
    #UseSyslog
    #UseDelta
    #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 = Optional TrustedOnly
    # 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]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    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]
    #SigLevel = PackageRequired
    #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
    Any help at all will be greatly appreciated.
    EDIT: I realized I misunderstood one of the posts on the forum I saw previously. I fixed the issue by setting SigLevel = Optional TrustAll. I thought it meant only in one place, not each package I'm using. Sorry for the inconvienence.
    Last edited by Inxsible (2012-06-04 22:35:26)

    Next time, please use [ code ] tags, not [ quote ] tags
    like this
    https://bbs.archlinux.org/help.php#bbcode
    so the code is more readable and longer listing are nicely scrollable.

Maybe you are looking for

  • How do I find komakai who has answered my question with 3 replies , I cant find my original thread or komakai what is wrong with me?

    An extension that I apparently downloaded 18 months ago has just started to play up and is preventing me accessing the net with Firefox. Komakai (bless his heart) has suggested a couple of solutions. I tried them an now want to get back to him with u

  • How to pre - load all database rows into cache

    Hi All, The below is my cache configuration, I would like to know how to load all the database rows/specified number of rows into the cache. <?xml version="1.0"?> <!DOCTYPE cache-config SYSTEM "cache-config.dtd"> <cache-config> <caching-scheme-mappin

  • Oracle 9i and Pro*Cobol

    We are in the process of Database upgrades and a pro*cobol program which was working in HP UX 11 / Oracle 7.3.4 was not working in HP UX 11 / Oracle 9i. We are getting the following error when trying to compile it (make) - sh: 11139 Memory fault(core

  • Radio and tv tuner from java?

    Hi, is there any way to listen radio using java. I want to buy an USB tv and radio tuner. and I want to make an app to control all my multimedia stuff inclluding this tv and radio... Is this posible???? Is there any API or any programmable device for

  • 2960X - show ip route - shows unknown routes

    Hi all, I noticed on a 2060X which is connected to a vPC pair Nexus 5500 unknown routing entries.  The displayed default gateway (.11) was present on one of the old Core Switches. While doing the migration the cisco Nexus acts now as the default gate