Roundup Tracker - Issues

Message7658

Author rouilj
Recipients rouilj
Date 2022-11-09.16:04:22
Message-id <1668009862.26.0.502220677594.issue2551238@roundup.psfhosted.org>
In-reply-to
The documentation says that -l must be used if -d is specified,
but roundup-server exits with no output if this is not followed.

My guess is roundup-server forks then fails to open a log file which
causes it to crash and since it has already disassociated from the controlling
terminal the error message is lost.

What should happen is that an error reporting the missing -l logfile option when - is used
should be reported to stdout/stderr along with the full help text.
History
Date User Action Args
2022-11-09 16:04:22rouiljsetrecipients: + rouilj
2022-11-09 16:04:22rouiljsetmessageid: <1668009862.26.0.502220677594.issue2551238@roundup.psfhosted.org>
2022-11-09 16:04:22rouiljlinkissue2551238 messages
2022-11-09 16:04:22rouiljcreate