Done some testing and I can now get my two servers to read the timestamp
of a heart beat file on the other server - Great!!, thanks for the help!
Next problem is that it all works fine if I start rpyc_classic.py
manually, but if I put it in a script it does not start. This is on
Ubuntu 10.04 server. I have a line in my startup script -
rpyc_classic.py >> '/home/control/solar/logs/rpyc.log' 2>&1 &
which I thought would start it and send all output to rpyc.log, but it
doesn't start. Any ideas why?
Thanks
Mick