Pacman -Syyu timeouts... [Solved]

I can ping out to my mirrors, but Pacman isn't following his pellets properly... (Ha, see what I did there?)
Anyway, I keep watching HTTP and FTP alike time-out...
Wired Connection on i386 system...
Any suggestions?
Last edited by Xlaits (2013-01-28 00:53:13)

flipper T wrote:
Are you using "pure" arch, or a derivative; cinnarch, manjaro etc ?
Have you read the arch wiki for pacman ?
I'm using Pure. I'll also put some time into the wiki right now...
jasonwryan wrote:If you have tried changing mirrors, then pacman has a debug option to print more helpful error messages...
And said command would be...? [edit]
Running Pacman -Syuv --debug now...
Last edited by Xlaits (2013-01-27 08:58:23)

Similar Messages

  • [SOLVED] Beginners' Guide stumped on pacman -Syyu curl

    I'm a total green noob on Arch and am going through the Beginners' Guide. I'm on the section about rankmirrors and am at pacman -Syyu curl and am getting the following:
    Is this normal? Is this the part where I continue to edit my mirrorlist and comment and uncomment servers until I don't get the Unauthorized error any longer?
    Thanks.
    Last edited by EdTheUniqueGeek (2012-04-27 23:53:53)

    EdTheUniqueGeek wrote:I'm a total green noob on Arch [...] I'm on the section about rankmirrors [...]
    If you're new to Arch don't you think that sticking to basic bulletproof setup would be wise and then learn new stuff? If you try all things that are not necessary there is high risk of breaking system and you wont even have a clue where start to look for solution. Back in my first days with Arch I didn't even consider such things like mirror rank - goal was to setup working system. My advice is - choose manually mirror that have low sync delay from http://www.archlinux.org/mirrors/status/ and focus on major things. Good luck and feel welcome on the forum
    EdTheUniqueGeek wrote:I am in the process I trying the shell script from adamrehard suggestion.
    Again - pick rit or kernel.org mirror - you can be pretty sure they are working right now, for troubleshooting you can even choose archlinux.org (but change it for real usage) find out if it's not the http/ftp thing like people earlier noticed and work the problem with your configuration, the problem is not mirror choosing
    Last edited by masteryod (2012-04-27 14:53:33)

  • [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

  • [solved] pacman broken after "pacman -Syyu" excluding pacman

    Hi forums,
    I use arch x86_64, yaourt and the testing and multilib repositories.
    A full system upgrade doing "yaourt -Syyu" didn't work, because pacman had an unfulfilled dependancy which I don't recall, but it was about a normal and a multilib version: I probably have the multilib version of a library installed, which has not been updated to the version required by pacman yet.
    So I thought it would be perfectly fine to exclude pacman from this system upgrade by choosing "manually" from the options given by "yaourt -Syyu" and commented pacman.
    The upgrade then went fine except for the two final lines:
    package-query: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
    testdb: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
    Now everytime I try to use pacman, I get this error:
    pacman: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
    Do you know how to solve this?
    Thanks in advance
    xiliyi
    Last edited by xiliyi (2012-01-05 09:49:23)

    ngoonee wrote:Actually (even without cower), makepkg will tell you what dependencies are missing when you try and compile an AUR package. In fact, -s will install them for you (unless they're from the AUR, in which case you have to download/makepkg that package first).
    Actually, I was more concerned about updates for packages from AUR. yaourt would handle AUR packages as if they were in a repository, and update them, solving dependency problems.
    Now what I fear is, that if some regular library gets an update, it may not updated on my system in the first place, because pacman only sees that the older version is needed for the AUR software, but is not capable of updating the AUR package (which works with the new library version) automatically. So updates will break some software unless I remove it first and install the latest version manually.

  • Pacman seg fault(Solved but with comments on pacman-db-upgrade)

    Performed an install from FTP and booted into root login.
    Performed pacman -Syu  and received report system up to date.
    Performed downloads via pacman of twelve packages including xorg and xfce4.
    Performed download of abs package. 
    Downloaded abs repos.
    Modified abs extra vlc package and performed pacman -U install of modified package.
    Pacman working well at this point.
    Rebooted.
    After reaching xfce4 Desktop, attemptd to install firefox.
    Pacman -S firefox produced..... /usr/bin/pacman/ report(forget the exact error)
    Subsequent trials with ...pacman -U .... produces seg fault.
    Cannot use pacman.  All other programs seem to perform correctly.  Perhaps have lost DNS.
    Cannot perform ...pacman -Syu --debug.....segfaults.
    Last edited by lilsirecho (2011-07-19 18:19:49)

    Solved the difficulty but have no idea what can be done to prevent it from occuring for another user.
    It seems that the db did not get upgraded when the ...pacman-db-upgrade ...command was executed.  There was no statement for ..."pre 3.5 db" upgrade....while executing the command.
    After re-install, the upgrade command performed correctly and pacman now performs correctly after reboots.
    The question comes up as to what to do if the upgrade command does not work correctly and whether some indicator of correct response should appear in the beginners guide.  Additionally, what can be done in the event that the upgrade command fails to meet the correct response.
    These questions will in time be resolved by a new .iso but the present exposure is amazing in its consequences!
    Perhaps the upgrade command is also a function of properly synced mirrors but the command requesting the upgrade was ...pacman -Syy... the mirror sync function!
    What do we have...catch22?
    The resultant segfaults make sense if the pacman sync db is not upgraded.
    How is a user to know the upgrade failed?  What to do about such a condition?
    Marking this thread as solved ...with comments...

  • Rebuild pacman database?[solves]

    During update disk was full, now pacman doesnt work correctly. Only get those error:
    pacman -Su
    db_read: error: /var/lib/pacman/local/less-394-1/depends: No such file or directory
    Is it possible to solve this problem?

    thx that solved the problem 

  • Change pacman sync timeout

    Guys, sorry if the answer is overly obvious, but I've spent a couple of days searching the forums, the wiki, google, and in the config files for how to change the sync timeout in pacman, but can't find what I'm looking for.  Perhaps I'm using the wrong search terms, or looking in the wrong places, but not sure.
    Anyway, when trying to sync the system with the package mirrors using pacman, there is currently a delay of what seems like 4 to 5 minutes for each mirror that is not available.  I'm wanting to change that delay to something more like a minute or so if there's no problem in doing that.
    Do any of you know where that timeout period can be changed?
    Thank you.

    don't know if changing the timeout is possible, but delays to skip  a non-responding mirror of more then 10 seconds are bad.
    - how many mirrors do you have enabled and did you check them against http://www.archlinux.org/mirrors/status/
    normally having 3 or 4 mirrors (1 primary, rest for backup) enabled is more then enough
    - what Xfer command are you using ?

  • Unison SSH Timeout [Solved]

    [Solved]: It seems it was the B43 wireless driver. When I plugged my laptop directly into the router, Unison ran like a breeze. Gonna try WL once this is done syncing. Thanks for your suggestions!
    I hope you guys can help me out, because I'm at the end of my rope. I've been using Unison for a year to sync files from my laptop to my desktop via SSH, but after the past week I can no longer do so. It will look for changes and display the differences in the GUI and command line, and when I click "Go" the transfer will run for a bit, but after a short time (less than a second on average) the transfer will stop entirely. After about another minute, I get the message:
    Fatal Error
    Lost Connection with the server.
    I can use gFTP to transfer files, which led me to believe this was a problem with Unison rather than SSH. I just can't figure out why Unison is timing out, while every other SSH application has no problems. Any suggestions? If not, are there any applications similar to Unison that are actively developed?
    Last edited by Rezero (2010-08-09 19:34:58)

    Thanatermesis,
    Welcome to Arch Linux   Be aware that this is a very old thread -- I hope the OP is not still looking for an answer three years later.
    https://wiki.archlinux.org/index.php/Fo … Bumping.22

  • Weird Pacman Error! [solved]

    Since last night, I've been getting this weird error when I run 'pacman -Syu' as root. What's going on?
    :: Synchronizing package databases...
    current 71.2K 143.5K/s 00:00:00 [#####################] 100%
    extra is up to date
    community 274.6K 339.7K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: gd-2.0.35-1 gstreamer0.10-good-0.10.6-1 gstreamer0.10-flac-0.10.6-1
    gstreamer0.10-gconf-0.10.6-1
    Total Package Size: 0.84 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from current...
    gd 175.9K 627.3K/s 00:00:00 [#####################] 100%
    checking package integrity... done.
    cleaning up... done.
    (4/4) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    gstreamer0.10-good: /usr/lib/gstreamer-0.10/libgstqtdemux.so exists in filesystem
    gstreamer0.10-good: /usr/lib/gstreamer-0.10/libgstvideocrop.so exists in filesystem
    errors occurred, no packages were upgraded.
    Any ideas, anyone?
    Last edited by tony5429 (2007-06-29 22:38:16)

    @ tony5429
    I was running in a semilar problem!
    I forced the update from gstreamer0.10-good with
    pacman -Syf gstreamer0.10-good
    after then I run again
    pacman -Syu
    and all run normal.
    You can also read here in this topic about it
    http://bbs.archlinux.org/viewtopic.php?id=34669
    the arch developmer tomk wrote
    tomk wrote:If you're not in a hurry, wait for the -bad package upgrade. Otherwise, I'd suggest -Syf for the -good package, followed by -Su for everything else.
    cheers
    JaDa

  • Can't pacman virtualbox-ose [SOLVED]

    Hi!
    I'm trying to install virtualbox-ose. I've never used it before (as well as any other virtual machine). But the problem is that I can't install it via pacman. It says:
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: klibc-extras: requires klibc-jfflyAahxqaliwAofrf_fdf5upI
    :: klibc-kbd: requires klibc-jfflyAahxqaliwAofrf_fdf5upI
    :: klibc-module-init-tools: requires klibc-jfflyAahxqaliwAofrf_fdf5upI
    :: klibc-udev: requires klibc-jfflyAahxqaliwAofrf_fdf5upI
    wtf? What is wrong?
    Thanks.
    Last edited by Axell (2009-01-30 01:33:19)

    Ok, it helped Thank you!

  • Deleting Pacman Database File [SOLVED]

    Hello,
    just a quick question. I tested the "testing" repos but now disabled it in pacman.conf. When I'm doing pacman -Syy oder pacman -Syu it updates
    the remaing databases ( core,extra,community ) and complains that it can't find a server for "testing" and "community-testing". It doesn't cause
    any problem but looks ugly. How can I get pacman to stop trying to update my disabled repos?
    Kind Regards,
    blackout23
    Last edited by blackout23 (2012-03-07 15:24:24)

    Post your pacman.conf, I can't reproduce your issue.
    In the future, please post the exact error message you're getting.
    Just a guess, it looks like you forgot to comment out the header:
    :: Synchronizing package databases...
    error: failed to update testing (no servers configured for repository)
    error: failed to update community-testing (no servers configured for repository)
    core is up to date
    [testing]
    should now be
    #[testing]
    Last edited by karol (2012-03-07 15:05:14)

  • Pacman/mirror errors (solved)

    For the last 4 days when I have tried to install anything with pacman  (the mirror I use is "unixheads") I get errors saying it failed to retrieve files and no access. Prior to this I had very fast responses.
    Last edited by viking (2008-09-01 05:39:49)

    andrew123456 wrote:
    i had the same problem, too, that's how i ended up here.
    i fixed it by going into the /etc/pacman.d/mirrorlist file and scrolling to the very bottom. there's an entry called #setup entry.
    change the ftp to http in the unixheads url (and make sure all the other mirrors are still commented) that worked for me
    I did as you suggested and then received this error when using pacman.
          bash-3.2# pacman -Syu
    :: Synchronizing package databases...
    error: failed to init transaction (unable to lock database)
      if you're sure a package manager is not already
      running, you can remove /var/lib/pacman/db.lck
    Thanks for your reply, not sure how to remove the /var/lib/pacman/db.lck
    Last edited by viking (2008-09-01 02:53:15)

  • Pacman strange behavior (SOLVED)

    I installed Arch bare and I am liking it. I set up pacman "to the book" but it is behaving rather "strangely". When I am installing a package it DLs one item then books out with a message "Failed Downloading . . . " then it locks. Each time I have to go to /tmp and delete pacman.lck then rerun the instllation and it does this up to about the last 3 items of which I get the message "Failed Downloading . . . " then it searches the next repo and processed to DL and install. Could it be something with my config? Do I have to disable the other repos?

    I'm having the same problem.  It looks like not being able to retreive the filesize is causing pacman to dump.
    Here is my output:
    [root@stheno ~]# pacman -S scons
    Targets: scons-0.96.92-2
    Total Package Size:   0.6 MB
    Proceed with upgrade? [Y/n] y
    :: Retrieving packages from extra...
    warning: failed to get filesize for scons-0.96.92-2.pkg.tar.gz
    failed downloading scons-0.96.92-2.pkg.tar.gz from ftp.nethat.com: 550 scons-0.96.92-2.pkg.tar.gz: No such file or directory
    warning: failed to get filesize for scons-0.96.92-2.pkg.tar.gz
    failed downloading scons-0.96.92-2.pkg.tar.gz from ftp-linux.cc.gatech.edu: 550 Failed to open file.
    warning: failed to get filesize for scons-0.96.92-2.pkg.tar.gz
    failed downloading scons-0.96.92-2.pkg.tar.gz from ftp.archlinux.org: 550 Failed to open file.
    warning: failed to get filesize for scons-0.96.92-2.pkg.tar.gz
    failed downloading scons-0.96.92-2.pkg.tar.gz from ftp.ibiblio.org: 550 scons-0.96.92-2.pkg.tar.gz: No such file or directory
    warning: failed to get filesize for scons-0.96.92-2.pkg.tar.gz
    failed downloading scons-0.96.92-2.pkg.tar.gz from mirror.cs.vt.edu: 550 Failed to open file.
    connect: Connection refused
    error: cannot connect to archlinux.antesis.org
    *** glibc detected *** pacman: double free or corruption (fasttop): 0x0875ce70 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x400b7b10]
    /lib/libc.so.6(__libc_free+0x89)[0x400b91a9]
    pacman[0x80604ee]
    pacman[0x805b731]
    pacman[0x805bdeb]
    pacman[0x80523c6]
    pacman[0x8055335]
    /lib/libc.so.6(__libc_start_main+0xd8)[0x400697c8]
    pacman[0x804a0a1]
    ======= Memory map: ========
    08048000-0806b000 r-xp 00000000 03:43 2083461    /usr/bin/pacman
    0806b000-0806c000 rw-p 00023000 03:43 2083461    /usr/bin/pacman
    0806c000-0877f000 rw-p 0806c000 00:00 0          [heap]
    40000000-4001a000 r-xp 00000000 03:43 5226508    /lib/ld-2.5.so
    4001a000-4001b000 r--p 00019000 03:43 5226508    /lib/ld-2.5.so
    4001b000-4001c000 rw-p 0001a000 03:43 5226508    /lib/ld-2.5.so
    4001c000-4001f000 rw-p 4001c000 00:00 0
    4001f000-40027000 r-xp 00000000 03:43 5226552    /lib/libnss_files-2.5.so
    40027000-40029000 rw-p 00007000 03:43 5226552    /lib/libnss_files-2.5.so
    40029000-4002d000 r-xp 00000000 03:43 5226549    /lib/libnss_dns-2.5.so
    4002d000-4002f000 rw-p 00003000 03:43 5226549    /lib/libnss_dns-2.5.so
    4002f000-4003d000 r-xp 00000000 03:43 5226548    /lib/libresolv-2.5.so
    4003d000-4003f000 rw-p 0000d000 03:43 5226548    /lib/libresolv-2.5.so
    4003f000-40042000 rw-p 4003f000 00:00 0
    40042000-40053000 r-xp 00000000 03:43 2065997    /usr/lib/libz.so.1.2.3
    40053000-40054000 rw-p 00011000 03:43 2065997    /usr/lib/libz.so.1.2.3
    40054000-40178000 r-xp 00000000 03:43 5226513    /lib/libc-2.5.so
    40178000-40179000 r--p 00124000 03:43 5226513    /lib/libc-2.5.so
    40179000-4017b000 rw-p 00125000 03:43 5226513    /lib/libc-2.5.so
    4017b000-40184000 rw-p 4017b000 00:00 0
    401a9000-401b3000 r-xp 00000000 03:43 2065391    /usr/lib/libgcc_s.so.1
    401b3000-401b4000 rw-p 00009000 03:43 2065391    /usr/lib/libgcc_s.so.1
    40200000-40221000 rw-p 40200000 00:00 0
    40221000-40300000 ---p 40221000 00:00 0
    bfb19000-bfb2e000 rw-p bfb19000 00:00 0          [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0          [vdso]
    Aborted
    Is this a mirror syncing issue?

  • Strange things happen after "pacman -Syyu"...

    Hello everyone... After upgrading a few days ago with pacman, my Arch has become a little bit strange... I change some icons in my desktop from place to place (ex, from upper right corner to left lower corner) and they stay, but when i loggof and loggin they return to their previous place, dont know why... Also, my keyboard layout is portuguese, and every time i loggoff and login it adds us keyboard layout, and it switches my layout, although it keeps portuguese as default option...weird... Cant find info about this, is it only me? My machines description...
    Asus F3S laptop; nVidia GeForce 8600m; Arch Linux(main)+Ubuntu+XP Grub boot; Gnome; TV Out enabled.

    I dont have compiz enabled, i use metacity... Tried to downgrade metacity, but its has too much dependencies, dont want to unstable my system, i'll just go along with this, its annoying but it works.
    When i first installed arch i used XFCE and loved it for is simplicity and speed. But maybe because i was a Ubuntu user, i felt that basic things were missing in Thunar and decided to switch to Gnome. Lost some speed, but nothing compared to Ubuntu, which i still think its an amazing distro, but arch as cutting edge speed...

  • Circular: can't install libusb-compat for `pacman-key --init` [SOLVED]

    So like a lot of people on here have upgraded to pacman 4.
    I can't run `pacman-key --init` to update the keyring:
    [stuart@myhost ~]$ sudo pacman-key --init
    Password:
    gpg: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
    chmod: cannot access `/etc/pacman.d/gnupg/trustdb.gpg': No such file or directory
    gpg: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
    gpg: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
    ==> Updating trust database...
    gpg: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
    And because of signature issues can't install libusb-compat:
    [stuart@myhost ~]$ sudo pacman -S libusb-compat
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): libusb-compat-0.1.3-2
    Total Installed Size: 0.06 MiB
    Net Upgrade Size: -0.02 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [######################] 100%
    warning: Public keyring not found; have you run 'pacman-key --init'?
    error: GPGME error: Invalid crypto engine
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    Last edited by Skipper_the_eye_child (2012-01-26 19:24:00)

    That worked - thanks. It'd have helped had I remembered to write over pacman.conf of course! I've not done any mainentance for while, got a little rusty i'm afraid.
    Last edited by Skipper_the_eye_child (2012-04-11 14:02:52)

Maybe you are looking for

  • How to allow access only from certain IPs?

    I have Portal Server 6.0 on Sun ONE Web Server and want to allow access to it only from certain IPs, i.e. if my IP differs from predefined, then access is denied (no page is opened). How can I implement this with minimal efforts? Thanks in advance!

  • Oc4j 9.0.3 and j2sdk1.4.0

    Hi, I'm new to OC4J, even though I am an experient java programmer. I copied a file called test.jsp which is working with Tomcat to the j2ee\home\default-web-app directory and then I tried to access it through the following URL: http://localhost:8888

  • Why does Firefox sometimes show low-resolution versions of some websites when IE shows the full version?

    Recently, using FF 3.6.8 and 3.6.9, after I've used Ashampoo Magic Optimizer, certain news websites only show up in a bullet-pointed low-resolution text without any graphics. Other websites appear in their normal way. Accessing these lo-res websites

  • Will I never be able to burn a CD again?  error 4280

    Another iTunes upgrade, same old result, I still can't burn CDs, in fact very much looks as if installing iTunes 7.0 completely wiped out my PCs ability to even know that it has a CD drive. Thoroughly peed with Apple right now. DIAGNOSTICS - if anybo

  • Error when doing two step transfer between Plants with split valuation

    Hi expert, I´ve activated split valuation for Material X , it has three Valuation types ( NEW, REPAIR and DAMAGE ) . The problem arose when i tried to do a two step transfer between plants ( mov 303 ) and i got the following error msg : Use one-step