Announcement

Collapse
No announcement yet.

NO_PUBKEY 0EB11CDE44F9512B

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NO_PUBKEY 0EB11CDE44F9512B

    I successfully installed OX 6.14.0 on Ubuntu 8.04 LTS.

    But with apt-get update I get the error-message:
    W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0EB11CDE44F9512B

    To get the key I followed the procedure http://www.open-xchange.com/wiki/ind..._based_systems

    The problem remains, I think because the actual key is not published there.

    I tryed othe key-servers too. No one has key 0EB11CDE44F9512B

    Any solutions?

  • #2
    I just put the build key of the Community packages on software.open-xchange.com and added a note to the article on how to import the buildkey:



    Comment


    • #3
      Wrong Key

      I repeated the import. The Keylist shows:
      pub 1024D/EED949F0 2005-04-15
      uid RPM BUILD (OPEN-XCHANGE) <rpmbuild@open-xchange.org>

      But the following key is asked: 0EB11CDE44F9512B

      Did you load this one too?

      Comment


      • #4
        apt-key list must show

        Code:
        pub   1024D/44F9512B 2008-03-13 [expires: 2010-05-22]
        uid                  server:OX OBS Project <server:OX@build.opensuse.org>
        If that's not the case, you still do not have imported the community key.

        Comment


        • #5
          Now it works

          Thank you Carsten, I did not see the influence of the small note immediately. I had to execute:

          sudo wget http://software.open-xchange.com/oxbuildkey-community.pub
          sudo apt-key add - < oxbuildkey-community.pub
          sudo apt-key list

          now it works:
          pub 1024D/44F9512B 2008-03-13 [expires: 2010-05-22]
          uid server:OX OBS Project <server:OX@build.opensuse.org>

          Comment

          Working...
          X