Motion still not Work !
Now I have tried a little of everything, but still no luck.
Has revived Raspberry Pi 2 from scratch, to try again, but with the same error.
Debugging 1, change permissions
pi @ raspberrypi ~ $ sudo su
pi @ raspberrypi ~ $ mkdir /var/run/motion
pi @ raspberrypi ~ $ chmod a + rwxt /var/run/motion
In the /etc/default/motion must Start_motion_daemon = yes rather than no.
Debugging 2, changing parameter
pi @ raspberrypi ~ $ sudo nano /etc/default/motion
Start_motion_daemon = yes, changing to no, above which are standard
Ctrl + x to exit.
If I now write
pi @ raspberrypi ~ $ sudo motion
[0] Processing tread 0 - config file /etc/motion/motion.conf
[0] Motion 3.2.12 started
[0] Motion Reviews going to daemon mode
pi @ raspberrypi ~ $
then run it, but there is no images in /home/webcam
There are several problems to be solved in relation to the advice given.
It's hard when I'm not super user on Linux systems:-(
Hope someone will review the instructions and try to set up the system again, to finding a solution.