嘿,朋友们,当我试图清除海岸墙时,我得到了以下错误
root@aptosid:/etc# apt-get purge shorewall
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
shorewall*
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 1,843 kB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 212702 files and directories currently installed.)
Removing shorewall ...
: not found/shorewall: 25: /etc/default/shorewall: :q
Stopping "Shorewall firewall": not done (check /var/log/shorewall-init.log).
invoke-rc.d: initscript shorewall, action "stop" failed.
dpkg: error processing shorewall (--purge):
subprocess installed pre-removal script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
shorewall
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@aptosid:/etc# 请帮帮我.?
发布于 2012-06-13 12:14:39
看起来安装工作搞砸了,一些配置文件丢失了。如果你这样做了,你也许能让它继续下去
touch /etc/default/shorewall但更有可能的情况是,您需要重新安装软件包,以获得丢失的配置,然后清除它。要重新安装它,您需要执行以下操作
apt-get install --reinstall shorewallhttps://serverfault.com/questions/398225
复制相似问题