07-15-2015, 10:09 PM
(07-15-2015, 09:56 PM)UltraCookie link Wrote:I only added the Spotify and Inkscape repos as far es I can remember.
The Spotify repo causes some errors when updating. They come and go and since Spotify doesn't get many updates I tend to ignore it.
Code:W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://repository.spotify.com stable InRelease:
The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 13B00F1FD2C19886
W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease
W: Some index files failed to download. They have been ignored, or old ones used instead.
APT Policy:
http://pastebin.com/W0nNycBR
Output:Code:ls -l /var/lib/apt/periodic
Code:total 0
-rw-r--r-- 1 root root 0 Jun 17 06:38 update-stamp
When you installed did you run
Code:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
They have been known to change their key time to time, a bad practice lol. Give that command a run, and repeat the update command as before. And lemme know if the same error occurs.
For the record this is the issue, when a failure occurs the file wont be run. Basicly if successful do > update file. So the repo isn't being updated proper. Causing this odd bug. It's been reported to apt upstream, hopefully gets fixed lol.