Re: tracker does not want to send mail
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Ed: In message <PH7PR12MB5656946EF5CB6A988F3A67F4844C9@PH7PR12MB5656.namprd12.prod. outlook.com>, Ed Trumbull writes: >My current state is that I can run from command line, and all appears >to be working well. But if I try to use the pidfile mechanism to >spawn the tracker as a daemon, it fails silently -- the >roundup-server command returns with no errors, but there's no tracker >running. Curious. Three ideas come to mind: 1) Are you using the -l option to log messages to a file? If so can that file be written by the roundup user? 2) Does the pid file exist? If so does it have a pid in it? Can the roundup user create the file specified in the -d argument? (If this is not true, you should see an error.) 3) Is a roundup-server still running? If roundup-server can't bind to its port it exits, but with -d the error doesn't make it to the user. It will show up in the log file specified with -l. Also one other thing to note is that roundup-server -d changes to the root directory (/) as it does its daemonize thing. This has never been a problem in the past, but could be unexpected and I am not sure what happens if the cd fails. It should report an error to the user. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.