由于这个原因,我无法安装任何东西并删除任何东西
insserv: warning: script 'firewall' missing LSB tags and overrides
insserv: There is a loop between service monit and firewall if stopped
insserv: loop involving service firewall at depth 2
insserv: loop involving service monit at depth 1
insserv: Stopping firewall depends on monit and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
什么 ?!
看起来您的
/etc/init.d/firewall
脚本(不在 Debian 中,因此我们无法检查)在基于依赖项的引导顺序方面已损坏。对于防火墙,我建议使用这样的 LSB 标头:(假设它的启动不需要可用的 DNS 解析)。
我停止了
monit
和firewall
服务。防火墙 init.d 脚本不是 debian 的一部分。是自定义脚本,我没有注意到这一点。我将
firewall
init.d 脚本移出到一个临时文件夹。然后我就可以卸载了
monit
。最后,我恢复了 init.d 脚本
firewall
。