I have installed qp-qpy-durus softwares to replace my quixote app which I am
developing.
I just added a site called extreme to my home/toto/qp_sites directory.
It worked very well before but now I am surprised to find the following
error:
Traceback (most recent call last):
File "/usr/local/bin/qp", line 84, in ?
site.start_durus()
File "/usr/local/lib/python2.4/site-packages/qp/lib/site.py", line 427, in
start_durus
pidfile = open(server_pidfile, 'w')
IOError: [Errno 2] No such file or directory:
'/home/toto/qp_sites/var/extreme.durus.pid'
What is surprising, that when the app was working, all the pid and log files
for the extreme site
werre put at the /home/toto/qp_sites/extreme/var/ directory by the
qp-system.
Any hints how to inform or 'force' the qp system to use the
'/home/toto/qp_sites/extreme/var' instead of the non-existent
/home/toto/qp_sites/var/extreme' subdirectory?
My current versions: qp-2.0, Durus-3.7, and qpy-1.6.
Ernie.