[SOLVED] PGP signature could not be verified!

I am trying to install password safe from the AUR.
I have downloaded and un-tarred the tar.gz file but when I execute makepkg -s I get the following error:
$ makepkg -s
==> Making package: passwordsafe 0.94.1BETA-1 (Mon Dec 29 21:41:00 PST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found pwsafe-0.94.1BETA-src.tgz
-> Found pwsafe-0.94.1BETA-src.tgz.sig
==> Validating source files with md5sums...
pwsafe-0.94.1BETA-src.tgz ... Passed
pwsafe-0.94.1BETA-src.tgz.sig ... Passed
==> Verifying source file signatures with gpg...
pwsafe-0.94.1BETA-src.tgz ... FAILED (unknown public key 919464515CCF8BB3)
Following the instructions on the "Package Signing" wiki, I:
$ sudo pacman -S haveged
$ sudo systemctl start haveged.service
$ sudo pacman-key --init
$ sudo pacman-key --populate archlinux
$ sudo pacman-key --add pwsafe-0.94.1BETA-src.tgz.sig
[sudo] password for xxxxx:
==> Updating trust database...
gpg: next trustdb check due at 2016-01-22
makepkg -s still fails at this point.
The next steps on the wiki call for:
1. verifying the fingerprint with: $ pacman-key -f keyid, and
2. locally signing the imported key with: # pacman-key --lsign-key keyid
How do I determine the "keyid"?
If I use the 'public key' returned in the error message above, I get:
$ pacman-key -f 919464515CCF8BB3
gpg: Note: trustdb not writable
gpg: error reading key: No public key
==> ERROR: The fingerprint of a specified key could not be determined.
And if I use the name of the file I downloaded with the tar, I get:
$ pacman-key -f pwsafe-0.94.1BETA-src.tgz.sig
gpg: Note: trustdb not writable
gpg: error reading key: No public key
==> ERROR: The fingerprint of a specified key could not be determined.
I even tried un-tarring the signature... but that didn't work either.
$ tar xzvf pwsafe-0.94.1BETA-src.tgz.sig
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I also searched through pacman's keyring directly with:
$ gpg --homedir /etc/pacman.d/gnupg --list-keys
but I didn't see the packager's name or email address anywhere.
A nudge in the right direction would be greatly appreciated.
Cheers,
Last edited by sirdle (2014-12-31 01:05:32)

Thank you to everyone who replied!
It has taken me a while to read all the links and try to understand them.
My main problem was that I was mixing up package signing (via pacman) with package signing (via makepkg). The two are related, but separate: they both use gpg, they both use keys that can be downloaded from key servers, they both use keys that can be locally signed, they both use key-rings... but the key-rings they use are different, and process they use to install and validate those keys is also different. (Correct me if I'm wrong.)
From the Wiki
The signature checking implemented in makepkg does not use pacman's keyring.
In my case, I'm installing from the AUR. The error I received:
FAILED (unknown public key 919464515CCF8BB3)
was because makepkg could not find the supplied key in my personal key-ring.
All I needed to do was:
1. Download the key.
2. Add it to my personal key ring.
3. Trust it.
Alternatively, I could build the package by skipping the check.
Download the Key
1. Download from the MIT key server. Enter the keyid as a 16-digit hex number, e.g., 0x919464515ccf8bb3. Right-click on the result and save to the desktop [see  Roken's post] above. Or,
2. Try the command line per jasonwryan's post above. (This number does not need to start with 0x.)
I tried both of these methods to verify that they work. They do.
Add the key to my personal keyring
With jasonwryan's method, the key is added as part of the command. With Roken's method an additional command is needed:
gpg --import /path/to/saved/keyfile
If I try makepkg -s at this point I still get an error... but the error is different. It is now:
FAILED (the public key A703C1328EABC7B201753BA3919464515CCF8BB3 is not trusted)
which brings us to the third step.
Trust It
$ gpg --list-keys # to get the correct keyid
$ gpg -edit-key keyid # from the previous command
gpg> trust
At this point, gpg asks the user how much he trusts this key. If you're like stevenhoneyman you might say, "Er... not very much" and opt for building without trust.
Or you can grant a lot of trust in order to create the package and then revoke the trust later (but I'm guessing this will cause problems when the package needs to be updated).
A level of 5 "Ultimate Trust" was required to build this package.
Thanks to everybody who helped me out with this. Definitely a learning experience!
Last edited by sirdle (2014-12-31 01:21:53)

Similar Messages

  • One or more PGP signatures could not be verified!

    Trying to install anything with pacaur or using makepkg gives out this error:
    ==> Making package: cower 12-2 (Wed Jan 7 07:11:25 WET 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading cower-12.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    100 22636 100 22636 0 0 60301 0 --:--:-- --:--:-- --:--:-- 60362
    -> Downloading cower-12.tar.gz.sig...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    100 287 100 287 0 0 1136 0 --:--:-- --:--:-- --:--:-- 1134
    ==> Validating source files with md5sums...
    cower-12.tar.gz ... Passed
    cower-12.tar.gz.sig ... Skipped
    ==> Verifying source file signatures with gpg...
    cower-12.tar.gz ... FAILED (unknown public key 1EB2638FF56C0C53)
    ==> ERROR: One or more PGP signatures could not be verified!
    Can someone help?

    clfarron4 wrote:
    Potomac wrote:
    jasonwryan wrote:Like everything else, this can be automated with a couple of lines in your ~/.gnupg/gpg.conf file, as described in the wiki.
    I don't find this part in the wiki, can you tell me exactly where have you read this ?
    https://wiki.archlinux.org/index.php/Gnupg
    I saw automatic importing of missing keys in this BBS thread. Don't know if it is in the ArchWiki though.
    Just found it here: https://wiki.archlinux.org/index.php/Ma … e_checking
    It is a personal preference, I don't want to import Arch/AUR keys into my normal personal keyring - but reading the gpg (and makepkg) manpage it looks like if you set GNUPGHOME=/some/path first that should work to set a special keyring just for AUR and a custom config from the wiki.

  • PGP signatures could not be verified

    I'm still somewhat new on using makepkg.  I previously customized the bind pkg for samba by copying the /var/abs/extra/bind directory into my /var/abs/local and adding a couple of build options. Worked like a charm and no issues.
    Today bind 9.10.2 was released and I wanted to update my package but I get:
    ERROR: One or more PGP signatures could not be verified! when updating using the latest abs bind package.
    ==> Making package: bind 9.10.2-1 (Wed Mar 4 16:47:20 PST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading bind-9.10.2.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 8282k 100 8282k 0 0 5669k 0 0:00:01 0:00:01 --:--:-- 5672k
    -> Downloading bind-9.10.2.tar.gz.asc...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 490 100 490 0 0 6640 0 --:--:-- --:--:-- --:--:-- 6712
    -> Found tmpfiles.conf
    -> Found sysusers.conf
    -> Found named.conf
    -> Found named.service
    -> Found localhost.zone
    -> Found localhost.ip6.zone
    -> Found 127.0.0.zone
    -> Found empty.zone
    ==> Validating source files with sha1sums...
    bind-9.10.2.tar.gz ... Passed
    bind-9.10.2.tar.gz.asc ... Skipped
    tmpfiles.conf ... Passed
    sysusers.conf ... Passed
    named.conf ... Passed
    named.service ... Passed
    localhost.zone ... Passed
    localhost.ip6.zone ... Passed
    127.0.0.zone ... Passed
    empty.zone ... Passed
    ==> Verifying source file signatures with gpg...
    bind-9.10.2.tar.gz ... FAILED
    ==> ERROR: One or more PGP signatures could not be verified!
    this is the abs bind package....why is it failing?

    Same error here.
    ==> Validando arquivos fonte com sha256sums...
    firefox-36.0.1.source.tar.bz2 ... Passou
    firefox-36.0.1.source.tar.bz2.asc ... Ignorada
    mozconfig ... Passou
    firefox.desktop ... Passou
    firefox-install-dir.patch ... Passou
    vendor.js ... Passou
    rhbz-966424.patch ... Passou
    firefox-fixed-loading-icon.png ... Passou
    ==> Verificando assinatura de arquivo fonte com gpg...
    firefox-36.0.1.source.tar.bz2 ... FALHOU (chave pública desconhecida 057CC3EB15A0A4BC)
    ==> ERRO: Uma ou mais assinaturas PGP não puderam ser verificadas!
    I have checked (http://allanmcrae.com/2015/01/two-pgp-k … rch-linux/) but to no avail.
    I do not understand why complicate things when they are working perfectly how it worked before...

  • Itunes update aborts - error "signature could not be verified"

    I have attempted several times to download and install the latest iTunes update (11.2).  The install keeps aborting with the error message "itunes signature could not be verified."  I tried downloading only, and still get a similar error message.  Please don't ask me for the error message number - I didn't record it. 
    I am running iTunes on Windows 8.  I've been able to install previous updates since migrating to a Windows 8 machine.  Is this a known issue?  If so, how do I solve it?

    I notice this has happened with previous versions of iTunes as well as previous versions of Windows.  I don't see any posts as yet about 11.2.  Am attempting to download via the Apple website as suggested in replies to previous instances of this error.  I will let you all know the result.  I'd really like to know WHY this happens!  Is it related to iTunes or Windows?  If someone could explain in reasonable layperson's terms, that would be helpful.  This is obviously a known issue for quite some time (posts going back to 2010-2011); why hasn't it been addressed?  We should be able to download iTunes updates from within iTunes!
    Thanks!

  • I downloaded Montain Lion several times. I could not install. It said `could not be verified or corrupted'. How to solve this? Can I get a refund?

    I downloaded Montain Lion several times. I could not install. It said `could not be verified or corrupted'. How to solve this? Can I get a refund?

    On your profile, you say that you are using Mountain Lion. Is that correct? If you are using Mountain Lion, you don't have to download the Mountain Lion installer again.
    Also, that error is usually caused by problems with your Internet connection or your hard disk, so first, open Disk Utility, select Macintosh HD in the sidebar and verify the disk. If it's OK, you have problems with your Internet connection, so contact with your ISP

  • VS 2013 Build tools installation fails with error "Signature or catalog could not be verified"

    VS 2013 ultimate - Build tools installation fails with error "Signature or catalog could not be verified" for MSBuild assemblies. Any idea what could be the problem?
    Thanks
    NM

    Hello,
    Do you mean you are trying to use this tool:
    https://www.microsoft.com/en-us/download/details.aspx?id=40760
    Can you navigate to your %temp% folder and filter by date to see the log of the Build tool?
    I want to know which assemblies failed to be verified.
    By the way, since MSBuild is embed in Visual Studio why you want to install this again? Do you have any error about this Build Tool when you install Visual Studio 2013 Ultimate?
    “Signature or catalog could not be verified” is always related to corrupt source
    , please double check you have a healthy network and then try the web installer again.
    Best regards,
    Barry
    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.

  • Your computer could not be verified Mac App Store and FaceTime

    Hi All
    I've been trying through several forums for a long time to find a solution for my problem before giving up, I'll go down to the point:
    I have an iMac Intel 20" early 2008 (I can provide more detailed specs when required). I am using Mac OSX Lion installed from a usb and prior used Snow Leopard. They problem has been consistent thru all versions, same symptoms, same all.
    1. Whenever I try to login to Mac App Store I get the famous: "your computer could not be verified, please contact support for assistance". FaceTime also does not login, promptying a "server error, try later".
    2. Contacted support, and after 16 emails back and forth all I was told at the end was: "I am able to log in into your mac app store account from this side after resetting your account,is there anything I can do for you today".... (!!!!????)
    3. There has been a problem parallel to that, and although I am not sure they are related anyhow I need to point it out. My ethernet port stopped working and there is no way to create any connection through it. I can still use wireless quite well (reason why I still keep my machine). After sending the machine to repairs, diagnose was that it could be a problem on the logic board and to fix it may require to replace LB entirely. So I decided not to go for it and keep the machine only with wireless connection.
    So I have tried every single solution found (so far...) on google and forums to no avail: a) deleting .plist, b) resetting network configs and creating new locations, c) resetting PRAMs (not sure if it solve anything, but tried anyway) and others. The problem still persists with the same symptoms.
    I can login into iTunes store and buy applications from computer, iPhone and iPad, which makes me think that my credentials are valid, alas, I logged into this forum using them.
    I also tried creating a new account at App Store, when I request it through the Application, the "little fan that advises you to wait" appears, but suddenly dissapear with no warning or message at all (!!!!????). It is like you never requested anything in first place.
    Obviously I can still use my machine for internet and stuff, but my ability to purchase/use any Apple software is seriously restricted. I cannot purchase any software anymore if AppStore is going to be the main way to acquire it (which I think it will).
    So, my big questions are:
    1) Is this hardware problem (ethernet, logic board, connection ports) remotely related to the machine authentication process when using MacApp Store and FaceTime through Apple?
    2) Is there a way to fix this through software, before I consider replacing the machine? (Please take into account that I have already tried TS1811, deleting .plist files, resetting network, creating new locations from scratch... I basically searched thoroughly on google, forums and tips and tried all reasonable found recommendations before posting).
    Thanks in advance.

    Thanks Livia and Huevoos (eggs??) for your interest in this post.
    In a nutshell, I haven't been able to solve this. I gave up on Apple support after they proved useless.
    As Huevoos suggested, and I confirmed it time and again after browsing thru endless forums, it seems that the user validation routine for the Mac App Store is done by looking into your network settings, which in my case are either incomplete or erroneous due to the broken-down ethernet. (I am still waiting for somebody more experienced in this forum to contradict or explain this).
    So, because I still have wireless connection, I can use my machine for day-to-day chores, have not been able to purchase anything up to this date in the Mac App Store though. I'm waiting for either a software update that could correct this (Mountain Lion??? there's no guarantee only hope) or the moment when my machine will need to be replaced by a new one with a functional ethernet.
    I'm sorry I can't be of more help. But I'm pretty much in the same situation as you guys.
    Live long and prosper.
    Brt1618

  • I cannot download OS X Mountain Lion, I get an error message that says: "We could not complete your purchase. The product distribution file could not be verified. It may be damaged or was not signed." Why am I receiving this message?

    I cannot download OS X Mountain Lion, I get an error message that says: "We could not complete your purchase. The product distribution file could not be verified. It may be damaged or was not signed." Why am I receiving this message?

    Servers may be overloaded.
    One user reported:
    Deleted file com.apple.appstore in /var/folders/, dissabled VirusBarrier X6: problem solved!

  • Receiving "The product distribution file could not be verified. It may be damaged or was not signed" at my home network. But not at my office network

    Hi,
    I've recently updated my late 2009 macbook from Snow Leopard to Mountain Lion. Things were working good. Yesterday I updated in to 10.8.4. Today I saw an update for Xcode. I tried installing it. But I have been constantly receiving "The product distribution file could not be verified. It may be damaged or was not signed" in App Store. There after I am not able to purchase anything from App Store. I tried following things:
    1. Tried downloading the updates in Safe Mode. ==> No success.
    2. I deleted folder present in /var/folders ==> No success.
    3. I changed my network by converting my phone to WiFi hotspot and I stopped receiving the error.
    Can somebody please suggest any reason/solution?
    Router I am using is D-Link N300.
    Thanks.

    The problem got solved by changing DNS to public DNS from Google. i.e. 8.8.8.8 and 8.8.4.4.
    Thanks

  • I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, it is throwing error "The product distribution file could not be verified. It may be damaged or not signed".

    I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, the App Store is throwing error "The product distribution file could not be verified. It may be damaged or not signed".
    Is there anything I should do differently? Is anyone else facing the same issue?
    Kindly help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Whenever I try to update my iPhoto program I get this error message "The product distribution file could not be verified. It may be damaged or was not signed."

    Whenever I try to update my iPhoto program I get this error message "The product distribution file could not be verified. It may be damaged or was not signed."

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • The update could not be verified. It may have been corrupted during downloading. The update will be downloaded and checked again the next time that Software Update runs.

    How can I solve this? Every time I have the option to update an application I receive the same notification: "The update could not be verified. It may have been corrupted during downloading. The update will be downloaded and checked again the next time that Software Update runs"

    Can we eliminate one minor possibility: are you in the UK and using Virgin Media cable connection? I ask because the latest 'Superhub' firmware is corrupting large downloads for some people.

  • Publisher could not be verified with new executable

    We have a .exe file on our clients which is replaced yesterday with a new one. When a user on the client is starting the new executable then a message appears: publisher cannot be verified, do you no for sure to run this application?
    The exe file is in the program files\subfolder\
    The executable is starting with parameters: / servername.
    It is the same executable as the one that was overwritten only a newer version so i do not understand why to give permission to start this exe.
    I can choose in the message for execute but the next time it starts it must be done again. Because the users on the clients are not administrators they choose for execute in the message then they must give credentials. If in that screen the user chooses
    for NO the program executes without credentials.
    We do not want the question for publishing appearing, why is it suddenly appearing if it is the same name as the older one....
    freddie

    Hi,
    This error happens so because the application chosen to run does not have a valid signature.
    Would you please update the signature in your new version of exe file?
    Please use following tool to verify the signature or sign your exe file:
    Using SignTool to Verify a File Signature
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa388171(v=vs.85).aspx
    If you know, what you open is always safe, we can try to disable this message:
    Disable: The publisher could not be verified. Are you sure you want to run this software message
    http://www.thewindowsclub.com/the-publisher-could-not-be-verified
    Kate Li
    TechNet Community Support

  • Publisher could not be verified message

    I am very confused, I had itunes installe don my computer, and wante dto move it to an external hard drive I bought. I couldnt figure out how to move it so I uninstalled it and when I went to reinstall itunes on the external It now tells me the publisher could not be verified. I have tried to dump all temp files, and i have tried clicking run and save both. still nothing. Now we have three ipods that are worthless with out itunes....HELP!!!! please.....

    okay. try downloading fresh definitions and running vigorous spyware and virus scans. if your security software providers offer them, try running "online" scans too. (they can sometimes pick up an infection even if the security software on the PC has been compromised.)
    (checking on this because sometimes malware will disable Windows componentry relevant to the verification of digital signatures and publishers.)

  • Configuration could not be verified - My username and password are correct!

    I am trying to add a second gmail account to Thunderbird, but without success. The first addition went flawlessly.
    Now that I'm attempting the second, I am confronted with the error message "Configuration could not be verified - is the username or password wrong?"
    Answer = no. I have verified them by logging into gmail.com with IE several times, and made sure to log out afterwards to ensure no conflict. I do not use two-step verification with either accounts. I have tried to 'fool' google's email servers by capitalizing the outgoing SMTP letters (so as to differentiate from the previous login smtp letters), but thunderbird does not permit capitalization.
    I have not found any other *solved* forum posts that can help me with this problem. I'm running Windows 8.1 and Thunderbird 31.2.0.
    This is a call for help.

    Same problem for me, too.  It happens on my iPad, iPhone, and iMac.  Weird because I have great Internet connectivity and I can log into and view my iTunes account.  I've downloaded three new apps with no problem.  But my iPad shows 14 apps needing updates, my iPhone shows 2, and my iMac shows 1.  In all cases, clicking on "update" and entering the password results in the message, "Cannot connect to iTunes Store".  It's the same result across multiple WiFi networks, even after resetting them.
    I'll see if someone at the Genius Bar can help and then I will repost.

Maybe you are looking for

  • R12 - How Do I Keep 'Swan' LAF, just change colors.

    I've been trying to edit/make my own .xss files, but its not going as well as I had originally hoped. All the layouts, spacings, everything gets pretty much reset. I'm hoping to just keep the Swan (the stock blue/light blue) look and feel and just ch

  • HT1391 about 30 out of 80 songs that I purchased play on the computer the 80,the orignal file can not be found so they are unable to play

    I purchased about 80 songs from i tunes eveything was working great,then all of a sudden about 50 of the purchased songs would not play ,a box came up stating that the orignal can not be found and if I wanted to search for it.What do I do now ?

  • Reg error:EUE9D5XW

    hi, i have an issue with date filter.i have created a "to" and a "from" date filter in the report from one column.i am using calendar for filters. when i query by giving values in the filter it gives me results.but when i delete those values in the f

  • Finder folder size

    the status bar at the bottom of the finder window shows the # of files and the free space avaiable on the harddrive. Is there a way to make the finder show the total size of the contents of a folder? either in the status bar while you are in a folder

  • OpenLDAP missing after EPM 11.1.1.4 fresh install on Oracle Linux 5.8 32bit

    Hello, I try install Oracle EPM Foundation 11.1.1.4 on Oracle Linux 5.8 32Bits. No error with installTool.sh but the openLDP directory missing in $HYPERION_HOME/product/Foundation I have found the openLDAP files after extrac from productCommonCompone