ERROR on Update Ubuntu 12.04 "untrusted packages"

   I recently just installed NZBDrone (2.0.0924).  During installed added repo by the following command (per instructions):  
    
                  echo "deb http://update.nzbdrone.com/repos/apt/debian develop main" | sudo tee -a /etc/apt/sources.list

    When running Update Manager on Ubuntu 12.04 I get error of untrusted packages from not authenticated sources screenshot http://s15.postimg.org/t41k06gsb/NZBDrone_Update_Error.jpg.

Thanks I am really liking NZBDrone over Sickbeard.

that’s interesting, can you can update using shell.

this is because our packages aren’t signed currently, I can take a look and see if I can fix it.

I upgraded it from the command line and it worked just fine

  1. Sudo apt-get update
  2. Sudo apt-get upgrade
    b. Asked me if I wanted to install packages without verification I said "Y"es
  3. sudo stop nzbdrone
  4. sudo start nzbdrone

I also read you can add add the untrusted package and do from UI. sudo apt-add-repository “package name”.

I’m sure once it gets signed you’ll be fine and in the meantime command line works just fine. Thanks!

ok, I just fixed the signing process for our package. you still need to add our public key to your server but then it should work after that. (I’ve updated the wiki to reflect this)

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC

can you add the key and try another update and see if you still get warning.

Thanks,

Just started getting the verified error on my ubuntu server as well, and the command fixed it. Thanks.

Didn’t see the update that the deb is now signed. :slight_smile: