Forum archive
apt-get update failing
I'm trying to update TKLamp to get the php-snmp modules, among other things. This is a VM running in Workstation 10, with a bridge network and http/ftp/http_proxy set to my local proxy. This is from the CLI. I've also setup webmin with the proxies. Smae problem
doing an apt-get update, I get the following message:
E: GPG error: http://security.debian.org wheezy/updates Release: The following signatures were invalid: NODATA 1 NODATA 2
My /etc/apt/sources.list.d/security.sources.list looks like:
----
deb http://archive.turnkeylinux.org/debian wheezy-security main
deb http://security.debian.org/ wheezy/updates main
deb http://security.debian.org/ wheezy/updates contrib
# deb http://security.debian.org/ wheezy/updates non-free
---
Ideas? I've done a fair amount of google searches and tests, and can't seem to find the answer to fix this.
Thanks
Ben
No clue about the proxy, but the files that get downloaded are clearly part of the auto proxy config. I went home and connected to my LAN and did the update from there once I rebooted the VM and was able to do the update/upgrade.
Looks like I'm going to have to recompile php or figure out a way to get php-snmpd installed, because it's not in the repos... :-(
Ben