Issue 772820
Created on 2003-07-17 06:22 by dotpuppy, last changed 2003-08-12 01:14 by richard.
msg900 |
Author: [hidden] (dotpuppy) |
Date: 2003-07-17 06:22 |
|
I don't know if this is still an issue with 0.6, but with 0.5, if I
try to start roundup-server with the -d option from the
command line on a unix box, it will take the command, give
no errors, and return me to the command line. However,
the server starts and immediately quits. Sometimes this
takes as long as 2 minutes, sometimes less. I have
confirmed this behavior multiple times.
Passing the '-l' flag as well and pointing it to a file solves the
problem, however. For illustration purposes, here is what I
did:
This fails:
dba% roundup-server -d pidfile roundup=/opt/trackers/
support/
This works:
dba% roundup-server -d pidfile -l logfile roundup=/opt/
trackers/support/
|
msg901 |
Author: [hidden] (richard) |
Date: 2003-07-17 06:30 |
|
Logged In: YES
user_id=6405
Ah yes, must remember to shut down stdout if we're not
redirecting it.
|
msg902 |
Author: [hidden] (richard) |
Date: 2003-08-12 01:14 |
|
Logged In: YES
user_id=6405
Only patched 0.6
|
|
Date |
User |
Action |
Args |
2003-07-17 06:22:41 | dotpuppy | create | |
|