jdiazbb / rfxcmd

Automatically exported from code.google.com/p/rfxcmd
1 stars 0 forks source link

Trigger Timeout #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm seeing an exception generated when using a trigger. See the exception text 
below. A snippet of the debug log is also below. If you need more info, let me 
know. 

Thanks

Elliott

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 760, in run
    self.function(*self.args, **self.kwargs)
  File "/opt/rfxcmd/lib/rfx_command.py", line 59, in timer_callback
    self.process.terminate()
  File "/usr/lib/python2.7/subprocess.py", line 1472, in terminate
    self.send_signal(signal.SIGTERM)
  File "/usr/lib/python2.7/subprocess.py", line 1467, in send_signal
    os.kill(self.pid, sig)
OSError: [Errno 3] No such process

2014-01-13 12:16:32,055 - DEBUG - rfx_command - Thread started, timeout = 10
2014-01-13 12:16:32,062 - DEBUG - rfx_command - Return code: 0
2014-01-13 12:16:32,062 - DEBUG - rfx_command - Thread finished
2014-01-13 12:16:42,055 - DEBUG - rfx_command - Thread timeout

Original issue reported on code.google.com by eeinh...@gmail.com on 13 Jan 2014 at 5:30

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for the feedback, this issue is already fixed in the latest build of 
the rfxcmd.

Original comment by sebastia...@gmail.com on 18 Jan 2014 at 8:58