Roundup Tracker - Issues

Message8306

Author rouilj
Recipients rouilj
Date 2025-01-19.23:56:18
Message-id <1737330978.08.0.679545868515.issue2551238@roundup-tracker.org>
In-reply-to
I worked on this. In addition to -l, -L is also valid with -d.

> My guess is roundup-server forks then fails to open a log file

When roundup-server is run with a pid file it daemonizes. This changes
the directory to '/'. Any log file names that are not absolute (e.g.
logging.ini files used by the logging subsystem) will fail to open in /
and cause the server to exit.

I have failed so far to be able to make all these files absolute with os.path.abspath
or equivalent.
History
Date User Action Args
2025-01-19 23:56:18rouiljsetmessageid: <1737330978.08.0.679545868515.issue2551238@roundup-tracker.org>
2025-01-19 23:56:18rouiljsetrecipients: + rouilj
2025-01-19 23:56:18rouiljlinkissue2551238 messages
2025-01-19 23:56:18rouiljcreate