robochase6000
Visitor
|
Re:Stability issues - 2009/02/17 18:40
Thanks for your quick reply - I'll have to test this out a little more thoroughly on multiple computers later today.
One thing I have been noticing (perhaps a separate issue?) is an error I get everytime I run palabre stop. Here is the output:
palabre stop 2009-02-17 12:33:33,034 : INFO No log file has been specified 2009-02-17 12:33:33,034 : INFO Palabre will only print log to console 2009-02-17 12:33:33,050 : INFO Stopping Palabre... Traceback (most recent call last): File "/usr/bin/palabre", line 41, in <module> daemon.control(sys.argv[1]) File "/usr/lib/python2.5/site-packages/palabre/palabreDaemon.py", line 135, in control self.stop(pid, False) File "/usr/lib/python2.5/site-packages/palabre/palabreDaemon.py", line 236, in stop os.remove(self.pidfile) OSError: [Errno 2] No such file or directory: '/var/run/palabre.pid'
Not sure if this is related somehow. I've only been putzing with this for a couple days, and I really have no idea how palabreDaemon.py and palabre.pid fit into the puzzle.
Thanks for you help though, I want to get this working ASAP, it's pretty fun and the xml aspect makes it super easy to work with.
|