you can use rpyc_classic --logfile=/foo/bar instead of what you're doing. as for why it won't work, no idea. try to debug it.
----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Sun, Apr 1, 2012 at 17:42, Mick Sulley <[email protected]> wrote: > 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 >
