我似乎无法在 Ubuntu 9.04 机器上的 KVM 上运行 apt。虚拟机是一台 Ubuntu 服务器。
网络似乎可以正常工作(例如,我可以 ping 并尝试 ssh 连接),但运行 apt-get update 时,它尝试获取时只会给出“E:方法 http 意外死亡!”http://security.ubuntu.comjaunty-security Release.gpg。
答案1
您的第一步是运行:
# strace -efile,network -f apt-get update
看看它死后会发生什么。