Code: Select all
/usr/sbin/daemon -f -p python /mnt/Extensions/HeadPhones/Headphones.py --quietI can see via ssh
Code: Select all
root@HeadPhones:/mnt/Extensions/HeadPhones # python HeadPhones.py
Code: Select all
root@HeadPhones:/mnt/Extensions/HeadPhones # python HeadPhones.py
python: can't open file 'HeadPhones.py': [Errno 2] No such file or directory
root@HeadPhones:/mnt/Extensions/HeadPhones # python Headphones.py
23-Jun-2014 09:46:49 - INFO :: MainThread : Checking to see if the database has all tables....
23-Jun-2014 09:46:49 - INFO :: MainThread : Retrieving latest version information from GitHub
23-Jun-2014 09:46:50 - INFO :: MainThread : Headphones is up to date
23-Jun-2014 09:46:50 - INFO :: MainThread : Starting Headphones on http://0.0.0.0:8181/
Thanks for any help trouble shooting.


