Thank you for taking the time to report this bug and helping to make Ubuntu
better. This bug did not have a package associated with it, which is important
for ensuring that it gets looked at by the proper developers. You can learn
more about finding the right package at
https://wiki.ubuntu.com/
Hi Raflik,
I think I had the same problem. I opened a terminal and did:
sudo apt-get clean
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
which solved my problem.
system: Ubuntu Hardy.
--
package gnome-power-manager 2.22.1-1ubuntu4.1 failed to instal
I guess my solution is similar to j. Tole,
In my case, I had this error because my firewall guarddog doesn't keep its
settings at boot, and was filtering that.
You can verify it with "iptables -L". To reload the rules at startup, I had to
add in /etc/rc.d/rc.local:
if [ -x /etc/rc.firewall ]; th