Same too.
My config is Pi model A+Cam module+DHT11sensor
First I set up to get temperature which is unstable (I have an another Pi where this sensor worked perfectly) sometimes get value sometimes not.
After that I set up motion and get same result, not working...
Get this error:
[0] [ERR] [ALL] [Dec 13 16:33:21] main: Thread 1 - Watchdog timeout, trying to do a graceful restart
[0] [ERR] [ALL] [Dec 13 16:34:21] main: Thread 1 - Watchdog timeout, did NOT restart graceful,killing it!
I found this topic and realized it is common problem.
I wanted to see my working cam that is why I try to disable all unnecessary modules like sound and i2c etc.
I put the following into /etc/modprobe.d/blacklist:
blacklist snd-bcm2835
blacklist i2c-bcm2708
Reboot and motion+cam got work at the first time!
I tried to get tempereature and work too!
It is unstable still but work....
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
OK 17 38root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
root@raspberry-pi:/opt/motion# /root/DHT.out 11 4
I need to test more together I try to figure out why not get data sometimes from DHT11
