That looks like a systemd message. I fixed this on my own system by making a systemd config for it. Not sure if I did it right.
/etc/systemd/system$ ls -l powerd.service lrwxrwxrwx 1 root root 34 Oct 26 22:26 powerd.service -> /lib/systemd/system/powerd.service /etc/systemd/system$ cat powerd.service [Unit] Description=Power daemon to monitor and control system power state [Service] Type=dbus BusName=com.canonical.powerd Restart=always Environment="ANDROID_ROOT=/system" ExecStart=/usr/bin/powerd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347837 Title: can't install or remove powerd (even when with --force-all) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/powerd/+bug/1347837/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
