dek
New Member
Posts: 1
|
Post by dek on Mar 10, 2014 11:14:35 GMT -8
Hi. Have this unpleasand issua. First starting of server is ok (below screenshot with demo settings of iphone):  Than i stopped the server by ctr+z and start it again (no any amendments done). Result:  What i do wrong? It is stupid to reboot raspi after each one changes in local.py ....
|
|
|
Post by SDL on Mar 12, 2014 13:48:32 GMT -8
Hi dek,
Sorry it has taken me so long to get back to you. I've been on vacation!
The most likely thing is that the running python process does not like what you are doing to your Local.py
Do the following:
After editing your Local.py file
1) ps xaf
2) Find the process # for RasPiConnectServer.py
3) sudo kill -9 "that process number"
4) Restart the RasPiConnectServer by typing "sudo sh startserver.sh"
Now you should see the debug from the server scrolling by
You can do "nohup sudo sh startserver.sh &" to run it in the background. Output goes to nohup.out in the current directory.
Best regards,
BP
|
|