Hi,
would it be possible to have relative paths for the pid and log files:
gbrowse_slave -p 8110 -v 3 -u apache -l logs/slave_8110_log --pid run/slave_8110.pid
if I run the above command, I get:
[Mon Jan 26 16:38:50 2009] [fatal] [pid=4376] Could not open pidfile run/slave_8110.pid: No such file or directory
Could not open pidfile run/slave_8110.pid: No such file or directory at /usr/bin/gbrowse_slave line 65
IDEM error for the log:
[Mon Jan 26 16:39:12 2009] [fatal] [pid=4381] Could not open logfile logs/slave_8110_log: No such file or directory
Could not open logfile logs/slave_8110_log: No such file or directory at /usr/bin/gbrowse_slave line 65
however, it works using absolute paths...
thanks,
Erick