Announcement

Collapse
No announcement yet.

Re: Software Sources problem?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Re: Software Sources problem?

    Using kubuntu 12.10 64bit
    I suspect my Software Sources is not set up correctly, because Muon updates displayed the following:
    Click image for larger version

Name:	SoftwareSources5of5.png
Views:	1
Size:	60.7 KB
ID:	648066

    The following screenshots are of my current Software Sources settings:
    Click image for larger version

Name:	SoftwareSources1of5.png
Views:	1
Size:	42.7 KB
ID:	648067
    Click image for larger version

Name:	SoftwareSources2of5.png
Views:	1
Size:	33.9 KB
ID:	648068
    Click image for larger version

Name:	SoftwareSources3of5.png
Views:	1
Size:	56.5 KB
ID:	648069
    Click image for larger version

Name:	SoftwareSources4of5.png
Views:	1
Size:	24.9 KB
ID:	648070

    I would welcome any constructive suggestions of what changes I should make.

    #2
    run a
    Code:
    sudo apt-get update
    in a konsole post the error,,,,,it will tell what keys cant be found ,

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Code:
      W: GPG error: http://archive.ubuntu.com quantal Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
      W: GPG error: http://security.ubuntu.com quantal-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32       
      W: GPG error: http://archive.ubuntu.com quantal-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
      How do I get these keys? I know how to insert them.

      Comment


        #4
        Use wget.
        http://ubuntuguide.org/wiki/Ubuntu_Q...epository_keys
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Authentication keys

          Ubuntu Community Documents: https://help.ubuntu.com/community/Repositories/Ubuntu

          Authentication_Tab https://help.ubuntu.com/community/Re...entication_Tab


          If the missing key is: 40976EAF437D05B5 and the keyserver is the ubuntu.com
          Code:
          gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
          Output at here:
          gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
          gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" imported
          gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
          gpg: depth: 0 valid: 3 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 3u
          gpg: Total number processed: 1
          gpg: imported: 1
          Adding:
          Code:
          gpg --export --armor 40976EAF437D05B5 | sudo apt-key add -
          and the Software Sources Authentication tab has it.

          Last edited by Rog132; Dec 10, 2013, 03:28 AM.
          A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
          Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

          Comment


            #6
            Thanks so much for your most helpful advice. I feel a lot more comfortable now with this topic.
            GrayGeek: I will be 80 next Feb! Reason why you say they are getting harder to find, maybe it's because they don't want to admit it!
            Here's my piece of advice: Don't get old, you won't like it!!!

            Comment


              #7
              Originally posted by Bumpalot View Post
              .... Don't get old, you won't like it!!!
              That's what I'm finding out.
              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
              – John F. Kennedy, February 26, 1962.

              Comment


                #8
                Am afraid I am not out of the woods yet!
                After running sudo apt-get update
                Code:
                W: There is no public key available for the following key IDs:
                40976EAF437D05B5
                W: There is no public key available for the following key IDs:
                40976EAF437D05B5
                W: There is no public key available for the following key IDs:
                40976EAF437D05B5
                I ran this:
                Code:
                bumpy@Bumpyputer:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
                [sudo] password for bumpy: 
                Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.3a67XT5WE4 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//pkg-mozilla-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
                gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
                gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" imported
                gpg: no ultimately trusted keys found
                gpg: Total number processed: 1
                gpg:               imported: 1
                bumpy@Bumpyputer:~$
                SUCCESS !!
                Will set this as Solved.

                Comment

                Working...
                X