[ltp] Re: Problem with suspend2

David Abrahams linux-thinkpad@linux-thinkpad.org
Tue, 26 Sep 2006 17:41:59 -0400


"Maciej Piechotka" <uzytkownik2@gmail.com> writes:

> $ sudo find /var/log/ | sudo xargs grep suspend2 | sed 's/:.*//g;' | uniq

Try 

  find /var/log/ | xargs grep -iE "(suspend|resume)2" | sed 's/:.*//g;' | uniq

> Binary file /var/log/wtmp matches
> /var/log/emerge.log
> /var/log/messages
> /var/log/gdm/
> /var/log/genkernel.log
>
> In messages:
> Sep 24 14:49:39 notebook Failed to launch userspace program
> '/sbin/suspend2ui_text': Error -1 Sep 26 21:49:51 notebook sudo:

Did you check the permissions on that program?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com