Is it upowerd that is crashing or something else? I think I noticed
messages in /var/log/syslog. That might identify some other binary that
is failing to load - perhaps grep the logs for 'error while loading
shared libraries'?

Alternatively, you could try ldd on all the binaries in /usr/bin and
/bin and see if any of the give anything in /usr/local. A bit heavy
handed, but something like this? :

$ ldd /usr/bin/* | awk '/:$/ { problemfile=$0 } /local/ { print
problemfile; print $0}'

and on /bin/* too?

...or, just move /usr/local to /usr/local.old and see if that fixes it.
However, I'm not sure if an errant library *has* to be in /usr/local
though - it might be finding one somewhere else (it used to be that you
could add paths to the LD_LIBRARY_PATH environment variable to get ldd
to look in other places - do you have that set by any chance? [printenv
| grep LD_LIBRARY_PATH]).

I'm just guessing...sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577760

Title:
  Screen Display 'Apply' fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1577760/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to