View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#14
Originally Posted by digitalvoid View Post
@ Saturn:

Download the new file "smscon_V1.1.zip" (see above). The was a little bug.
Thx, here are the new messages:

Code:
~ $ smscon -start
Traceback (most recent call last):
  File "/usr/bin/smscon", line 154, in <module>
    StopSMScon()
  File "/usr/bin/smscon", line 105, in StopSMScon
    PIDdaemon = Exp.search(Output).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
~ $ smscon -log
(Fri Aug 20 13:31:52 2010) START: smscon_daemon active
(Fri Aug 20 13:53:23 2010) START: smscon_daemon active
~ $ smscon -status
smscon_daemon active.
~ $ smscon -stop
Traceback (most recent call last):
  File "/usr/bin/smscon", line 135, in <module>
    StopSMScon()
  File "/usr/bin/smscon", line 105, in StopSMScon
    PIDdaemon = Exp.search(Output).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
~ $ smscon -status
smscon_daemon active.
~ $ smscon -log
(Fri Aug 20 13:31:52 2010) START: smscon_daemon active
(Fri Aug 20 13:53:23 2010) START: smscon_daemon active
~ $
it seems that it starts but cannot stop (?)