maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   dbus-scripts no more working (https://talk.maemo.org/showthread.php?t=82511)

cipper 2012-02-22 17:01

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

cipper 2012-02-22 17:09

Re: dbus-scripts no more working
 
I'm an idiot. A simple windows-style reboot solved the issue. I'm not used to this :)


All times are GMT. The time now is 02:35.

vBulletin® Version 3.8.8