The following signatures were invalid : NODATA1 NODATA 2

Hi!

Today I started Whonix-Gateway and issued an update command but receive the following error:

user@host:~$ sudo apt-get update && sudo apt-get dist-upgrade Hit http://deb.torproject.org wheezy Release.gpg Hit http://security.debian.org wheezy/updates Release.gpg Hit http://deb.torproject.org wheezy Release Hit http://security.debian.org wheezy/updates Release Hit http://deb.torproject.org wheezy/main i386 Packages Hit http://security.debian.org wheezy/updates/main i386 Packages Hit http://security.debian.org wheezy/updates/contrib i386 Packages Hit http://security.debian.org wheezy/updates/non-free i386 Packages Hit http://ftp.us.debian.org wheezy Release.gpg Hit http://security.debian.org wheezy/updates/contrib Translation-en Hit http://security.debian.org wheezy/updates/main Translation-en Get:1 http://sourceforge.net wheezy Release.gpg [635 B] Hit http://ftp.us.debian.org wheezy Release Hit http://security.debian.org wheezy/updates/non-free Translation-en Get:2 http://ftp.us.debian.org wheezy/main i386 Packages [5,859 kB] Get:3 http://ftp.us.debian.org wheezy/contrib i386 Packages [42.3 kB] Ign http://deb.torproject.org wheezy/main Translation-en_US Ign http://deb.torproject.org wheezy/main Translation-en Get:4 http://sourceforge.net wheezy Release [635 B] Ign http://sourceforge.net wheezy Release E: GPG error: http://sourceforge.net wheezy Release: The following signatures were invalid: NODATA 1 NODATA 2

I checked the forum and found (as I thought) a solution here: Whonix Forum
I successfully fetched the key: fpr="916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA" gpg --recv-keys "$fpr" gpg --fingerprint "$fpr" gpg --export "$fpr" | sudo apt-key add - and tried faking the time also sudo faketime 2015-01-15 apt-get update sudo apt-get dist-upgrade but got absolutely the same output…

Anyone knows a solution for this issue? Thanks.

BTW, everything worked fine for me couple of months before. I downloaded a new image and here you go…

Now fixed.

Great, it works! Thank you.