output: Code: user:~# smscon -stop INFO: Daemon smscon_daemon was not running. INFO: Script smscon_script was not running. user:~# smscon -start INFO: Daemon smscon_daemon requested to start. ERROR: Daemon smscon_daemon failed to start. I already added the relevant process list in http://talk.maemo.org/showpost.php?p...&postcount=898 Thanks for the link to the code, maybe it gives me a clue.
user:~# smscon -stop INFO: Daemon smscon_daemon was not running. INFO: Script smscon_script was not running. user:~# smscon -start INFO: Daemon smscon_daemon requested to start. ERROR: Daemon smscon_daemon failed to start.
$ pidof /opt/smscon/smscon_daemon ### expected empty result # then: $ ps | grep -v grep | grep /opt/smscon/smscon_daemon ### expected something like 7774 root 15684 S python /opt/smscon/smscon_daemon