Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96791 - log files for dancer-ircd
Summary: log files for dancer-ircd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 09:23 UTC by AriT93
Modified: 2005-07-31 13:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AriT93 2005-06-22 09:23:57 UTC
Not sure if this is important or not but in config.h for dancer-ircd the options
for user.log and oper.log are not set up to log correctly.

They are currently:
#define FNAME_USERLOG "log/user.log"
#define FNAME_OPERLOG "log/oper.log"

but I believe they should be:
#define FNAME_USERLOG "/var/log/dancer-ircd/user.log"
#define FNAME_OPERLOG "/var/log/dancer-ircd/oper.log"

I'm not sure if this is done for a reason or not but though I would submit it
anyway. 



Reproducible: Always
Steps to Reproduce:
N/A
Actual Results:  
N/A
Comment 1 Sven Wegener gentoo-dev 2005-06-23 06:43:17 UTC
True, dancer tries to write to /log/user.log with this setting, it fails and then
stops to log. But it only applies to 1.0.31, 1.0.35 handles it different and I
guess 1.0.35 can be marked stable. So 1.0.31 can be removed completely. I'll leave
this bug open once it's resolved.
Comment 2 Sven Wegener gentoo-dev 2005-07-31 13:42:21 UTC
1.0.35 stable on x86, this version should have correct log file handling.