When I add any iptables rule, e.g.: iptables -P INPUT DROP iptables -P OUTPUT ACCEPT iptables -P FORWARD DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
The rule works, ok, but when I want to shut down the pc, it just hangs... lastly saying: "acpid: exiting" problem occurs: I tried it on a freshly installed: 2.6.26-2-amd64 ...x85_64 GNU/Linux (my pc) and 2.6.26-1-686 #1 SMP i686 GNU/Linux (other pc) even with 2.6.26-2-686 #1 SMP i686 GNU/Linux (the same other pc) Debian Lenny's with GNOME I tried a Debian Lenny on VirtualBox, without GNOME, problems the same, I must "reset" the box to reboot problem is almost the same (when shutdown, or reboot it still hangs): ---------- ... "Asking all remaining processes to terminate....acpid: exiting done. Killing all remaining processes...failed. Stopping portmap daemon..." ----------- and it just waits, waits lshw: http://pastebin.com/f26bc0c12 lspci: http://pastebin.com/f1cb088db Is this a bug? Thank you