https://bugzilla.novell.com/show_bug.cgi?id=388438 User hmacht@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=388438#c7 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |casualprogrammer@gmail.com --- Comment #7 from Holger Macht <hmacht@novell.com> 2008-06-23 04:56:27 MDT --- /etc/init.d/powersaved contains a line: startproc -e $powersaved_BIN -d ${ACPI_EVENT_FILE:+-f "$ACPI_EVENT_FILE"} $OPTS You can replace it by something like: strace -f $powersaved_BIN -d ${ACPI_EVENT_FILE:+-f "$ACPI_EVENT_FILE"} $OPTS > /tmp/powersaved.strace 2>&1 & which should do the trick. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.