dbus-scripts no more working
this is the content of my dbus-script:
Code:
N900:~# cat /etc/dbus-scripts.d/dbus-scripts-mio
/usr/local/bin/locked * * com.nokia.mce.signal tklock_mode_ind locked
/usr/local/bin/locked * * com.nokia.mce.signal system_inactivity_ind
/usr/local/bin/unlocked * * com.nokia.mce.signal tklock_mode_ind unlocked
/usr/local/bin/unlocked * * com.nokia.mce.signal display_status_ind on
and this is the content of /usr/local/bin/locked:
Code:
N900:~# cat /usr/local/bin/locked
#!/bin/sh
echo 10 > /proc/sys/vm/vfs_cache_pressure
echo 0 > /sys/devices/platform/gpio-switch/cam_focus/disable
kernel-config load starving
kernel-config limits 0 500
the dbus-scripts daemon is present:
Code:
N900:~# ps -x | grep dbus-scripts
769 root 3324 S /usr/sbin/dbus-scripts --system
1495 root 3392 S /usr/sbin/dbus-scripts --session
2744 root 2092 S grep dbus-scripts
it worked fine since few days ago, but I cannot figure out why it doesn't work anymore when I lock the screen. I tried to reinstall the dbus-scripts without success.
Any smart guy with an hint?
thanks in advance
|