Server in an endless Start/Stop loop.
Posted: 13 May 2016 01:37
I'm running Wheezy on my Raspberry-Pi and the v2.2.2 of the Z-Way server. There have been a number of posts about an endless Starting Server/Stopping Server loop message following a reboot after an upgrade to v2.2.2. The endless looping is actually coming from a script in /etc/init.d called "readKey". The description from the script is below:
Description: Read key on RaZberry plate. 0.5 sec press = activate webif, 5 sec press = factory reset
In looking at /etc/init.d, I see three scripts that are associated with Z-Way. readKey, z-way-server, and zbw_connect. I'm also noticing the sequence in /etc/rc#.d for the startup of z-way-server and mongoose (the webserver the UIs use). It looks like z-way-server is starting before mongoose. I have two questions:
1. Can anyone tell me the sequence in which the readKey, z-way-server, zbw_connect and mongoose should start or does it make any difference?
2. What is a more detailed description for "readKey" which apparently isn't completing properly?
I still have a broken system and am currently focusing on the startup scripts. Any help would be much appreciated.
Description: Read key on RaZberry plate. 0.5 sec press = activate webif, 5 sec press = factory reset
In looking at /etc/init.d, I see three scripts that are associated with Z-Way. readKey, z-way-server, and zbw_connect. I'm also noticing the sequence in /etc/rc#.d for the startup of z-way-server and mongoose (the webserver the UIs use). It looks like z-way-server is starting before mongoose. I have two questions:
1. Can anyone tell me the sequence in which the readKey, z-way-server, zbw_connect and mongoose should start or does it make any difference?
2. What is a more detailed description for "readKey" which apparently isn't completing properly?
I still have a broken system and am currently focusing on the startup scripts. Any help would be much appreciated.