Custom repository

  • Hi there, I'm assuming this is a rather daft question I am asking, but I just can't get this to work. I am trying to setup Spideroak on OMV but I simply cannot get it to install. I had this all working under OMV 0.5 ages ago but it has worked ever since and I haven't had any need to alter it. However, I have recently reinstalled with OMV 1.x and for some reason I can't get Spideroak installed again and embarrassingly I cannot remember whether I did anything different before as I don't remember having any issues last time. I've been using Arch for the last 2 years on my main desktop so I'm a little rusty with some Debian specific bits and I can't remember the last time I setup a custom repo.


    I have added the Spideroak repository into the OMV WebGUI using the Debian repository details listed here: https://spideroak.com/faq/ques…rces_lines_for_spideroak/. I see that there is a public key listed and I can download an .asc file but I'm not sure exactly what to do with those. When I run apt-get update I get the following error listed at the end:


    Code
    W: GPG error: http://apt.spideroak.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A6FF22FF08C15DD0


    So I assume I need to add the key to get the repo working correctly, but I just can't seem to get it working. I have tried:


    Code
    sudo gpg --keyserver keyring.debian.org --recv-keys A6FF22FF08C15DD0


    but it doesn't like that either and says no such key can be found on the server. I've tried various searches online and here on the forums and I just can't seem to work it out. I feel a bit stupid not being able to work it out as I've spent the last two years having successfully installed and maintained Arch and I'm quite happy tinkering around in its guts, but this has stumped me. Any advice would be appreciated please.

  • Code
    wget -O - https://spideroak.com/dist/spideroak-apt-2013.asc | apt-key add -


    To list keys:
    apt-key list


    To verify spideroak key added:
    apt-key list | grep spideroak


    To delete spideroak key:
    apt-key del 08C15DD0

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!