我无法更新从命令中获取的包,apt-get update
因为获取 URL 后出现此错误:
Do you want to continue [Y/n]? Y
Setting up dnsproxy (1.16-0.1build1) ...
* Starting dnsproxy dnsproxy unable to bind socket: Cannot assign requested address [fail]
invoke-rc.d: initscript dnsproxy, action "start" failed.
dpkg: error processing dnsproxy (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
dnsproxy
E: Sub-process /usr/bin/dpkg returned an error code (1)
有人能告诉我出了什么问题吗?
提前致谢。
答案1
安装包时会发生这种情况,apt-get install dnsproxy
配置文件/etc/dnsproxy.conf
搜索"# listen 192.168.168.1"
并注释该行或提供系统 IP 地址"listen XX.XX.XX.XX"
然后运行,apt-get install -f
一切都应该没问题。
可能是这个 BUG ;-)