gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

smsd dies. no errors no core dump


From: Papa San
Subject: smsd dies. no errors no core dump
Date: Thu, 03 Jul 2003 22:18:46 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Hi Everybody,

I run 0.5.2 version on redhat 6.1.

I notice that smsd dies quite regulary but I get no errors

I use this script to start the deamon but I get no errors in the log.

  echo " deamon started :  `date` " >> /home/gnokii/log
  /usr/local/sbin/smsd -m mysql -u <smsuser> -c localhost -p
<smspassword> -f /home/gnokii/log >> /home/gnokii/log 2>&1  &

I'm keeping it alive with cron running a testscript

 #!/bin/sh
 # echo `ps -ef | grep -v grep | grep -c smsd`
 x=`ps -ef | grep -v grep | grep -c smsd`
 if [ $x -lt 4 ]
 then
   echo "not running...restart"
   /home/gnokii/start_smsd
 fi

My questions

How do you run smsd in debug mode?

Are any errorlogs kept elsewhere?

Best regards,

Papa







reply via email to

[Prev in Thread] Current Thread [Next in Thread]