无人值守升级仍尝试使用代理

无人值守升级仍尝试使用代理

我们停止使用代理来访问 Ubuntu 18 服务器的互联网,一切运行正常,只是无人值守安全升级失败,仍然尝试使用代理设置,而我无法弄清楚它是从哪里获取它们的。

以前,代理设置已在 /etc/environment 中设置,但这些已被删除,我已Acquire::http::Proxy "false";在 /etc/apt/apt.conf 中设置,这是修复命令的手动运行所需的apt get update(现在工作正常)。

但是 /var/log/unattended-upgrades/unattended-upgrades.log 显示:

2020-02-21 05:35:41,234 INFO Starting unattended upgrades script
2020-02-21 05:35:41,234 INFO Allowed origins are: o=Ubuntu,a=bionic, o=Ubuntu,a=bionic-security, o=UbuntuESM,a=bionic
2020-02-21 07:00:16,993 INFO Initial blacklisted packages:
2020-02-21 07:00:16,994 INFO Initial whitelisted packages:
2020-02-21 07:00:16,995 INFO Starting unattended upgrades script
2020-02-21 07:00:16,995 INFO Allowed origins are: o=Ubuntu,a=bionic, o=Ubuntu,a=bionic-security, o=UbuntuESM,a=bionic
2020-02-21 07:00:51,210 ERROR An error occurred: Invalid response from proxy: HTTP/1.1 403 Forbidden  Mime-Version: 1.0  Date: Fri, 21 Feb 2020 10:50:31 GMT  Via: 1.1 old_proxy.domain.xxx.uk:80 (Cisco-WSA/8.5.3-064)  Content-Type: text/html  Connection: keep-alive  Proxy-Connection: keep-alive  Content-Length: 2416     [IP: xx.xx.xx.xx 80]
2020-02-21 07:00:51,211 ERROR The URI http://archive.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libext2fs2_1.44.1-1ubuntu1.3_amd64.deb failed to download, aborting

我们有几个最近重建的 Ubuntu 服务器,它们从未配置过任何代理设置,而且它们也运行正常,所以我假设代理设置残留在某个地方,但我不知道它会在哪里。或者我需要在哪里明确告诉 Ubuntu不是使用代理才能让它再次工作吗?

非常感谢

答案1

感谢 user535733 提供的解决方案,我没有想到要检查所有文件:

系统已将代理设置复制到/etc/apt/apt.conf.d/90curtin-aptproxy

相关内容